Uses of Class
net.minecraft.entity.projectile.ProjectileEntity
-
-
Uses of ProjectileEntity in net.minecraft.block
Methods in net.minecraft.block with parameters of type ProjectileEntity Modifier and Type Method Description void
AbstractBlock.AbstractBlockState. onProjectileHit(World p_215690_1_, BlockState p_215690_2_, BlockRayTraceResult p_215690_3_, ProjectileEntity p_215690_4_)
void
AbstractBlock. onProjectileHit(World p_220066_1_, BlockState p_220066_2_, BlockRayTraceResult p_220066_3_, ProjectileEntity p_220066_4_)
Deprecated.void
BellBlock. onProjectileHit(World p_220066_1_, BlockState p_220066_2_, BlockRayTraceResult p_220066_3_, ProjectileEntity p_220066_4_)
void
CampfireBlock. onProjectileHit(World p_220066_1_, BlockState p_220066_2_, BlockRayTraceResult p_220066_3_, ProjectileEntity p_220066_4_)
void
ChorusFlowerBlock. onProjectileHit(World p_220066_1_, BlockState p_220066_2_, BlockRayTraceResult p_220066_3_, ProjectileEntity p_220066_4_)
void
TargetBlock. onProjectileHit(World p_220066_1_, BlockState p_220066_2_, BlockRayTraceResult p_220066_3_, ProjectileEntity p_220066_4_)
void
TNTBlock. onProjectileHit(World p_220066_1_, BlockState p_220066_2_, BlockRayTraceResult p_220066_3_, ProjectileEntity p_220066_4_)
-
Uses of ProjectileEntity in net.minecraft.dispenser
Methods in net.minecraft.dispenser that return ProjectileEntity Modifier and Type Method Description protected abstract ProjectileEntity
ProjectileDispenseBehavior. getProjectile(World p_82499_1_, IPosition p_82499_2_, ItemStack p_82499_3_)
-
Uses of ProjectileEntity in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type ProjectileEntity Modifier and Type Method Description default void
ICrossbowUser. shootCrossbowProjectile(LivingEntity p_234279_1_, LivingEntity p_234279_2_, ProjectileEntity p_234279_3_, float p_234279_4_, float p_234279_5_)
void
ICrossbowUser. shootCrossbowProjectile(LivingEntity p_230284_1_, ItemStack p_230284_2_, ProjectileEntity p_230284_3_, float p_230284_4_)
-
Uses of ProjectileEntity in net.minecraft.entity.item
Subclasses of ProjectileEntity in net.minecraft.entity.item Modifier and Type Class Description class
EnderPearlEntity
class
ExperienceBottleEntity
-
Uses of ProjectileEntity in net.minecraft.entity.monster
Methods in net.minecraft.entity.monster with parameters of type ProjectileEntity Modifier and Type Method Description void
PillagerEntity. shootCrossbowProjectile(LivingEntity p_230284_1_, ItemStack p_230284_2_, ProjectileEntity p_230284_3_, float p_230284_4_)
-
Uses of ProjectileEntity in net.minecraft.entity.monster.piglin
Methods in net.minecraft.entity.monster.piglin with parameters of type ProjectileEntity Modifier and Type Method Description void
PiglinEntity. shootCrossbowProjectile(LivingEntity p_230284_1_, ItemStack p_230284_2_, ProjectileEntity p_230284_3_, float p_230284_4_)
-
Uses of ProjectileEntity in net.minecraft.entity.projectile
Subclasses of ProjectileEntity in net.minecraft.entity.projectile Modifier and Type Class Description class
AbstractArrowEntity
class
AbstractFireballEntity
class
ArrowEntity
class
DamagingProjectileEntity
class
DragonFireballEntity
class
EggEntity
class
FireballEntity
class
FireworkRocketEntity
class
FishingBobberEntity
class
LlamaSpitEntity
class
PotionEntity
class
ProjectileItemEntity
class
ShulkerBulletEntity
class
SmallFireballEntity
class
SnowballEntity
class
SpectralArrowEntity
class
ThrowableEntity
class
TridentEntity
class
WitherSkullEntity
Constructor parameters in net.minecraft.entity.projectile with type arguments of type ProjectileEntity Constructor Description ProjectileEntity(EntityType<? extends ProjectileEntity> p_i231584_1_, World p_i231584_2_)
-