Package net.minecraft.client.particle
Class SnowballParticle.SnowballFactory
java.lang.Object
net.minecraft.client.particle.SnowballParticle.SnowballFactory
- All Implemented Interfaces:
ParticleFactory
- Enclosing class:
- SnowballParticle
@Environment(CLIENT) public static class SnowballParticle.SnowballFactory extends Object implements ParticleFactory
- Mappings:
Namespace Name official bdk$cintermediary net/minecraft/class_916$class_919named net/minecraft/client/particle/SnowballParticle$SnowballFactory
-
Constructor Summary
Constructors Constructor Description SnowballFactory() -
Method Summary
Modifier and Type Method Description ParticlecreateParticle(int id, World world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, int[] arr)
-
Constructor Details
-
SnowballFactory
public SnowballFactory()
-
-
Method Details
-
createParticle
public Particle createParticle(int id, World world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, int[] arr)- Specified by:
createParticlein interfaceParticleFactory- Mappings:
Namespace Name Mixin selector official aLbed;a(ILadm;DDDDDD[I)Lbeb;intermediary method_3273Lnet/minecraft/class_960;method_3273(ILnet/minecraft/class_99;DDDDDD[I)Lnet/minecraft/class_958;named createParticleLnet/minecraft/client/particle/ParticleFactory;createParticle(ILnet/minecraft/world/World;DDDDDD[I)Lnet/minecraft/client/particle/Particle;
-