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 TypeMethodDescriptionvoidAbstractBlock.AbstractBlockState.onProjectileHit(World world, BlockState state, BlockHitResult hit, ProjectileEntity projectile) voidAbstractBlock.onProjectileHit(World world, BlockState state, BlockHitResult hit, ProjectileEntity projectile) Deprecated.voidAbstractCandleBlock.onProjectileHit(World world, BlockState state, BlockHitResult hit, ProjectileEntity projectile) Called when aProjectileEntityhits a block.voidAmethystBlock.onProjectileHit(World world, BlockState state, BlockHitResult hit, ProjectileEntity projectile) Called when aProjectileEntityhits a block.voidBellBlock.onProjectileHit(World world, BlockState state, BlockHitResult hit, ProjectileEntity projectile) Called when aProjectileEntityhits a block.voidBigDripleafBlock.onProjectileHit(World world, BlockState state, BlockHitResult hit, ProjectileEntity projectile) Called when aProjectileEntityhits a block.voidCampfireBlock.onProjectileHit(World world, BlockState state, BlockHitResult hit, ProjectileEntity projectile) Called when aProjectileEntityhits a block.voidChorusFlowerBlock.onProjectileHit(World world, BlockState state, BlockHitResult hit, ProjectileEntity projectile) Called when aProjectileEntityhits a block.voidDecoratedPotBlock.onProjectileHit(World world, BlockState state, BlockHitResult hit, ProjectileEntity projectile) Called when aProjectileEntityhits a block.voidLightningRodBlock.onProjectileHit(World world, BlockState state, BlockHitResult hit, ProjectileEntity projectile) Called when aProjectileEntityhits a block.voidPointedDripstoneBlock.onProjectileHit(World world, BlockState state, BlockHitResult hit, ProjectileEntity projectile) Called when aProjectileEntityhits a block.voidTargetBlock.onProjectileHit(World world, BlockState state, BlockHitResult hit, ProjectileEntity projectile) Called when aProjectileEntityhits a block.voidTntBlock.onProjectileHit(World world, BlockState state, BlockHitResult hit, ProjectileEntity projectile) Called when aProjectileEntityhits a block. -
Uses of ProjectileEntity in net.minecraft.block.dispenser
Methods in net.minecraft.block.dispenser that return ProjectileEntityModifier and TypeMethodDescriptionprotected abstract ProjectileEntityProjectileDispenserBehavior.createProjectile(World world, Position position, ItemStack stack) Creates the entity that will be spawned in front of the dispenser. -
Uses of ProjectileEntity in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type ProjectileEntityModifier and TypeMethodDescriptionvoidEntity.method_55666(ProjectileEntity projectileEntity) default voidCrossbowUser.shoot(LivingEntity entity, LivingEntity target, ProjectileEntity projectile, float multishotSpray, float speed) voidCrossbowUser.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 ProjectileEntityModifier and TypeMethodDescriptionvoidBreezeEntity.method_55666(ProjectileEntity projectileEntity) voidPiglinEntity.shoot(LivingEntity target, ItemStack crossbow, ProjectileEntity projectile, float multiShotSpray) voidPillagerEntity.shoot(LivingEntity target, ItemStack crossbow, ProjectileEntity projectile, float multiShotSpray) -
Uses of ProjectileEntity in net.minecraft.entity.projectile
Subclasses of ProjectileEntity in net.minecraft.entity.projectileModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassConstructor parameters in net.minecraft.entity.projectile with type arguments of type ProjectileEntityModifierConstructorDescription(package private)ProjectileEntity(EntityType<? extends ProjectileEntity> type, World world) -
Uses of ProjectileEntity in net.minecraft.entity.projectile.thrown
Subclasses of ProjectileEntity in net.minecraft.entity.projectile.thrownModifier and TypeClassDescriptionclassclassclassclassclassclassclass
AbstractBlock.AbstractBlockState.onProjectileHit(net.minecraft.world.World, net.minecraft.block.BlockState, net.minecraft.util.hit.BlockHitResult, net.minecraft.entity.projectile.ProjectileEntity)instead.