Package net.minecraft.client.particle
Class ElderGuardianAppearanceParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.ElderGuardianAppearanceParticle
@Environment(CLIENT) public class ElderGuardianAppearanceParticle extends Particle
- Mappings:
Namespace Name official ehf
intermediary net/minecraft/class_700
named net/minecraft/client/particle/ElderGuardianAppearanceParticle
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ElderGuardianAppearanceParticle.Factory
-
Field Summary
Fields Modifier and Type Field Description private RenderLayer
LAYER
private Model
model
Fields inherited from class net.minecraft.client.particle.Particle
age, angle, collidesWithWorld, colorAlpha, colorBlue, colorGreen, colorRed, dead, field_28786, field_28787, gravityStrength, maxAge, onGround, prevAngle, prevPosX, prevPosY, prevPosZ, random, spacingXZ, spacingY, velocityX, velocityY, velocityZ, world, x, y, z
-
Constructor Summary
Constructors Modifier Constructor Description private
ElderGuardianAppearanceParticle(ClientWorld world, double x, double y, double z)
-
Method Summary
Modifier and Type Method Description void
buildGeometry(VertexConsumer vertexConsumer, Camera camera, float tickDelta)
ParticleTextureSheet
getType()
Methods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getBrightness, getMaxAge, isAlive, markDead, method_34019, move, move, repositionFromBoundingBox, scale, setBoundingBox, setBoundingBoxSpacing, setColor, setColorAlpha, setMaxAge, setPos, tick, toString
-
Field Details
-
model
- Mappings:
Namespace Name Mixin selector official a
Lehf;a:Lede;
intermediary field_21793
Lnet/minecraft/class_700;field_21793:Lnet/minecraft/class_3879;
named model
Lnet/minecraft/client/particle/ElderGuardianAppearanceParticle;model:Lnet/minecraft/client/model/Model;
-
LAYER
- Mappings:
Namespace Name Mixin selector official b
Lehf;b:Lejs;
intermediary field_21792
Lnet/minecraft/class_700;field_21792:Lnet/minecraft/class_1921;
named LAYER
Lnet/minecraft/client/particle/ElderGuardianAppearanceParticle;LAYER:Lnet/minecraft/client/render/RenderLayer;
-
-
Constructor Details
-
ElderGuardianAppearanceParticle
- Mappings:
Namespace Name Mixin selector official <init>
Lehf;<init>(Lefs;DDD)V
intermediary <init>
Lnet/minecraft/class_700;<init>(Lnet/minecraft/class_638;DDD)V
named <init>
Lnet/minecraft/client/particle/ElderGuardianAppearanceParticle;<init>(Lnet/minecraft/client/world/ClientWorld;DDD)V
-
-
Method Details
-
getType
- Specified by:
getType
in classParticle
- Mappings:
Namespace Name Mixin selector official b
Lehi;b()Lehm;
intermediary method_18122
Lnet/minecraft/class_703;method_18122()Lnet/minecraft/class_3999;
named getType
Lnet/minecraft/client/particle/Particle;getType()Lnet/minecraft/client/particle/ParticleTextureSheet;
-
buildGeometry
- Specified by:
buildGeometry
in classParticle
- Mappings:
Namespace Name Mixin selector official a
Lehi;a(Ldnp;Ldrp;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
-