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 voidAbstractBlock.AbstractBlockState. onProjectileHit(World p_215690_1_, BlockState p_215690_2_, BlockRayTraceResult p_215690_3_, ProjectileEntity p_215690_4_)voidAbstractBlock. onProjectileHit(World p_220066_1_, BlockState p_220066_2_, BlockRayTraceResult p_220066_3_, ProjectileEntity p_220066_4_)Deprecated.voidBellBlock. onProjectileHit(World p_220066_1_, BlockState p_220066_2_, BlockRayTraceResult p_220066_3_, ProjectileEntity p_220066_4_)voidCampfireBlock. onProjectileHit(World p_220066_1_, BlockState p_220066_2_, BlockRayTraceResult p_220066_3_, ProjectileEntity p_220066_4_)voidChorusFlowerBlock. onProjectileHit(World p_220066_1_, BlockState p_220066_2_, BlockRayTraceResult p_220066_3_, ProjectileEntity p_220066_4_)voidTargetBlock. onProjectileHit(World p_220066_1_, BlockState p_220066_2_, BlockRayTraceResult p_220066_3_, ProjectileEntity p_220066_4_)voidTNTBlock. 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 ProjectileEntityProjectileDispenseBehavior. 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 voidICrossbowUser. shootCrossbowProjectile(LivingEntity p_234279_1_, LivingEntity p_234279_2_, ProjectileEntity p_234279_3_, float p_234279_4_, float p_234279_5_)voidICrossbowUser. 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 classEnderPearlEntityclassExperienceBottleEntity -
Uses of ProjectileEntity in net.minecraft.entity.monster
Methods in net.minecraft.entity.monster with parameters of type ProjectileEntity Modifier and Type Method Description voidPillagerEntity. 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 voidPiglinEntity. 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 classAbstractArrowEntityclassAbstractFireballEntityclassArrowEntityclassDamagingProjectileEntityclassDragonFireballEntityclassEggEntityclassFireballEntityclassFireworkRocketEntityclassFishingBobberEntityclassLlamaSpitEntityclassPotionEntityclassProjectileItemEntityclassShulkerBulletEntityclassSmallFireballEntityclassSnowballEntityclassSpectralArrowEntityclassThrowableEntityclassTridentEntityclassWitherSkullEntityConstructor 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_)
-