Class BillboardParticle

java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.BillboardParticle
Direct Known Subclasses:
SpriteBillboardParticle

@Environment(CLIENT) public abstract class BillboardParticle extends Particle
Mappings:
Namespace Name
official elm
intermediary net/minecraft/class_3940
named net/minecraft/client/particle/BillboardParticle
  • Field Details

    • scale

      protected float scale
      Mappings:
      Namespace Name Mixin selector
      official D Lelm;D:F
      intermediary field_17867 Lnet/minecraft/class_3940;field_17867:F
      named scale Lnet/minecraft/client/particle/BillboardParticle;scale:F
  • Constructor Details

    • BillboardParticle

      protected BillboardParticle(ClientWorld world, double x, double y, double z)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lelc;<init>(Lejh;DDD)V
      intermediary <init> Lnet/minecraft/class_703;<init>(Lnet/minecraft/class_638;DDD)V
      named <init> Lnet/minecraft/client/particle/Particle;<init>(Lnet/minecraft/client/world/ClientWorld;DDD)V
    • BillboardParticle

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

    • buildGeometry

      public void buildGeometry(VertexConsumer vertexConsumer, Camera camera, float tickDelta)
      Specified by:
      buildGeometry in class Particle
      Mappings:
      Namespace Name Mixin selector
      official a Lelc;a(Ldqo;Lduz;F)V
      intermediary method_3074 Lnet/minecraft/class_703;method_3074(Lnet/minecraft/class_4588;Lnet/minecraft/class_4184;F)V
      named buildGeometry Lnet/minecraft/client/particle/Particle;buildGeometry(Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/client/render/Camera;F)V
    • getSize

      public float getSize(float tickDelta)
      Mappings:
      Namespace Name Mixin selector
      official b Lelm;b(F)F
      intermediary method_18132 Lnet/minecraft/class_3940;method_18132(F)F
      named getSize Lnet/minecraft/client/particle/BillboardParticle;getSize(F)F
    • scale

      public Particle scale(float scale)
      Overrides:
      scale in class Particle
      Mappings:
      Namespace Name Mixin selector
      official d Lelc;d(F)Lelc;
      intermediary method_3087 Lnet/minecraft/class_703;method_3087(F)Lnet/minecraft/class_703;
      named scale Lnet/minecraft/client/particle/Particle;scale(F)Lnet/minecraft/client/particle/Particle;
    • getMinU

      protected abstract float getMinU()
      Mappings:
      Namespace Name Mixin selector
      official c Lelm;c()F
      intermediary method_18133 Lnet/minecraft/class_3940;method_18133()F
      named getMinU Lnet/minecraft/client/particle/BillboardParticle;getMinU()F
    • getMaxU

      protected abstract float getMaxU()
      Mappings:
      Namespace Name Mixin selector
      official d Lelm;d()F
      intermediary method_18134 Lnet/minecraft/class_3940;method_18134()F
      named getMaxU Lnet/minecraft/client/particle/BillboardParticle;getMaxU()F
    • getMinV

      protected abstract float getMinV()
      Mappings:
      Namespace Name Mixin selector
      official e Lelm;e()F
      intermediary method_18135 Lnet/minecraft/class_3940;method_18135()F
      named getMinV Lnet/minecraft/client/particle/BillboardParticle;getMinV()F
    • getMaxV

      protected abstract float getMaxV()
      Mappings:
      Namespace Name Mixin selector
      official f Lelm;f()F
      intermediary method_18136 Lnet/minecraft/class_3940;method_18136()F
      named getMaxV Lnet/minecraft/client/particle/BillboardParticle;getMaxV()F