Class SpellParticle.SpellFactory

java.lang.Object
net.minecraft.client.particle.SpellParticle.SpellFactory
All Implemented Interfaces:
ParticleFactory
Enclosing class:
SpellParticle

@Environment(CLIENT) public static class SpellParticle.SpellFactory extends Object implements ParticleFactory
Mappings:
Namespace Name
official bto$d
intermediary net/minecraft/class_509$class_2381
named net/minecraft/client/particle/SpellParticle$SpellFactory
  • Constructor Details

    • SpellFactory

      public SpellFactory()
  • 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:
      createParticle in interface ParticleFactory
      Mappings:
      Namespace Name Mixin selector
      official a Lbth;a(ILamu;DDDDDD[I)Lbtf;
      intermediary method_9712 Lnet/minecraft/class_2372;method_9712(ILnet/minecraft/class_1150;DDDDDD[I)Lnet/minecraft/class_502;
      named createParticle Lnet/minecraft/client/particle/ParticleFactory;createParticle(ILnet/minecraft/world/World;DDDDDD[I)Lnet/minecraft/client/particle/Particle;