Package zombie.debug.options
Interface IDebugOption
- All Known Subinterfaces:
IDebugOptionGroup
- All Known Implementing Classes:
Animation,Animation.AnimLayerOG,Animation.SharedSkelesOG,BooleanDebugOption,Character,Character.DebugOG,Character.DebugOG.AnimateOG,Character.DebugOG.RenderOG,DebugOptions,DebugOptions.Checks,IsoSprite,Network,Network.Client,Network.PublicServerUtil,Network.Server,OffscreenBuffer,OptionGroup,Terrain,Terrain.RenderTiles,Terrain.RenderTiles.IsoGridSquare,Terrain.RenderTiles.IsoGridSquare.Floor,Terrain.RenderTiles.IsoGridSquare.Walls,Weather
public interface IDebugOption
-
Method Summary
Modifier and Type Method Description java.lang.StringgetName()IDebugOptionGroupgetParent()voidsetParent(IDebugOptionGroup iDebugOptionGroup)
-
Method Details
-
getName
java.lang.String getName() -
getParent
IDebugOptionGroup getParent() -
setParent
-