Package net.minecraft
Class class_8458
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.class_8458
- Mappings:
Namespace Name official flg
intermediary net/minecraft/class_8458
named net/minecraft/class_8458
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class net.minecraft.client.particle.Particle
age, alpha, angle, blue, collidesWithWorld, dead, field_28787, gravityStrength, green, maxAge, onGround, prevAngle, prevPosX, prevPosY, prevPosZ, random, red, spacingXZ, spacingY, velocityMultiplier, velocityX, velocityY, velocityZ, world, x, y, z
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
class_8458
(ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7, SpriteProvider spriteProvider) -
Method Summary
Modifier and TypeMethodDescriptionvoid
buildGeometry
(VertexConsumer vertexConsumer, Camera camera, float tickDelta) Renders this particle to the givenVertexConsumer
buffer.getType()
Returns the rendering category this particle is rendered under.Methods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getBrightness, getGroup, getMaxAge, isAlive, markDead, move, move, repositionFromBoundingBox, scale, setAlpha, setBoundingBox, setBoundingBoxSpacing, setColor, setMaxAge, setPos, setVelocity, tick, toString
-
Field Details
-
field_44387
- Mappings:
Namespace Name Mixin selector official a
Lflg;a:Lfzc;
intermediary field_44387
Lnet/minecraft/class_8458;field_44387:Lnet/minecraft/class_1058;
named field_44387
Lnet/minecraft/class_8458;field_44387:Lnet/minecraft/client/texture/Sprite;
-
field_44388
private final float field_44388- Mappings:
Namespace Name Mixin selector official b
Lflg;b:F
intermediary field_44388
Lnet/minecraft/class_8458;field_44388:F
named field_44388
Lnet/minecraft/class_8458;field_44388:F
-
-
Constructor Details
-
class_8458
protected class_8458(ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7, SpriteProvider spriteProvider)
-
-
Method Details
-
getType
Returns the rendering category this particle is rendered under.For more information on the properties and types available to each
Particle
, visitParticleTextureSheet
.- Specified by:
getType
in classParticle
- Returns:
- the rendering category this particle is rendered under
- Mappings:
Namespace Name Mixin selector official b
Lflr;b()Lflv;
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
Renders this particle to the givenVertexConsumer
buffer.- Specified by:
buildGeometry
in classParticle
- Parameters:
vertexConsumer
- the buffer to render tocamera
- the current active gameCamera
tickDelta
- frame tick delta amount- Mappings:
Namespace Name Mixin selector official a
Lflr;a(Lemm;Leqy;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
-