Package net.minecraft.client.particle
Class NoRenderParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.NoRenderParticle
- Direct Known Subclasses:
EmitterParticle,ExplosionEmitterParticle,FireworksSparkParticle.FireworkParticle,GustEmitterParticle
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/NoRenderParticleintermediary net/minecraft/class_3998official hbx
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.particle.Particle
Particle.DynamicAlpha -
Field Summary
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedNoRenderParticle(ClientWorld clientWorld, double double2, double double3, double double4) protectedNoRenderParticle(ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7) -
Method Summary
Methods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getBrightness, getGroup, getMaxAge, isAlive, markDead, move, move, repositionFromBoundingBox, scale, setBoundingBox, setBoundingBoxSpacing, setMaxAge, setPos, setVelocity, tick, toString
-
Constructor Details
-
NoRenderParticle
-
NoRenderParticle
protected NoRenderParticle(ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7)
-
-
Method Details
-
method_74274
- Specified by:
method_74274in classParticle- Mappings:
Namespace Name Mixin selector named method_74274Lnet/minecraft/client/particle/Particle;method_74274()Lnet/minecraft/client/particle/ParticleTextureSheet;intermediary method_74274Lnet/minecraft/class_703;method_74274()Lnet/minecraft/class_3999;official bj_Lhca;bj_()Lhcf;
-