Uses of Class
net.minecraft.world.entity.projectile.Projectile
Package
Description
-
Uses of Projectile in net.minecraft.world.entity
-
Uses of Projectile in net.minecraft.world.entity.monster.breeze
-
Uses of Projectile in net.minecraft.world.entity.projectile
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Modifier and TypeMethodDescriptionvoid
ProjectileDeflection.deflect
(Projectile p_320311_, Entity p_320130_, RandomSource p_320125_) ModifierConstructorDescriptionprotected
Projectile
(EntityType<? extends Projectile> p_37248_, Level p_37249_) -
Uses of Projectile in net.minecraft.world.entity.projectile.windcharge
Modifier and TypeClassDescriptionclass
class
class
-
Uses of Projectile in net.minecraft.world.item
Modifier and TypeMethodDescriptionArrowItem.asProjectile
(Level p_338330_, Position p_338329_, ItemStack p_338197_, Direction p_338469_) EggItem.asProjectile
(Level p_338884_, Position p_338312_, ItemStack p_338704_, Direction p_338366_) ExperienceBottleItem.asProjectile
(Level p_338868_, Position p_338766_, ItemStack p_338321_, Direction p_338772_) FireChargeItem.asProjectile
(Level p_338826_, Position p_338780_, ItemStack p_338320_, Direction p_338841_) FireworkRocketItem.asProjectile
(Level p_338390_, Position p_338574_, ItemStack p_338487_, Direction p_338368_) ProjectileItem.asProjectile
(Level p_338867_, Position p_338379_, ItemStack p_338543_, Direction p_338380_) SnowballItem.asProjectile
(Level p_338685_, Position p_338637_, ItemStack p_338820_, Direction p_338856_) SpectralArrowItem.asProjectile
(Level p_338332_, Position p_338313_, ItemStack p_338304_, Direction p_338842_) ThrowablePotionItem.asProjectile
(Level p_338465_, Position p_338661_, ItemStack p_338506_, Direction p_338517_) TridentItem.asProjectile
(Level p_338505_, Position p_338277_, ItemStack p_338353_, Direction p_338220_) WindChargeItem.asProjectile
(Level p_338589_, Position p_338670_, ItemStack p_338308_, Direction p_338206_) protected Projectile
CrossbowItem.createProjectile
(Level p_331583_, LivingEntity p_40863_, ItemStack p_40864_, ItemStack p_40865_, boolean p_40866_) protected Projectile
ProjectileWeaponItem.createProjectile
(Level p_331008_, LivingEntity p_330781_, ItemStack p_330846_, ItemStack p_331497_, boolean p_331305_) Modifier and TypeMethodDescriptionvoid
FireChargeItem.shoot
(Projectile p_338389_, double p_338344_, double p_338646_, double p_338223_, float p_338688_, float p_338812_) default void
ProjectileItem.shoot
(Projectile p_338559_, double p_338418_, double p_338827_, double p_338653_, float p_338287_, float p_338314_) void
WindChargeItem.shoot
(Projectile p_338260_, double p_338763_, double p_338177_, double p_338349_, float p_338273_, float p_338257_) protected void
BowItem.shootProjectile
(LivingEntity p_331372_, Projectile p_332000_, int p_330631_, float p_331251_, float p_331199_, float p_330857_, LivingEntity p_331572_) protected void
CrossbowItem.shootProjectile
(LivingEntity p_40896_, Projectile p_332122_, int p_331865_, float p_40900_, float p_40902_, float p_40903_, LivingEntity p_330303_) protected abstract void
ProjectileWeaponItem.shootProjectile
(LivingEntity p_330966_, Projectile p_332201_, int p_331696_, float p_331444_, float p_331156_, float p_331718_, LivingEntity p_331705_) -
Uses of Projectile in net.minecraft.world.level.block
Modifier and TypeMethodDescriptionprotected void
AbstractCandleBlock.onProjectileHit
(Level p_151905_, BlockState p_151906_, BlockHitResult p_151907_, Projectile p_151908_) protected void
AmethystBlock.onProjectileHit
(Level p_152001_, BlockState p_152002_, BlockHitResult p_152003_, Projectile p_152004_) protected void
BellBlock.onProjectileHit
(Level p_49708_, BlockState p_49709_, BlockHitResult p_49710_, Projectile p_49711_) protected void
BigDripleafBlock.onProjectileHit
(Level p_152228_, BlockState p_152229_, BlockHitResult p_152230_, Projectile p_152231_) protected void
CampfireBlock.onProjectileHit
(Level p_51244_, BlockState p_51245_, BlockHitResult p_51246_, Projectile p_51247_) protected void
ChorusFlowerBlock.onProjectileHit
(Level p_51654_, BlockState p_51655_, BlockHitResult p_51656_, Projectile p_51657_) protected void
DecoratedPotBlock.onProjectileHit
(Level p_306322_, BlockState p_306005_, BlockHitResult p_306105_, Projectile p_305851_) protected void
LightningRodBlock.onProjectileHit
(Level p_153713_, BlockState p_153714_, BlockHitResult p_153715_, Projectile p_153716_) protected void
PointedDripstoneBlock.onProjectileHit
(Level p_154042_, BlockState p_154043_, BlockHitResult p_154044_, Projectile p_154045_) protected void
TargetBlock.onProjectileHit
(Level p_57381_, BlockState p_57382_, BlockHitResult p_57383_, Projectile p_57384_) protected void
TntBlock.onProjectileHit
(Level p_57429_, BlockState p_57430_, BlockHitResult p_57431_, Projectile p_57432_) -
Uses of Projectile in net.minecraft.world.level.block.state
Modifier and TypeMethodDescriptionvoid
BlockBehaviour.BlockStateBase.onProjectileHit
(Level p_60670_, BlockState p_60671_, BlockHitResult p_60672_, Projectile p_60673_) protected void
BlockBehaviour.onProjectileHit
(Level p_60453_, BlockState p_60454_, BlockHitResult p_60455_, Projectile p_60456_) -
Uses of Projectile in net.neoforged.neoforge.event
Modifier and TypeMethodDescriptionstatic boolean
EventHooks.onProjectileImpact
(Projectile projectile, HitResult ray) -
Uses of Projectile in net.neoforged.neoforge.event.entity