Uses of Enum Class
zombie.entity.components.crafting.StartMode
Packages that use StartMode
-
Uses of StartMode in zombie.entity.components.crafting
Subclasses with type arguments of type StartMode in zombie.entity.components.craftingMethods in zombie.entity.components.crafting that return StartModeModifier and TypeMethodDescriptionstatic StartMode
StartMode.fromByteId
(byte byte0) CraftLogic.getStartMode()
DryingLogic.getStartMode()
FurnaceLogic.getStartMode()
static StartMode
Returns the enum constant of this class with the specified name.static StartMode[]
StartMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.entity.components.crafting with parameters of type StartModeModifier and TypeMethodDescriptionprotected boolean
protected boolean
protected boolean
protected boolean
-
Uses of StartMode in zombie.scripting.entity.components.crafting
Methods in zombie.scripting.entity.components.crafting that return StartModeModifier and TypeMethodDescriptionCraftLogicScript.getStartMode()
DryingLogicScript.getStartMode()
FurnaceLogicScript.getStartMode()