Class TrailParticle


@Environment(CLIENT) public class TrailParticle extends SpriteBillboardParticle
Mappings:
Namespace Name
named net/minecraft/client/particle/TrailParticle
intermediary net/minecraft/class_10335
official gkl
  • Field Details Link icon

    • target Link icon

      private final Vec3d target
      Mappings:
      Namespace Name Mixin selector
      named target Lnet/minecraft/client/particle/TrailParticle;target:Lnet/minecraft/util/math/Vec3d;
      intermediary field_54855 Lnet/minecraft/class_10335;field_54855:Lnet/minecraft/class_243;
      official a Lgkl;a:Lfbb;
  • Constructor Details Link icon

    • TrailParticle Link icon

      TrailParticle(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, Vec3d target, int color)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/particle/TrailParticle;<init>(Lnet/minecraft/client/world/ClientWorld;DDDDDDLnet/minecraft/util/math/Vec3d;I)V
      intermediary <init> Lnet/minecraft/class_10335;<init>(Lnet/minecraft/class_638;DDDDDDLnet/minecraft/class_243;I)V
      official <init> Lgkl;<init>(Lgga;DDDDDDLfbb;I)V
  • Method Details Link icon

    • getType Link icon

      public ParticleTextureSheet getType()
      Returns the rendering category this particle is rendered under.

      For more information on the properties and types available to each Particle, visit ParticleTextureSheet.

      Specified by:
      getType in class Particle
      Returns:
      the rendering category this particle is rendered under
      Mappings:
      Namespace Name Mixin selector
      named getType Lnet/minecraft/client/particle/Particle;getType()Lnet/minecraft/client/particle/ParticleTextureSheet;
      intermediary method_18122 Lnet/minecraft/class_703;method_18122()Lnet/minecraft/class_3999;
      official b Lgji;b()Lgjm;
    • tick Link icon

      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 Lgji;a()V
    • getBrightness Link icon

      public int getBrightness(float tint)
      Returns the packed light level this particle should render at.
      Overrides:
      getBrightness in class Particle
      Returns:
      the packed light level this particle should render at
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named getBrightness Lnet/minecraft/client/particle/Particle;getBrightness(F)I
      intermediary method_3068 Lnet/minecraft/class_703;method_3068(F)I
      official a Lgji;a(F)I