Class FireworksSparkParticle.FireworkParticle

java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.FireworksSparkParticle.FireworkParticle
Enclosing class:
FireworksSparkParticle

@Environment(CLIENT) public static class FireworksSparkParticle.FireworkParticle extends Particle
Mappings:
Namespace Name
official boj$c
intermediary net/minecraft/class_2359$class_1341
named net/minecraft/client/particle/FireworksSparkParticle$FireworkParticle
  • Field Details

    • age

      private int age
      Mappings:
      Namespace Name Mixin selector
      official b Lboj$c;b:I
      intermediary field_5160 Lnet/minecraft/class_2359$class_1341;field_5160:I
      named age Lnet/minecraft/client/particle/FireworksSparkParticle$FireworkParticle;age:I
    • field_5161

      private final ParticleManager field_5161
      Mappings:
      Namespace Name Mixin selector
      official L Lboj$c;L:Lbov;
      intermediary field_5161 Lnet/minecraft/class_2359$class_1341;field_5161:Lnet/minecraft/class_503;
      named field_5161 Lnet/minecraft/client/particle/FireworksSparkParticle$FireworkParticle;field_5161:Lnet/minecraft/client/particle/ParticleManager;
    • field_5162

      private NbtList field_5162
      Mappings:
      Namespace Name Mixin selector
      official M Lboj$c;M:Lea;
      intermediary field_5162 Lnet/minecraft/class_2359$class_1341;field_5162:Lnet/minecraft/class_474;
      named field_5162 Lnet/minecraft/client/particle/FireworksSparkParticle$FireworkParticle;field_5162:Lnet/minecraft/nbt/NbtList;
    • flicker

      boolean flicker
      Mappings:
      Namespace Name Mixin selector
      official a Lboj$c;a:Z
      intermediary field_5159 Lnet/minecraft/class_2359$class_1341;field_5159:Z
      named flicker Lnet/minecraft/client/particle/FireworksSparkParticle$FireworkParticle;flicker:Z
  • Constructor Details

    • FireworkParticle

      public FireworkParticle(World world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, ParticleManager manager, @Nullable NbtCompound nbt)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lboj$c;<init>(Lajs;DDDDDDLbov;Ldu;)V
      intermediary <init> Lnet/minecraft/class_2359$class_1341;<init>(Lnet/minecraft/class_1150;DDDDDDLnet/minecraft/class_503;Lnet/minecraft/class_322;)V
      named <init> Lnet/minecraft/client/particle/FireworksSparkParticle$FireworkParticle;<init>(Lnet/minecraft/world/World;DDDDDDLnet/minecraft/client/particle/ParticleManager;Lnet/minecraft/nbt/NbtCompound;)V
  • Method Details

    • method_1283

      public void method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7)
      Overrides:
      method_1283 in class Particle
      Mappings:
      Namespace Name Mixin selector
      official a Lbou;a(Lbpy;Lsn;FFFFFF)V
      intermediary method_1283 Lnet/minecraft/class_502;method_1283(Lnet/minecraft/class_520;Lnet/minecraft/class_864;FFFFFF)V
      named method_1283 Lnet/minecraft/client/particle/Particle;method_1283(Lnet/minecraft/client/render/BufferBuilder;Lnet/minecraft/entity/Entity;FFFFFF)V
    • method_12241

      public void method_12241()
      Overrides:
      method_12241 in class Particle
      Mappings:
      Namespace Name Mixin selector
      official a Lbou;a()V
      intermediary method_12241 Lnet/minecraft/class_502;method_12241()V
      named method_12241 Lnet/minecraft/client/particle/Particle;method_12241()V
    • isFar

      private boolean isFar()
      Mappings:
      Namespace Name Mixin selector
      official m Lboj$c;m()Z
      intermediary method_4295 Lnet/minecraft/class_2359$class_1341;method_4295()Z
      named isFar Lnet/minecraft/client/particle/FireworksSparkParticle$FireworkParticle;isFar()Z
    • addExplosionParticle

      private void addExplosionParticle(double x, double y, double z, double velocityX, double velocityY, double velocityZ, int[] colors, int[] fadeColors, boolean trail, boolean flicker)
      Mappings:
      Namespace Name Mixin selector
      official a Lboj$c;a(DDDDDD[I[IZZ)V
      intermediary method_4291 Lnet/minecraft/class_2359$class_1341;method_4291(DDDDDD[I[IZZ)V
      named addExplosionParticle Lnet/minecraft/client/particle/FireworksSparkParticle$FireworkParticle;addExplosionParticle(DDDDDD[I[IZZ)V
    • explodeBall

      private void explodeBall(double size, int amount, int[] colors, int[] fadeColors, boolean trail, boolean flicker)
      Mappings:
      Namespace Name Mixin selector
      official a Lboj$c;a(DI[I[IZZ)V
      intermediary method_4292 Lnet/minecraft/class_2359$class_1341;method_4292(DI[I[IZZ)V
      named explodeBall Lnet/minecraft/client/particle/FireworksSparkParticle$FireworkParticle;explodeBall(DI[I[IZZ)V
    • explodeStar

      private void explodeStar(double size, double[][] pattern, int[] colors, int[] fadeColors, boolean trail, boolean flicker, boolean keepShape)
      Mappings:
      Namespace Name Mixin selector
      official a Lboj$c;a(D[[D[I[IZZZ)V
      intermediary method_4293 Lnet/minecraft/class_2359$class_1341;method_4293(D[[D[I[IZZZ)V
      named explodeStar Lnet/minecraft/client/particle/FireworksSparkParticle$FireworkParticle;explodeStar(D[[D[I[IZZZ)V
    • explodeBurst

      private void explodeBurst(int[] colors, int[] fadeColors, boolean trail, boolean flocker)
      Mappings:
      Namespace Name Mixin selector
      official a Lboj$c;a([I[IZZ)V
      intermediary method_4294 Lnet/minecraft/class_2359$class_1341;method_4294([I[IZZ)V
      named explodeBurst Lnet/minecraft/client/particle/FireworksSparkParticle$FireworkParticle;explodeBurst([I[IZZ)V
    • method_1284

      public int method_1284()
      Overrides:
      method_1284 in class Particle
      Mappings:
      Namespace Name Mixin selector
      official b Lbou;b()I
      intermediary method_1284 Lnet/minecraft/class_502;method_1284()I
      named method_1284 Lnet/minecraft/client/particle/Particle;method_1284()I