Class LavaEmberParticle


@Environment(CLIENT) public class LavaEmberParticle extends BillboardParticle
Mappings:
Namespace Name
named net/minecraft/client/particle/LavaEmberParticle
intermediary net/minecraft/class_694
official hbw
  • Constructor Details

    • LavaEmberParticle

      LavaEmberParticle(ClientWorld clientWorld, double double2, double double3, double double4, Sprite sprite)
  • Method Details

    • method_74255

      public BillboardParticle.class_11941 method_74255()
      Specified by:
      method_74255 in class BillboardParticle
      Mappings:
      Namespace Name Mixin selector
      named method_74255 Lnet/minecraft/client/particle/BillboardParticle;method_74255()Lnet/minecraft/client/particle/BillboardParticle$class_11941;
      intermediary method_74255 Lnet/minecraft/class_3940;method_74255()Lnet/minecraft/class_3940$class_11941;
      official b Lhcq;b()Lhcq$b;
    • getBrightness

      public int getBrightness(float tint)
      Returns the packed light level this particle should render at.
      Overrides:
      getBrightness in class Particle
      Returns:
      the packed light level this particle should render at
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named getBrightness Lnet/minecraft/client/particle/Particle;getBrightness(F)I
      intermediary method_3068 Lnet/minecraft/class_703;method_3068(F)I
      official a Lhca;a(F)I
    • getSize

      public float getSize(float tickProgress)
      Returns the draw scale of this particle, which is used while rendering in
      invalid reference
      #buildGeometry
      .
      Overrides:
      getSize in class BillboardParticle
      Returns:
      the draw scale of this particle, which is used while rendering in
      invalid reference
      #buildGeometry
      Mappings:
      Namespace Name Mixin selector
      named getSize Lnet/minecraft/client/particle/BillboardParticle;getSize(F)F
      intermediary method_18132 Lnet/minecraft/class_3940;method_18132(F)F
      official b Lhcq;b(F)F
    • tick

      public void tick()
      Called each game tick (20 times per second), and should be used to do core particle logic, such as movement and collision.
      Overrides:
      tick in class Particle
      Mappings:
      Namespace Name Mixin selector
      named tick Lnet/minecraft/client/particle/Particle;tick()V
      intermediary method_3070 Lnet/minecraft/class_703;method_3070()V
      official a Lhca;a()V