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 efl
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, move, move, repositionFromBoundingBox, scale, setBoundingBox, setBoundingBoxSpacing, setColor, setColorAlpha, setMaxAge, setPos, tick, toString
-
Field Details
-
model
- Mappings:
Namespace Name Mixin selector official a
Lefl;a:Lebk;
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
Lefl;b:Lehy;
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>
Lefl;<init>(Ledy;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
Lefo;b()Lefs;
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
Lefo;a(Ldlv;Ldpv;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
-