Uses of Class
net.minecraft.entity.projectile.thrown.EnderPearlEntity
Package
Description
-
Uses of EnderPearlEntity in net.minecraft.entity
Modifier and TypeFieldDescriptionstatic final EntityType
<EnderPearlEntity> EntityType.ENDER_PEARL
-
Uses of EnderPearlEntity in net.minecraft.entity.projectile.thrown
ModifierConstructorDescriptionEnderPearlEntity
(EntityType<? extends EnderPearlEntity> type, World world) -
Uses of EnderPearlEntity in net.minecraft.server.network
Modifier and TypeFieldDescriptionprivate final Set
<EnderPearlEntity> ServerPlayerEntity.enderPearls
Modifier and TypeMethodDescriptionvoid
ServerPlayerEntity.addEnderPearl
(EnderPearlEntity enderPearl) long
ServerPlayerEntity.handleThrownEnderPearl
(EnderPearlEntity enderPearl) void
ServerPlayerEntity.removeEnderPearl
(EnderPearlEntity enderPearl)