Class RedDustParticle


@Environment(CLIENT) public class RedDustParticle extends Particle
Mappings:
Namespace Name
intermediary net/minecraft/class_306
glue class_327
server net/minecraft/class_306
client im
named net/minecraft/client/particle/RedDustParticle
  • Field Details

    • startScale

      float startScale
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1191 Lnet/minecraft/class_306;field_1191:F
      glue field_1381 Lclass_327;field_1381:F
      server field_1191 Lnet/minecraft/class_306;field_1191:F
      client a Lim;a:F
      named startScale Lnet/minecraft/client/particle/RedDustParticle;startScale:F
  • Constructor Details

    • RedDustParticle

      public RedDustParticle(World world, double x, double y, double z, float velocityX, float velocityY, float velocityZ)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_306;<init>(Lnet/minecraft/class_18;DDDFFF)V
      glue <init> Lclass_327;<init>(Lclass_129;DDDFFF)V
      server <init> Lnet/minecraft/class_306;<init>(Ldj;DDDFFF)V
      client <init> Lim;<init>(Lfd;DDDFFF)V
      named <init> Lnet/minecraft/client/particle/RedDustParticle;<init>(Lnet/minecraft/world/World;DDDFFF)V
    • RedDustParticle

      public RedDustParticle(World world, double x, double y, double z, float scale, float red, float green, float blue)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_306;<init>(Lnet/minecraft/class_18;DDDFFFF)V
      glue <init> Lclass_327;<init>(Lclass_129;DDDFFFF)V
      server <init> Lnet/minecraft/class_306;<init>(Ldj;DDDFFFF)V
      client <init> Lim;<init>(Lfd;DDDFFFF)V
      named <init> Lnet/minecraft/client/particle/RedDustParticle;<init>(Lnet/minecraft/world/World;DDDFFFF)V
  • Method Details

    • render

      public void render(Tessellator tessellator, float partialTicks, float horizontalSize, float verticalSize, float depthSize, float widthOffset, float heightOffset)
      Overrides:
      render in class Particle
      Mappings:
      Namespace Name Mixin selector
      intermediary method_2002 Lnet/minecraft/class_77;method_2002(Lnet/minecraft/class_67;FFFFFF)V
      glue method_28 Lclass_703;method_28(Lclass_539;FFFFFF)V
      server method_2002 Lnet/minecraft/class_77;method_2002(Lnet/minecraft/class_67;FFFFFF)V
      client a Lxw;a(Lnw;FFFFFF)V
      named render Lnet/minecraft/client/particle/Particle;render(Lnet/minecraft/client/render/Tessellator;FFFFFF)V
    • tick

      public void tick()
      Overrides:
      tick in class Particle
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1370 Lnet/minecraft/class_57;method_1370()V
      glue method_29 Lclass_450;method_29()V
      server m_ Llq;m_()V
      client w_ Lsn;w_()V
      named tick Lnet/minecraft/entity/Entity;tick()V