Uses of Interface
net.minecraft.world.entity.projectile.Projectile.ProjectileFactory
Packages that use Projectile.ProjectileFactory
-
Uses of Projectile.ProjectileFactory in net.minecraft.world.entity.projectile
Methods in net.minecraft.world.entity.projectile with parameters of type Projectile.ProjectileFactoryModifier and TypeMethodDescriptionstatic <T extends Projectile>
TProjectile.spawnProjectileFromRotation
(Projectile.ProjectileFactory<T> pFactory, ServerLevel pLevel, ItemStack pSpawnedFrom, LivingEntity pOwner, float pZ, float pVelocity, float pInaccuracy) static <T extends Projectile>
TProjectile.spawnProjectileUsingShoot
(Projectile.ProjectileFactory<T> pFactory, ServerLevel pLevel, ItemStack pSpawnedFrom, LivingEntity pOwner, double pX, double pY, double pZ, float pVelocity, float pInaccuracy)