Uses of Enum Class
net.risingworld.api.events.world.ProjectileHitEvent.Target
Packages that use ProjectileHitEvent.Target
-
Uses of ProjectileHitEvent.Target in net.risingworld.api.events.world
Subclasses with type arguments of type ProjectileHitEvent.Target in net.risingworld.api.events.worldModifier and TypeClassDescriptionstatic enumDetermines the hit target type.Methods in net.risingworld.api.events.world that return ProjectileHitEvent.TargetModifier and TypeMethodDescriptionProjectileHitEvent.getHitTarget()Gets the hit target type.static ProjectileHitEvent.TargetReturns the enum constant of this class with the specified name.static ProjectileHitEvent.Target[]ProjectileHitEvent.Target.values()Returns an array containing the constants of this enum class, in the order they are declared.