Uses of Enum Class
net.risingworld.api.definitions.Objects.Type
Packages that use Objects.Type
-
Uses of Objects.Type in net.risingworld.api.definitions
Fields in net.risingworld.api.definitions declared as Objects.TypeModifier and TypeFieldDescriptionItems.ItemInfo.requiredobjecttype
Required object type for processing this item.Objects.ObjectDefinition.type
Object typeObjects.ObjectInfoDefinition.type
The object type of the related objectMethods in net.risingworld.api.definitions that return Objects.TypeModifier and TypeMethodDescriptionstatic Objects.Type
Objects.Type.get
(int value) static Objects.Type
Returns the enum constant of this class with the specified name.static Objects.Type[]
Objects.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.