Uses of Enum Class
net.minecraftforge.event.entity.ProjectileImpactEvent.ImpactResult
-
Uses of ProjectileImpactEvent.ImpactResult in net.minecraftforge.event
Modifier and TypeMethodDescriptionForgeEventFactory.onProjectileImpactResult
(Projectile projectile, HitResult ray) -
Uses of ProjectileImpactEvent.ImpactResult in net.minecraftforge.event.entity
Modifier and TypeMethodDescriptionProjectileImpactEvent.getImpactResult()
Returns the enum constant of this class with the specified name.static ProjectileImpactEvent.ImpactResult[]
ProjectileImpactEvent.ImpactResult.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ProjectileImpactEvent.setImpactResult
(@NotNull ProjectileImpactEvent.ImpactResult newResult)