Uses of Class
net.minecraft.entity.projectile.thrown.EnderPearlEntity
Packages that use EnderPearlEntity
Package
Description
-
Uses of EnderPearlEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type EnderPearlEntityModifier and TypeFieldDescriptionstatic final EntityType<EnderPearlEntity> EntityType.ENDER_PEARL -
Uses of EnderPearlEntity in net.minecraft.entity.projectile.thrown
Constructor parameters in net.minecraft.entity.projectile.thrown with type arguments of type EnderPearlEntityModifierConstructorDescriptionEnderPearlEntity(EntityType<? extends EnderPearlEntity> type, World world) -
Uses of EnderPearlEntity in net.minecraft.server.network
Fields in net.minecraft.server.network with type parameters of type EnderPearlEntityModifier and TypeFieldDescriptionprivate final Set<EnderPearlEntity> ServerPlayerEntity.enderPearlsMethods in net.minecraft.server.network that return types with arguments of type EnderPearlEntityMethods in net.minecraft.server.network with parameters of type EnderPearlEntityModifier and TypeMethodDescriptionvoidServerPlayerEntity.addEnderPearl(EnderPearlEntity enderPearl) longServerPlayerEntity.handleThrownEnderPearl(EnderPearlEntity enderPearl) voidServerPlayerEntity.removeEnderPearl(EnderPearlEntity enderPearl)