Class FireflyParticle


@Environment(CLIENT) public class FireflyParticle extends SpriteBillboardParticle
Mappings:
Namespace Name
named net/minecraft/client/particle/FireflyParticle
intermediary net/minecraft/class_10748
official gmr
  • Field Details

    • field_56500

      private static final float field_56500
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_56500 Lnet/minecraft/client/particle/FireflyParticle;field_56500:F
      intermediary field_56500 Lnet/minecraft/class_10748;field_56500:F
      official a Lgmr;a:F
    • field_56501

      private static final float field_56501
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_56501 Lnet/minecraft/client/particle/FireflyParticle;field_56501:F
      intermediary field_56501 Lnet/minecraft/class_10748;field_56501:F
      official b Lgmr;b:F
    • MIN_MAX_AGE

      private static final int MIN_MAX_AGE
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named MIN_MAX_AGE Lnet/minecraft/client/particle/FireflyParticle;MIN_MAX_AGE:I
      intermediary field_56498 Lnet/minecraft/class_10748;field_56498:I
      official F Lgmr;F:I
    • MAX_MAX_AGE

      private static final int MAX_MAX_AGE
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named MAX_MAX_AGE Lnet/minecraft/client/particle/FireflyParticle;MAX_MAX_AGE:I
      intermediary field_56499 Lnet/minecraft/class_10748;field_56499:I
      official G Lgmr;G:I
  • Constructor Details

    • FireflyParticle

      FireflyParticle(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/particle/Particle;<init>(Lnet/minecraft/client/world/ClientWorld;DDDDDD)V
      intermediary <init> Lnet/minecraft/class_703;<init>(Lnet/minecraft/class_638;DDDDDD)V
      official <init> Lgni;<init>(Lgjz;DDDDDD)V
  • Method Details

    • getType

      public ParticleTextureSheet getType()
      Returns the rendering category this particle is rendered under.

      For more information on the properties and types available to each Particle, visit ParticleTextureSheet.

      Specified by:
      getType in class Particle
      Returns:
      the rendering category this particle is rendered under
      Mappings:
      Namespace Name Mixin selector
      named getType Lnet/minecraft/client/particle/Particle;getType()Lnet/minecraft/client/particle/ParticleTextureSheet;
      intermediary method_18122 Lnet/minecraft/class_703;method_18122()Lnet/minecraft/class_3999;
      official b Lgni;b()Lgnm;
    • 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 Lgni;a(F)I
    • 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 Lgni;a()V