Uses of Class
net.minecraft.world.entity.projectile.Projectile
Packages that use Projectile
Package
Description
-
Uses of Projectile in net.minecraft.core.dispenser
Methods in net.minecraft.core.dispenser that return ProjectileModifier and TypeMethodDescriptionprotected abstract ProjectileAbstractProjectileDispenseBehavior.getProjectile(Level p_123360_, Position p_123361_, ItemStack p_123362_) -
Uses of Projectile in net.minecraft.world.entity.monster
Methods in net.minecraft.world.entity.monster with parameters of type ProjectileModifier and TypeMethodDescriptiondefault voidCrossbowAttackMob.shootCrossbowProjectile(LivingEntity p_32323_, LivingEntity p_32324_, Projectile p_32325_, float p_32326_, float p_32327_) voidCrossbowAttackMob.shootCrossbowProjectile(LivingEntity p_32328_, ItemStack p_32329_, Projectile p_32330_, float p_32331_) voidPillager.shootCrossbowProjectile(LivingEntity p_33275_, ItemStack p_33276_, Projectile p_33277_, float p_33278_) -
Uses of Projectile in net.minecraft.world.entity.monster.piglin
Methods in net.minecraft.world.entity.monster.piglin with parameters of type ProjectileModifier and TypeMethodDescriptionvoidPiglin.shootCrossbowProjectile(LivingEntity p_34707_, ItemStack p_34708_, Projectile p_34709_, float p_34710_) -
Uses of Projectile in net.minecraft.world.entity.projectile
Subclasses of Projectile in net.minecraft.world.entity.projectileModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassConstructor parameters in net.minecraft.world.entity.projectile with type arguments of type ProjectileModifierConstructorDescriptionprotectedProjectile(EntityType<? extends Projectile> p_37248_, Level p_37249_) -
Uses of Projectile in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block with parameters of type ProjectileModifier and TypeMethodDescriptionvoidAbstractCandleBlock.onProjectileHit(Level p_151905_, BlockState p_151906_, BlockHitResult p_151907_, Projectile p_151908_) voidAmethystBlock.onProjectileHit(Level p_152001_, BlockState p_152002_, BlockHitResult p_152003_, Projectile p_152004_) voidBellBlock.onProjectileHit(Level p_49708_, BlockState p_49709_, BlockHitResult p_49710_, Projectile p_49711_) voidBigDripleafBlock.onProjectileHit(Level p_152228_, BlockState p_152229_, BlockHitResult p_152230_, Projectile p_152231_) voidCampfireBlock.onProjectileHit(Level p_51244_, BlockState p_51245_, BlockHitResult p_51246_, Projectile p_51247_) voidChorusFlowerBlock.onProjectileHit(Level p_51654_, BlockState p_51655_, BlockHitResult p_51656_, Projectile p_51657_) voidLightningRodBlock.onProjectileHit(Level p_153713_, BlockState p_153714_, BlockHitResult p_153715_, Projectile p_153716_) voidPointedDripstoneBlock.onProjectileHit(Level p_154042_, BlockState p_154043_, BlockHitResult p_154044_, Projectile p_154045_) voidTargetBlock.onProjectileHit(Level p_57381_, BlockState p_57382_, BlockHitResult p_57383_, Projectile p_57384_) voidTntBlock.onProjectileHit(Level p_57429_, BlockState p_57430_, BlockHitResult p_57431_, Projectile p_57432_) -
Uses of Projectile in net.minecraft.world.level.block.state
Methods in net.minecraft.world.level.block.state with parameters of type ProjectileModifier and TypeMethodDescriptionvoidBlockBehaviour.BlockStateBase.onProjectileHit(Level p_60670_, BlockState p_60671_, BlockHitResult p_60672_, Projectile p_60673_) voidBlockBehaviour.onProjectileHit(Level p_60453_, BlockState p_60454_, BlockHitResult p_60455_, Projectile p_60456_) Deprecated. -
Uses of Projectile in net.minecraftforge.event
Methods in net.minecraftforge.event with parameters of type ProjectileModifier and TypeMethodDescriptionstatic booleanForgeEventFactory.onProjectileImpact(Projectile projectile, HitResult ray) -
Uses of Projectile in net.minecraftforge.event.entity
Fields in net.minecraftforge.event.entity declared as ProjectileMethods in net.minecraftforge.event.entity that return ProjectileConstructors in net.minecraftforge.event.entity with parameters of type Projectile