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.RenderOG
,Cheat
,Cheat.ClockOG
,Cheat.DoorOG
,Cheat.FarmingOG
,Cheat.PlayerOG
,Cheat.RecipeOG
,Cheat.TimedActionOG
,Cheat.VehicleOG
,Cheat.WindowOG
,CollideWithObstacles
,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
,Terrain
,Terrain.RenderTiles
,Terrain.RenderTiles.IsoGridSquare
,Terrain.RenderTiles.IsoGridSquare.Floor
,Terrain.RenderTiles.IsoGridSquare.Walls
,Weather
,WorldItemAtlas
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOptionGroup
(IDebugOptionGroup debugOptionGroup) OptionGroup
(IDebugOptionGroup parentGroup, String groupName) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addChild
(IDebugOption childOption) static String
getCombinedName
(IDebugOptionGroup debugOptionGroup, String string) getGroupName
(String string) getName()
void
onChildAdded
(IDebugOption newOption) void
onDescendantAdded
(IDebugOption newOption) void
void
removeChild
(IDebugOption debugOption) void
setParent
(IDebugOptionGroup parent) Methods inherited from class java.lang.Object
clone, equals, finalize, 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
-