Package net.minecraft
Class class_5734
@Environment(CLIENT) public class class_5734 extends class_5736<class_5743>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classclass_5734.class_5735 -
Field Summary
Fields Modifier and Type Field Description private Vec3dfield_28244private Vec3dfield_28245Fields 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 protectedclass_5734(ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7, class_5743 class_5743, SpriteProvider spriteProvider) -
Method Summary
Modifier and Type Method Description voidbuildGeometry(VertexConsumer vertexConsumer, Camera camera, float float2)private Vec3dmethod_33073(Vec3d vec3d, float float2)private voidmethod_33074(float float2)Methods inherited from class net.minecraft.class_5736
getSize, getType, method_33076, tickMethods inherited from class net.minecraft.client.particle.SpriteBillboardParticle
getMaxU, getMaxV, getMinU, getMinV, setSprite, setSprite, setSpriteForAgeMethods inherited from class net.minecraft.client.particle.BillboardParticle
scaleMethods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getColorMultiplier, getMaxAge, isAlive, markDead, move, move, repositionFromBoundingBox, setBoundingBox, setBoundingBoxSpacing, setColor, setColorAlpha, setMaxAge, setPos, toString
-
Field Details
-
field_28244
-
field_28245
-
-
Constructor Details
-
class_5734
protected class_5734(ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7, class_5743 class_5743, SpriteProvider spriteProvider)
-
-
Method Details
-
method_33073
-
method_33074
private void method_33074(float float2) -
buildGeometry
- Overrides:
buildGeometryin classBillboardParticle
-