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 world, BlockState state, BlockHitResult hit, ProjectileEntity projectile)
void
AbstractBlock. onProjectileHit(World world, BlockState state, BlockHitResult hit, ProjectileEntity projectile)
Deprecated.void
AbstractCandleBlock. onProjectileHit(World world, BlockState state, BlockHitResult hit, ProjectileEntity projectile)
void
AmethystBlock. onProjectileHit(World world, BlockState state, BlockHitResult hit, ProjectileEntity projectile)
void
BellBlock. onProjectileHit(World world, BlockState state, BlockHitResult hit, ProjectileEntity projectile)
void
BigDripleafBlock. onProjectileHit(World world, BlockState state, BlockHitResult hit, ProjectileEntity projectile)
void
CampfireBlock. onProjectileHit(World world, BlockState state, BlockHitResult hit, ProjectileEntity projectile)
void
ChorusFlowerBlock. onProjectileHit(World world, BlockState state, BlockHitResult hit, ProjectileEntity projectile)
void
LightningRodBlock. onProjectileHit(World world, BlockState state, BlockHitResult hit, ProjectileEntity projectile)
void
PointedDripstoneBlock. onProjectileHit(World world, BlockState state, BlockHitResult hit, ProjectileEntity projectile)
void
TargetBlock. onProjectileHit(World world, BlockState state, BlockHitResult hit, ProjectileEntity projectile)
void
TntBlock. onProjectileHit(World world, BlockState state, BlockHitResult hit, ProjectileEntity projectile)
-
Uses of ProjectileEntity in net.minecraft.block.dispenser
Methods in net.minecraft.block.dispenser that return ProjectileEntity Modifier and Type Method Description protected abstract ProjectileEntity
ProjectileDispenserBehavior. createProjectile(World world, Position position, ItemStack stack)
-
Uses of ProjectileEntity in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type ProjectileEntity Modifier and Type Method Description default void
CrossbowUser. shoot(LivingEntity entity, LivingEntity target, ProjectileEntity projectile, float multishotSpray, float speed)
void
CrossbowUser. shoot(LivingEntity target, ItemStack crossbow, ProjectileEntity projectile, float multiShotSpray)
-
Uses of ProjectileEntity in net.minecraft.entity.mob
Methods in net.minecraft.entity.mob with parameters of type ProjectileEntity Modifier and Type Method Description void
PiglinEntity. shoot(LivingEntity target, ItemStack crossbow, ProjectileEntity projectile, float multiShotSpray)
void
PillagerEntity. shoot(LivingEntity target, ItemStack crossbow, ProjectileEntity projectile, float multiShotSpray)
-
Uses of ProjectileEntity in net.minecraft.entity.projectile
Subclasses of ProjectileEntity in net.minecraft.entity.projectile Modifier and Type Class Description class
AbstractFireballEntity
class
ArrowEntity
class
DragonFireballEntity
class
ExplosiveProjectileEntity
class
FireballEntity
class
FireworkRocketEntity
class
FishingBobberEntity
class
LlamaSpitEntity
class
PersistentProjectileEntity
class
ShulkerBulletEntity
class
SmallFireballEntity
class
SpectralArrowEntity
class
TridentEntity
class
WitherSkullEntity
Constructor parameters in net.minecraft.entity.projectile with type arguments of type ProjectileEntity Constructor Description ProjectileEntity(EntityType<? extends ProjectileEntity> type, World world)
-
Uses of ProjectileEntity in net.minecraft.entity.projectile.thrown
Subclasses of ProjectileEntity in net.minecraft.entity.projectile.thrown Modifier and Type Class Description class
EggEntity
class
EnderPearlEntity
class
ExperienceBottleEntity
class
PotionEntity
class
SnowballEntity
class
ThrownEntity
class
ThrownItemEntity