Package net.minecraft.client.particle
Class SpellParticle.AmbientMobSpellFactory
java.lang.Object
net.minecraft.client.particle.SpellParticle.AmbientMobSpellFactory
- All Implemented Interfaces:
ParticleFactory
- Enclosing class:
- SpellParticle
@Environment(CLIENT) public static class SpellParticle.AmbientMobSpellFactory extends Object implements ParticleFactory
- Mappings:
Namespace Name official bej$aintermediary net/minecraft/class_971$class_972named net/minecraft/client/particle/SpellParticle$AmbientMobSpellFactory
-
Constructor Summary
Constructors Constructor Description AmbientMobSpellFactory() -
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
-
AmbientMobSpellFactory
public AmbientMobSpellFactory()
-
-
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;
-