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 voidAbstractBlock.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)voidAmethystBlock. onProjectileHit(World world, BlockState state, BlockHitResult hit, ProjectileEntity projectile)voidBellBlock. onProjectileHit(World world, BlockState state, BlockHitResult hit, ProjectileEntity projectile)voidBigDripleafBlock. onProjectileHit(World world, BlockState state, BlockHitResult hit, ProjectileEntity projectile)voidCampfireBlock. onProjectileHit(World world, BlockState state, BlockHitResult hit, ProjectileEntity projectile)voidChorusFlowerBlock. onProjectileHit(World world, BlockState state, BlockHitResult hit, ProjectileEntity projectile)voidLightningRodBlock. onProjectileHit(World world, BlockState state, BlockHitResult hit, ProjectileEntity projectile)voidPointedDripstoneBlock. onProjectileHit(World world, BlockState state, BlockHitResult hit, ProjectileEntity projectile)voidTargetBlock. onProjectileHit(World world, BlockState state, BlockHitResult hit, ProjectileEntity projectile)voidTntBlock. 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 ProjectileEntityProjectileDispenserBehavior. 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 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 ProjectileEntity Modifier and Type Method Description 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.projectile Modifier and Type Class Description classAbstractFireballEntityclassArrowEntityclassDragonFireballEntityclassExplosiveProjectileEntityclassFireballEntityclassFireworkRocketEntityclassFishingBobberEntityclassLlamaSpitEntityclassPersistentProjectileEntityclassShulkerBulletEntityclassSmallFireballEntityclassSpectralArrowEntityclassTridentEntityclassWitherSkullEntityConstructor 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 classEggEntityclassEnderPearlEntityclassExperienceBottleEntityclassPotionEntityclassSnowballEntityclassThrownEntityclassThrownItemEntity