Uses of Class
com.hazebyte.crate.api.util.ItemBuilder.DataType
-
Packages that use ItemBuilder.DataType Package Description com.hazebyte.crate.api.util Functions to ease programmatic tasks. -
-
Uses of ItemBuilder.DataType in com.hazebyte.crate.api.util
Methods in com.hazebyte.crate.api.util that return ItemBuilder.DataType Modifier and Type Method Description static ItemBuilder.DataType
ItemBuilder.DataType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ItemBuilder.DataType[]
ItemBuilder.DataType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-