Class SuspendParticle.EggCrackFactory

java.lang.Object
net.minecraft.client.particle.SuspendParticle.EggCrackFactory
All Implemented Interfaces:
ParticleFactory<DefaultParticleType>
Enclosing class:
SuspendParticle

@Environment(CLIENT) public static class SuspendParticle.EggCrackFactory extends Object implements ParticleFactory<DefaultParticleType>
Mappings:
Namespace Name
official fhz$c
intermediary net/minecraft/class_729$class_8254
named net/minecraft/client/particle/SuspendParticle$EggCrackFactory
  • Field Details

    • spriteProvider

      private final SpriteProvider spriteProvider
      Mappings:
      Namespace Name Mixin selector
      official a Lfhz$c;a:Lfhw;
      intermediary field_43374 Lnet/minecraft/class_729$class_8254;field_43374:Lnet/minecraft/class_4002;
      named spriteProvider Lnet/minecraft/client/particle/SuspendParticle$EggCrackFactory;spriteProvider:Lnet/minecraft/client/particle/SpriteProvider;
  • Constructor Details

    • EggCrackFactory

      public EggCrackFactory(SpriteProvider spriteProvider)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfhz$c;<init>(Lfhw;)V
      intermediary <init> Lnet/minecraft/class_729$class_8254;<init>(Lnet/minecraft/class_4002;)V
      named <init> Lnet/minecraft/client/particle/SuspendParticle$EggCrackFactory;<init>(Lnet/minecraft/client/particle/SpriteProvider;)V
  • Method Details

    • createParticle

      public Particle createParticle(DefaultParticleType defaultParticleType, ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7)
      Specified by:
      createParticle in interface ParticleFactory<DefaultParticleType>
      Mappings:
      Namespace Name Mixin selector
      official a Lfhz$c;a(Liy;Lfel;DDDDDD)Lfhb;
      intermediary method_49917 Lnet/minecraft/class_729$class_8254;method_49917(Lnet/minecraft/class_2400;Lnet/minecraft/class_638;DDDDDD)Lnet/minecraft/class_703;
      named createParticle Lnet/minecraft/client/particle/SuspendParticle$EggCrackFactory;createParticle(Lnet/minecraft/particle/DefaultParticleType;Lnet/minecraft/client/world/ClientWorld;DDDDDD)Lnet/minecraft/client/particle/Particle;