Uses of Class
net.minecraft.entity.projectile.ProjectileEntity
Packages that use ProjectileEntity
Package
Description
-
Uses of ProjectileEntity in net.minecraft.block
Methods in net.minecraft.block with parameters of type ProjectileEntityModifier and TypeMethodDescriptionvoid
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 ProjectileEntityModifier and TypeMethodDescriptionprotected 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 ProjectileEntityModifier and TypeMethodDescriptiondefault 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 -
Uses of ProjectileEntity in net.minecraft.entity.monster
Methods in net.minecraft.entity.monster with parameters of type ProjectileEntityModifier and TypeMethodDescriptionvoid
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 ProjectileEntityModifier and TypeMethodDescriptionvoid
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.projectileModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Constructor parameters in net.minecraft.entity.projectile with type arguments of type ProjectileEntityModifierConstructorDescription(package private)
ProjectileEntity
(EntityType<? extends ProjectileEntity> p_i231584_1_, World p_i231584_2_)