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 TypeMethodDescriptionvoid
addChild
(IDebugOption iDebugOption) static String
getCombinedName
(IDebugOptionGroup iDebugOptionGroup, String string) getGroupName
(String string) getName()
void
onChildAdded
(IDebugOption iDebugOption) void
onDescendantAdded
(IDebugOption iDebugOption) void
void
removeChild
(IDebugOption iDebugOption) void
setParent
(IDebugOptionGroup iDebugOptionGroup1) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
getName
in interfaceIDebugOption
-
getParent
- Specified by:
getParent
in interfaceIDebugOption
-
setParent
- Specified by:
setParent
in interfaceIDebugOption
-
onFullPathChanged
public void onFullPathChanged()- Specified by:
onFullPathChanged
in interfaceIDebugOption
-
getChildren
- Specified by:
getChildren
in interfaceIDebugOptionGroup
-
addChild
- Specified by:
addChild
in interfaceIDebugOptionGroup
-
removeChild
- Specified by:
removeChild
in interfaceIDebugOptionGroup
-
onChildAdded
- Specified by:
onChildAdded
in interfaceIDebugOptionGroup
-
onDescendantAdded
- Specified by:
onDescendantAdded
in interfaceIDebugOptionGroup
-
getGroupName
-
getCombinedName
-