Uses of Enum Class
net.risingworld.api.definitions.Items.ProjectileType
-
Uses of Items.ProjectileType in net.risingworld.api.definitions
Modifier and TypeFieldDescriptionItems.ProjectileDefinition.type
Projectile type (i.e is it a bullet or an arrow etc?)Modifier and TypeMethodDescriptionstatic Items.ProjectileType
Items.ProjectileType.get
(int value) static Items.ProjectileType
Returns the enum constant of this class with the specified name.static Items.ProjectileType[]
Items.ProjectileType.values()
Returns an array containing the constants of this enum class, in the order they are declared.