Package zombie.debug
Class DebugOptions.Checks
java.lang.Object
zombie.debug.options.OptionGroup
zombie.debug.DebugOptions.Checks
- All Implemented Interfaces:
IDebugOption
,IDebugOptionGroup
- Enclosing class:
- DebugOptions
public static final class DebugOptions.Checks extends OptionGroup
-
Field Summary
Fields Modifier and Type Field Description BooleanDebugOption
BoundTextures
BooleanDebugOption
SlowLuaEvents
Fields inherited from class zombie.debug.options.OptionGroup
Group
-
Constructor Summary
Constructors Constructor Description Checks()
-
Method Summary
Methods inherited from class zombie.debug.options.OptionGroup
addChild, getChildren, getName, getParent, newDebugOnlyOption, newDebugOnlyOption, newOption, newOption, onChildAdded, onDescendantAdded, setParent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
BoundTextures
-
SlowLuaEvents
-
-
Constructor Details
-
Checks
public Checks()
-