Package net.minecraft
Class class_5736<T extends class_5744>
- Direct Known Subclasses:
class_5734,RedDustParticle
@Environment(CLIENT) public class class_5736<T extends class_5744> extends SpriteBillboardParticle
-
Field Summary
Fields Modifier and Type Field Description private SpriteProviderfield_28247Fields 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_5736(ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7, T t, SpriteProvider spriteProvider) -
Method Summary
Modifier and Type Method Description floatgetSize(float float2)ParticleTextureSheetgetType()protected floatmethod_33076(float float2, float float3)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
buildGeometry, 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_28247
-
-
Constructor Details
-
class_5736
protected class_5736(ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7, T t, SpriteProvider spriteProvider)
-
-
Method Details