Uses of Class
net.minecraft.world.entity.projectile.ThrownEnderpearl
Packages that use ThrownEnderpearl
Package
Description
-
Uses of ThrownEnderpearl in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type ThrownEnderpearlModifier and TypeFieldDescriptionstatic final EntityType<ThrownEnderpearl>
EntityType.ENDER_PEARL
-
Uses of ThrownEnderpearl in net.minecraft.world.entity.projectile
Constructor parameters in net.minecraft.world.entity.projectile with type arguments of type ThrownEnderpearlModifierConstructorDescriptionThrownEnderpearl
(EntityType<? extends ThrownEnderpearl> p_37491_, Level p_37492_) -
Uses of ThrownEnderpearl in net.minecraftforge.event
Methods in net.minecraftforge.event with parameters of type ThrownEnderpearlModifier 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
Fields in net.minecraftforge.event.entity declared as ThrownEnderpearlModifier and TypeFieldDescriptionprivate final ThrownEnderpearl
EntityTeleportEvent.EnderPearl.pearlEntity
Methods in net.minecraftforge.event.entity that return ThrownEnderpearlConstructors in net.minecraftforge.event.entity with parameters of type ThrownEnderpearlModifierConstructorDescriptionEnderPearl
(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)