Uses of Enum Class
zombie.entity.components.crafting.StartMode
Packages that use StartMode
Package
Description
-
Uses of StartMode in generation.builders
Methods in generation.builders with parameters of type StartModeModifier and TypeMethodDescription -
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 arg0) 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()