Class Particle

java.lang.Object
net.minecraft.entity.Entity
net.minecraft.client.particle.Particle
Direct Known Subclasses:
BlockParticle, ExplosionParticle, FireSmokeParticle, FlameParticle, FootstepParticle, HeartParticle, ItemParticle, LavaEmberParticle, NoteParticle, PickupParticle, PortalParticle, RainSplashParticle, RedDustParticle, SnowParticle, WaterBubbleParticle

@Environment(CLIENT) public class Particle extends Entity
Mappings:
Namespace Name
intermediary net/minecraft/class_77
glue class_703
server net/minecraft/class_77
client xw
named net/minecraft/client/particle/Particle
  • Field Details

    • xOffset

      public static double xOffset
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2645 Lnet/minecraft/class_77;field_2645:D
      glue field_2867 Lclass_703;field_2867:D
      server field_2645 Lnet/minecraft/class_77;field_2645:D
      client l Lxw;l:D
      named xOffset Lnet/minecraft/client/particle/Particle;xOffset:D
    • yOffset

      public static double yOffset
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2646 Lnet/minecraft/class_77;field_2646:D
      glue field_2868 Lclass_703;field_2868:D
      server field_2646 Lnet/minecraft/class_77;field_2646:D
      client m Lxw;m:D
      named yOffset Lnet/minecraft/client/particle/Particle;yOffset:D
    • zOffset

      public static double zOffset
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2647 Lnet/minecraft/class_77;field_2647:D
      glue field_2869 Lclass_703;field_2869:D
      server field_2647 Lnet/minecraft/class_77;field_2647:D
      client n Lxw;n:D
      named zOffset Lnet/minecraft/client/particle/Particle;zOffset:D
    • textureId

      protected int textureId
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2635 Lnet/minecraft/class_77;field_2635:I
      glue field_2857 Lclass_703;field_2857:I
      server field_2635 Lnet/minecraft/class_77;field_2635:I
      client b Lxw;b:I
      named textureId Lnet/minecraft/client/particle/Particle;textureId:I
    • prevU

      protected float prevU
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2636 Lnet/minecraft/class_77;field_2636:F
      glue field_2858 Lclass_703;field_2858:F
      server field_2636 Lnet/minecraft/class_77;field_2636:F
      client c Lxw;c:F
      named prevU Lnet/minecraft/client/particle/Particle;prevU:F
    • prevV

      protected float prevV
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2637 Lnet/minecraft/class_77;field_2637:F
      glue field_2859 Lclass_703;field_2859:F
      server field_2637 Lnet/minecraft/class_77;field_2637:F
      client d Lxw;d:F
      named prevV Lnet/minecraft/client/particle/Particle;prevV:F
    • particleAge

      protected int particleAge
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2638 Lnet/minecraft/class_77;field_2638:I
      glue field_2860 Lclass_703;field_2860:I
      server field_2638 Lnet/minecraft/class_77;field_2638:I
      client e Lxw;e:I
      named particleAge Lnet/minecraft/client/particle/Particle;particleAge:I
    • maxParticleAge

      protected int maxParticleAge
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2639 Lnet/minecraft/class_77;field_2639:I
      glue field_2861 Lclass_703;field_2861:I
      server field_2639 Lnet/minecraft/class_77;field_2639:I
      client f Lxw;f:I
      named maxParticleAge Lnet/minecraft/client/particle/Particle;maxParticleAge:I
    • scale

      protected float scale
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2640 Lnet/minecraft/class_77;field_2640:F
      glue field_2862 Lclass_703;field_2862:F
      server field_2640 Lnet/minecraft/class_77;field_2640:F
      client g Lxw;g:F
      named scale Lnet/minecraft/client/particle/Particle;scale:F
    • gravityStrength

      protected float gravityStrength
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2641 Lnet/minecraft/class_77;field_2641:F
      glue field_2863 Lclass_703;field_2863:F
      server field_2641 Lnet/minecraft/class_77;field_2641:F
      client h Lxw;h:F
      named gravityStrength Lnet/minecraft/client/particle/Particle;gravityStrength:F
    • red

      protected float red
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2642 Lnet/minecraft/class_77;field_2642:F
      glue field_2864 Lclass_703;field_2864:F
      server field_2642 Lnet/minecraft/class_77;field_2642:F
      client i Lxw;i:F
      named red Lnet/minecraft/client/particle/Particle;red:F
    • green

      protected float green
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2643 Lnet/minecraft/class_77;field_2643:F
      glue field_2865 Lclass_703;field_2865:F
      server field_2643 Lnet/minecraft/class_77;field_2643:F
      client j Lxw;j:F
      named green Lnet/minecraft/client/particle/Particle;green:F
    • blue

      protected float blue
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2644 Lnet/minecraft/class_77;field_2644:F
      glue field_2866 Lclass_703;field_2866:F
      server field_2644 Lnet/minecraft/class_77;field_2644:F
      client k Lxw;k:F
      named blue Lnet/minecraft/client/particle/Particle;blue:F
  • Constructor Details

    • Particle

      public Particle(World world, double x, double y, double z, double velocityX, double velocityY, double velocityZ)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_77;<init>(Lnet/minecraft/class_18;DDDDDD)V
      glue <init> Lclass_703;<init>(Lclass_129;DDDDDD)V
      server <init> Lnet/minecraft/class_77;<init>(Ldj;DDDDDD)V
      client <init> Lxw;<init>(Lfd;DDDDDD)V
      named <init> Lnet/minecraft/client/particle/Particle;<init>(Lnet/minecraft/world/World;DDDDDD)V
  • Method Details

    • multiplyVelocity

      public Particle multiplyVelocity(float factor)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_2000 Lnet/minecraft/class_77;method_2000(F)Lnet/minecraft/class_77;
      glue method_2265 Lclass_703;method_2265(F)Lclass_703;
      server method_2000 Lnet/minecraft/class_77;method_2000(F)Lnet/minecraft/class_77;
      client c Lxw;c(F)Lxw;
      named multiplyVelocity Lnet/minecraft/client/particle/Particle;multiplyVelocity(F)Lnet/minecraft/client/particle/Particle;
    • setScale

      public Particle setScale(float scale)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_2001 Lnet/minecraft/class_77;method_2001(F)Lnet/minecraft/class_77;
      glue method_2266 Lclass_703;method_2266(F)Lclass_703;
      server method_2001 Lnet/minecraft/class_77;method_2001(F)Lnet/minecraft/class_77;
      client d Lxw;d(F)Lxw;
      named setScale Lnet/minecraft/client/particle/Particle;setScale(F)Lnet/minecraft/client/particle/Particle;
    • bypassesSteppingEffects

      protected boolean bypassesSteppingEffects()
      Overrides:
      bypassesSteppingEffects in class Entity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1358 Lnet/minecraft/class_57;method_1358()Z
      glue method_195 Lclass_450;method_195()Z
      server n Llq;n()Z
      client n Lsn;n()Z
      named bypassesSteppingEffects Lnet/minecraft/entity/Entity;bypassesSteppingEffects()Z
    • initDataTracker

      protected void initDataTracker()
      Specified by:
      initDataTracker in class Entity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1310 Lnet/minecraft/class_57;method_1310()V
      glue method_108 Lclass_450;method_108()V
      server b Llq;b()V
      client b Lsn;b()V
      named initDataTracker Lnet/minecraft/entity/Entity;initDataTracker()V
    • tick

      public void tick()
      Overrides:
      tick in class Entity
      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
    • render

      public void render(Tessellator tesselator, float partialTicks, float horizontalSize, float verticalSize, float depthSize, float widthOffset, float heightOffset)
      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
    • getGroup

      public int getGroup()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_2003 Lnet/minecraft/class_77;method_2003()I
      glue method_854 Lclass_703;method_854()I
      server method_2003 Lnet/minecraft/class_77;method_2003()I
      client c_ Lxw;c_()I
      named getGroup Lnet/minecraft/client/particle/Particle;getGroup()I
    • writeNbt

      public void writeNbt(NbtCompound nbt)
      Specified by:
      writeNbt in class Entity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1368 Lnet/minecraft/class_57;method_1368(Lnet/minecraft/class_8;)V
      glue method_24 Lclass_450;method_24(Lclass_333;)V
      server b Llq;b(Liq;)V
      client b Lsn;b(Lnu;)V
      named writeNbt Lnet/minecraft/entity/Entity;writeNbt(Lnet/minecraft/nbt/NbtCompound;)V
    • readNbt

      public void readNbt(NbtCompound nbt)
      Specified by:
      readNbt in class Entity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1363 Lnet/minecraft/class_57;method_1363(Lnet/minecraft/class_8;)V
      glue method_23 Lclass_450;method_23(Lclass_333;)V
      server a Llq;a(Liq;)V
      client a Lsn;a(Lnu;)V
      named readNbt Lnet/minecraft/entity/Entity;readNbt(Lnet/minecraft/nbt/NbtCompound;)V