Package zombie.debug.options
Interface IDebugOptionGroup
- All Superinterfaces:
IDebugOption
- All Known Implementing Classes:
Animation
,Animation.AnimLayerOG
,Animation.SharedSkelesOG
,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 IDebugOptionGroup extends IDebugOption
-
Method Summary
Modifier and Type Method Description void
addChild(IDebugOption iDebugOption)
java.lang.Iterable
getChildren()
void
onChildAdded(IDebugOption iDebugOption)
void
onDescendantAdded(IDebugOption iDebugOption)
Methods inherited from interface zombie.debug.options.IDebugOption
getName, getParent, setParent
-
Method Details
-
getChildren
java.lang.Iterable getChildren() -
addChild
-
onChildAdded
-
onDescendantAdded
-