Interface IDebugOptionGroup
- All Superinterfaces:
IDebugOption
- All Known Implementing Classes:
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
,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
,OptionGroup
,Terrain
,Terrain.RenderTiles
,Terrain.RenderTiles.IsoGridSquare
,Terrain.RenderTiles.IsoGridSquare.Floor
,Terrain.RenderTiles.IsoGridSquare.Walls
,Weather
,WorldItemAtlas
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addChild
(IDebugOption childOption) default String
getCombinedName
(String string1) default BooleanDebugOption
newDebugOnlyOption
(String string, boolean boolean0) default BooleanDebugOption
default <E extends IDebugOptionGroup>
EnewOptionGroup
(E debugOptionGroup1) void
onChildAdded
(IDebugOption newChild) void
onDescendantAdded
(IDebugOption newDescendant) void
removeChild
(IDebugOption var1) Methods inherited from interface zombie.debug.options.IDebugOption
getName, getParent, onFullPathChanged, setParent
-
Method Details
-
getChildren
Iterable<IDebugOption> getChildren() -
addChild
-
removeChild
-
onChildAdded
-
onDescendantAdded
-
newOptionGroup
-
newOption
-
newDebugOnlyOption
-
getCombinedName
-