Package zombie.debug.options
Class OptionGroup
java.lang.Object
zombie.debug.options.OptionGroup
- All Implemented Interfaces:
IDebugOption,IDebugOptionGroup
- Direct Known Subclasses:
Animation,Animation.AnimLayerOG,Animation.SharedSkelesOG,Character,Character.DebugOG,Character.DebugOG.AnimateOG,Character.DebugOG.RenderOG,DebugOptions.Checks,IsoSprite,Network,Network.Client,Network.PublicServerUtil,Network.Server,OffscreenBuffer,Terrain,Terrain.RenderTiles,Terrain.RenderTiles.IsoGridSquare,Terrain.RenderTiles.IsoGridSquare.Floor,Terrain.RenderTiles.IsoGridSquare.Walls,Weather
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOptionGroup(String string) OptionGroup(IDebugOptionGroup iDebugOptionGroup, String string) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChild(IDebugOption iDebugOption) getName()static BooleanDebugOptionnewDebugOnlyOption(String string, boolean boolean1) static BooleanDebugOptionnewDebugOnlyOption(IDebugOptionGroup iDebugOptionGroup, String string, boolean boolean1) static BooleanDebugOptionstatic BooleanDebugOptionnewOption(IDebugOptionGroup iDebugOptionGroup, String string, boolean boolean1) voidonChildAdded(IDebugOption iDebugOption) voidonDescendantAdded(IDebugOption iDebugOption) voidsetParent(IDebugOptionGroup iDebugOptionGroup)
-
Field Details
-
Group
-
-
Constructor Details
-
OptionGroup
-
OptionGroup
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceIDebugOption
-
getParent
- Specified by:
getParentin interfaceIDebugOption
-
setParent
- Specified by:
setParentin interfaceIDebugOption
-
getChildren
- Specified by:
getChildrenin interfaceIDebugOptionGroup
-
addChild
- Specified by:
addChildin interfaceIDebugOptionGroup
-
onChildAdded
- Specified by:
onChildAddedin interfaceIDebugOptionGroup
-
onDescendantAdded
- Specified by:
onDescendantAddedin interfaceIDebugOptionGroup
-
newOption
-
newDebugOnlyOption
-
newOption
public static BooleanDebugOption newOption(IDebugOptionGroup iDebugOptionGroup, String string, boolean boolean1) -
newDebugOnlyOption
public static BooleanDebugOption newDebugOnlyOption(IDebugOptionGroup iDebugOptionGroup, String string, boolean boolean1)
-