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 StartModeStartMode.fromByteId(byte id) CraftLogic.getStartMode()DryingLogic.getStartMode()FurnaceLogic.getStartMode()static StartModeReturns 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. -
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()