Package zombie.sandbox
Class CustomIntegerSandboxOption
java.lang.Object
zombie.sandbox.CustomSandboxOption
zombie.sandbox.CustomIntegerSandboxOption
public final class CustomIntegerSandboxOption extends CustomSandboxOption
-
Field Summary
Fields Modifier and Type Field Description int
defaultValue
int
max
int
min
Fields inherited from class zombie.sandbox.CustomSandboxOption
m_id, m_page, m_translation
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
min
public final int min -
max
public final int max -
defaultValue
public final int defaultValue
-