Uses of Enum Class
net.risingworld.api.definitions.Items.ProjectileType
Packages that use Items.ProjectileType
-
Uses of Items.ProjectileType in net.risingworld.api.definitions
Fields in net.risingworld.api.definitions declared as Items.ProjectileTypeModifier and TypeFieldDescriptionItems.ProjectileDefinition.typeProjectile type (i.e is it a bullet or an arrow etc?)Methods in net.risingworld.api.definitions that return Items.ProjectileTypeModifier and TypeMethodDescriptionstatic Items.ProjectileTypeItems.ProjectileType.get(int value) static Items.ProjectileTypeReturns 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.