Class ShriekParticle


@Environment(CLIENT) public class ShriekParticle extends BillboardParticle
Mappings:
Namespace Name
named net/minecraft/client/particle/ShriekParticle
intermediary net/minecraft/class_7281
official hdm
  • Field Details

    • X_ROTATION

      private static final float X_ROTATION
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named X_ROTATION Lnet/minecraft/client/particle/ShriekParticle;X_ROTATION:F
      intermediary field_38332 Lnet/minecraft/class_7281;field_38332:F
      official a Lhdm;a:F
    • delay

      private int delay
      Mappings:
      Namespace Name Mixin selector
      named delay Lnet/minecraft/client/particle/ShriekParticle;delay:I
      intermediary field_38333 Lnet/minecraft/class_7281;field_38333:I
      official b Lhdm;b:I
  • Constructor Details

    • ShriekParticle

      ShriekParticle(ClientWorld world, double x, double y, double z, int delay, Sprite sprite)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/particle/ShriekParticle;<init>(Lnet/minecraft/client/world/ClientWorld;DDDILnet/minecraft/client/texture/Sprite;)V
      intermediary <init> Lnet/minecraft/class_7281;<init>(Lnet/minecraft/class_638;DDDILnet/minecraft/class_1058;)V
      official <init> Lhdm;<init>(Lgzn;DDDILico;)V
  • Method Details

    • 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 Lhdo;b(F)F
    • render

      public void render(BillboardParticleSubmittable submittable, Camera camera, float tickProgress)
      Overrides:
      render in class BillboardParticle
      Mappings:
      Namespace Name Mixin selector
      named render Lnet/minecraft/client/particle/BillboardParticle;render(Lnet/minecraft/client/particle/BillboardParticleSubmittable;Lnet/minecraft/client/render/Camera;F)V
      intermediary method_3074 Lnet/minecraft/class_3940;method_3074(Lnet/minecraft/class_11944;Lnet/minecraft/class_4184;F)V
      official a Lhdo;a(Libt;Lfzh;F)V
    • 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 Lhcy;a(F)I
    • getRenderType

      public BillboardParticle.RenderType getRenderType()
      Specified by:
      getRenderType in class BillboardParticle
      Mappings:
      Namespace Name Mixin selector
      named getRenderType Lnet/minecraft/client/particle/BillboardParticle;getRenderType()Lnet/minecraft/client/particle/BillboardParticle$RenderType;
      intermediary method_74255 Lnet/minecraft/class_3940;method_74255()Lnet/minecraft/class_3940$class_11941;
      official b Lhdo;b()Lhdo$b;
    • 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 Lhcy;a()V