Uses of Enum Class
net.risingworld.api.definitions.Crafting.CraftingStationType
Packages that use Crafting.CraftingStationType
-
Uses of Crafting.CraftingStationType in net.risingworld.api.definitions
Fields in net.risingworld.api.definitions declared as Crafting.CraftingStationTypeModifier and TypeFieldDescriptionCrafting.CraftingStation.maintype
Main type of this crafting stationCrafting.CraftingStation.type
Bitmask describing the type(s) represented by this crafting stationMethods in net.risingworld.api.definitions that return Crafting.CraftingStationTypeModifier and TypeMethodDescriptionstatic Crafting.CraftingStationType
Crafting.CraftingStationType.get
(int value) static Crafting.CraftingStationType
Returns the enum constant of this class with the specified name.static Crafting.CraftingStationType[]
Crafting.CraftingStationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.