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.maintypeMain type of this crafting stationCrafting.CraftingStation.typeBitmask describing the type(s) represented by this crafting stationMethods in net.risingworld.api.definitions that return Crafting.CraftingStationTypeModifier and TypeMethodDescriptionstatic Crafting.CraftingStationTypeCrafting.CraftingStationType.get(int value) static Crafting.CraftingStationTypeReturns 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.