Package net.minecraft
Class class_6237
@Environment(CLIENT) public class class_6237 extends SpriteBillboardParticle
- Mappings:
Namespace Name official ekd
intermediary net/minecraft/class_6237
named net/minecraft/class_6237
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
class_6237.class_6238
static class
class_6237.class_6239
-
Field Summary
Fields inherited from class net.minecraft.client.particle.SpriteBillboardParticle
sprite
Fields inherited from class net.minecraft.client.particle.BillboardParticle
scale
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
class_6237(ClientWorld clientWorld, double double2, double double3, double double4, ItemConvertible itemConvertible)
-
Method Summary
Modifier and Type Method Description float
getSize(float tickDelta)
ParticleTextureSheet
getType()
Methods inherited from class net.minecraft.client.particle.SpriteBillboardParticle
getMaxU, getMaxV, getMinU, getMinV, setSprite, setSprite, setSpriteForAge
Methods inherited from class net.minecraft.client.particle.BillboardParticle
buildGeometry, scale
Methods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getBrightness, getGroup, getMaxAge, isAlive, markDead, move, move, repositionFromBoundingBox, setBoundingBox, setBoundingBoxSpacing, setColor, setColorAlpha, setMaxAge, setPos, setVelocity, tick, toString
-
Constructor Details
-
class_6237
private class_6237(ClientWorld clientWorld, double double2, double double3, double double4, ItemConvertible itemConvertible)
-
-
Method Details
-
getType
- Specified by:
getType
in classParticle
- Mappings:
Namespace Name Mixin selector official b
Lejk;b()Lejo;
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;
-
getSize
public float getSize(float tickDelta)- Overrides:
getSize
in classBillboardParticle
- Mappings:
Namespace Name Mixin selector official b
Leju;b(F)F
intermediary method_18132
Lnet/minecraft/class_3940;method_18132(F)F
named getSize
Lnet/minecraft/client/particle/BillboardParticle;getSize(F)F
-