Class CampfireSmokeParticle


@Environment(CLIENT) public class CampfireSmokeParticle extends BillboardParticle
Mappings:
Namespace Name
named net/minecraft/client/particle/CampfireSmokeParticle
intermediary net/minecraft/class_3937
official hbs
  • Constructor Details

    • CampfireSmokeParticle

      CampfireSmokeParticle(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, boolean signal, Sprite sprite)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/particle/CampfireSmokeParticle;<init>(Lnet/minecraft/client/world/ClientWorld;DDDDDDZLnet/minecraft/client/texture/Sprite;)V
      intermediary <init> Lnet/minecraft/class_3937;<init>(Lnet/minecraft/class_638;DDDDDDZLnet/minecraft/class_1058;)V
      official <init> Lhbs;<init>(Lgzn;DDDDDDZLico;)V
  • Method Details

    • 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
    • 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;