Uses of Class
net.minecraft.world.entity.projectile.ThrownEnderpearl
Package
Description
-
Uses of ThrownEnderpearl in net.minecraft.world.entity
Modifier and TypeFieldDescriptionstatic final EntityType<ThrownEnderpearl>
EntityType.ENDER_PEARL
-
Uses of ThrownEnderpearl in net.minecraft.world.entity.projectile
ModifierConstructorDescriptionThrownEnderpearl
(EntityType<? extends ThrownEnderpearl> p_37491_, Level p_37492_) -
Uses of ThrownEnderpearl in net.minecraftforge.event
Modifier and TypeMethodDescriptionForgeEventFactory.onEnderPearlLand
(ServerPlayer entity, double targetX, double targetY, double targetZ, ThrownEnderpearl pearlEntity, float attackDamage) Deprecated, for removal: This API element is subject to removal in a future version.Use the hit result-sensitive version.ForgeEventFactory.onEnderPearlLand
(ServerPlayer entity, double targetX, double targetY, double targetZ, ThrownEnderpearl pearlEntity, float attackDamage, @Nullable HitResult hitResult) -
Uses of ThrownEnderpearl in net.minecraftforge.event.entity
Modifier and TypeFieldDescriptionprivate final ThrownEnderpearl
EntityTeleportEvent.EnderPearl.pearlEntity
ModifierConstructorDescriptionEnderPearl
(ServerPlayer entity, double targetX, double targetY, double targetZ, ThrownEnderpearl pearlEntity, float attackDamage) Deprecated, for removal: This API element is subject to removal in a future version.Use EnderPearl(ServerPlayer, double, double, double, ThrownEnderpearl, float, HitResult) the hit result-sensitive version}.EnderPearl
(ServerPlayer entity, double targetX, double targetY, double targetZ, ThrownEnderpearl pearlEntity, float attackDamage, @Nullable HitResult hitResult)