Class LeavesParticle.class_10604

java.lang.Object
net.minecraft.client.particle.LeavesParticle.class_10604
All Implemented Interfaces:
ParticleFactory<SimpleParticleType>
Enclosing class:
LeavesParticle

@Environment(CLIENT) public static class LeavesParticle.class_10604 extends Object implements ParticleFactory<SimpleParticleType>
Mappings:
Namespace Name
named net/minecraft/client/particle/LeavesParticle$class_10604
intermediary net/minecraft/class_8253$class_10604
official gjp$c
  • Field Details

    • field_55867

      private final SpriteProvider field_55867
      Mappings:
      Namespace Name Mixin selector
      named field_55867 Lnet/minecraft/client/particle/LeavesParticle$class_10604;field_55867:Lnet/minecraft/client/particle/SpriteProvider;
      intermediary field_55867 Lnet/minecraft/class_8253$class_10604;field_55867:Lnet/minecraft/class_4002;
      official a Lgjp$c;a:Lglb;
  • Constructor Details

  • Method Details

    • createParticle

      public Particle createParticle(SimpleParticleType simpleParticleType, ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7)
      Specified by:
      createParticle in interface ParticleFactory<SimpleParticleType>
      Mappings:
      Namespace Name Mixin selector
      named createParticle Lnet/minecraft/client/particle/LeavesParticle$class_10604;createParticle(Lnet/minecraft/particle/SimpleParticleType;Lnet/minecraft/client/world/ClientWorld;DDDDDD)Lnet/minecraft/client/particle/Particle;
      intermediary method_66537 Lnet/minecraft/class_8253$class_10604;method_66537(Lnet/minecraft/class_2400;Lnet/minecraft/class_638;DDDDDD)Lnet/minecraft/class_703;
      official a Lgjp$c;a(Llx;Lggy;DDDDDD)Lgkg;