Package net.minecraft.client.particle
Class SpellParticle.WitchSpellFactory
java.lang.Object
net.minecraft.client.particle.SpellParticle.WitchSpellFactory
- All Implemented Interfaces:
ParticleFactory
- Enclosing class:
- SpellParticle
@Environment(CLIENT)
public static class SpellParticle.WitchSpellFactory
extends Object
implements ParticleFactory
- Mappings:
Namespace Name official bto$eintermediary net/minecraft/class_509$class_2382named net/minecraft/client/particle/SpellParticle$WitchSpellFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateParticle(int id, World world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, int[] arr)
-
Constructor Details
-
WitchSpellFactory
public WitchSpellFactory()
-
-
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 aLbth;a(ILamu;DDDDDD[I)Lbtf;intermediary method_9712Lnet/minecraft/class_2372;method_9712(ILnet/minecraft/class_1150;DDDDDD[I)Lnet/minecraft/class_502;named createParticleLnet/minecraft/client/particle/ParticleFactory;createParticle(ILnet/minecraft/world/World;DDDDDD[I)Lnet/minecraft/client/particle/Particle;
-