Class NoRenderParticle

java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.NoRenderParticle
Direct Known Subclasses:
EmitterParticle, ExplosionEmitterParticle, FireworksSparkParticle.FireworkParticle, GustEmitterParticle

@Environment(CLIENT) public class NoRenderParticle extends Particle
A Particle with no rendered texture. Useful for emitter particles (such as EmitterParticle) that spawn other particles while ticking, but do not render anything themselves.
Mappings:
Namespace Name
named net/minecraft/client/particle/NoRenderParticle
intermediary net/minecraft/class_3998
official hcv
  • Constructor Details

    • NoRenderParticle

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

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

    • textureSheet

      public ParticleTextureSheet textureSheet()
      Specified by:
      textureSheet in class Particle
      Mappings:
      Namespace Name Mixin selector
      named textureSheet Lnet/minecraft/client/particle/Particle;textureSheet()Lnet/minecraft/client/particle/ParticleTextureSheet;
      intermediary method_74274 Lnet/minecraft/class_703;method_74274()Lnet/minecraft/class_3999;
      official bj_ Lhcy;bj_()Lhdd;