Class OptionGroup
java.lang.Object
zombie.debug.options.OptionGroup
- All Implemented Interfaces:
IDebugOption,IDebugOptionGroup
- Direct Known Subclasses:
Animation,Animation.AnimLayerOG,Animation.SharedSkelesOG,Asset,Character,Character.DebugOG,Character.DebugOG.AnimateOG,Character.DebugOG.RagdollOG,Character.DebugOG.RagdollOG.PhysicsOG,Character.DebugOG.RagdollOG.RenderOG,Character.DebugOG.RenderOG,Cheat,Cheat.ClockOG,Cheat.DoorOG,Cheat.FarmingOG,Cheat.PlayerOG,Cheat.RecipeOG,Cheat.TimedActionOG,Cheat.VehicleOG,Cheat.WindowOG,CollideWithObstacles,CollideWithObstacles.DebugOG,CollideWithObstacles.RenderOG,DeadBodyAtlas,DebugOptions.Checks,FBORenderDebugOptions,IsoSprite,Model,Model.RenderOG,Multiplayer,Multiplayer.DebugFlagsOG,Multiplayer.DebugFlagsOG.IsoDeadBodyOG,Multiplayer.DebugFlagsOG.IsoGameCharacterOG,Multiplayer.DebugOG,Network,Network.Client,Network.PublicServerUtil,Network.Server,OffscreenBuffer,Statistics,Terrain,Terrain.RenderTiles,Terrain.RenderTiles.IsoGridSquare,Terrain.RenderTiles.IsoGridSquare.Floor,Terrain.RenderTiles.IsoGridSquare.Walls,Weather,WorldItemAtlas
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOptionGroup(IDebugOptionGroup iDebugOptionGroup) OptionGroup(IDebugOptionGroup iDebugOptionGroup, String string) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChild(IDebugOption iDebugOption) static StringgetCombinedName(IDebugOptionGroup iDebugOptionGroup, String string) getGroupName(String string) getName()voidonChildAdded(IDebugOption iDebugOption) voidonDescendantAdded(IDebugOption iDebugOption) voidvoidremoveChild(IDebugOption iDebugOption) voidsetParent(IDebugOptionGroup iDebugOptionGroup1) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface zombie.debug.options.IDebugOptionGroup
getCombinedName, newDebugOnlyOption, newOption, newOptionGroup
-
Field Details
-
Group
-
-
Constructor Details
-
OptionGroup
public OptionGroup() -
OptionGroup
-
OptionGroup
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceIDebugOption
-
getParent
- Specified by:
getParentin interfaceIDebugOption
-
setParent
- Specified by:
setParentin interfaceIDebugOption
-
onFullPathChanged
public void onFullPathChanged()- Specified by:
onFullPathChangedin interfaceIDebugOption
-
getChildren
- Specified by:
getChildrenin interfaceIDebugOptionGroup
-
addChild
- Specified by:
addChildin interfaceIDebugOptionGroup
-
removeChild
- Specified by:
removeChildin interfaceIDebugOptionGroup
-
onChildAdded
- Specified by:
onChildAddedin interfaceIDebugOptionGroup
-
onDescendantAdded
- Specified by:
onDescendantAddedin interfaceIDebugOptionGroup
-
getGroupName
-
getCombinedName
-