Package net.minecraft
Class class_5737
@Environment(CLIENT) public class class_5737 extends SpriteBillboardParticle
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classclass_5737.class_5738 -
Field Summary
Fields Modifier and Type Field Description private floatfield_28248private class_5720field_28249private floatfield_28250Fields inherited from class net.minecraft.client.particle.SpriteBillboardParticle
spriteFields inherited from class net.minecraft.client.particle.BillboardParticle
scaleFields inherited from class net.minecraft.client.particle.Particle
age, angle, collidesWithWorld, colorAlpha, colorBlue, colorGreen, colorRed, dead, gravityStrength, maxAge, onGround, prevAngle, prevPosX, prevPosY, prevPosZ, random, spacingXZ, spacingY, velocityX, velocityY, velocityZ, world, x, y, z -
Constructor Summary
Constructors Modifier Constructor Description privateclass_5737(ClientWorld clientWorld, class_5720 class_5720, int int2) -
Method Summary
Modifier and Type Method Description voidbuildGeometry(VertexConsumer vertexConsumer, Camera camera, float tickDelta)intgetColorMultiplier(float tint)ParticleTextureSheetgetType()private voidmethod_33078(VertexConsumer vertexConsumer, Camera camera, float float2, Consumer<Quaternion> consumer)voidtick()Methods inherited from class net.minecraft.client.particle.SpriteBillboardParticle
getMaxU, getMaxV, getMinU, getMinV, setSprite, setSprite, setSpriteForAgeMethods inherited from class net.minecraft.client.particle.BillboardParticle
getSize, scaleMethods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getMaxAge, isAlive, markDead, move, move, repositionFromBoundingBox, setBoundingBox, setBoundingBoxSpacing, setColor, setColorAlpha, setMaxAge, setPos, toString
-
Field Details
-
field_28249
-
field_28250
private float field_28250 -
field_28248
private float field_28248
-
-
Constructor Details
-
class_5737
-
-
Method Details
-
buildGeometry
- Overrides:
buildGeometryin classBillboardParticle
-
method_33078
private void method_33078(VertexConsumer vertexConsumer, Camera camera, float float2, Consumer<Quaternion> consumer) -
getColorMultiplier
public int getColorMultiplier(float tint)- Overrides:
getColorMultiplierin classParticle
-
getType
-
tick
public void tick()
-