Package net.minecraft.client.particle
Class NoteParticle
- java.lang.Object
-
- net.minecraft.client.particle.Particle
-
- net.minecraft.client.particle.TexturedParticle
-
- net.minecraft.client.particle.SpriteTexturedParticle
-
- net.minecraft.client.particle.NoteParticle
-
public class NoteParticle extends SpriteTexturedParticle
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NoteParticle.Factory
-
Field Summary
-
Fields inherited from class net.minecraft.client.particle.SpriteTexturedParticle
sprite
-
Fields inherited from class net.minecraft.client.particle.TexturedParticle
quadSize
-
-
Constructor Summary
Constructors Modifier Constructor Description private
NoteParticle(ClientWorld p_i232409_1_, double p_i232409_2_, double p_i232409_4_, double p_i232409_6_, double p_i232409_8_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getQuadSize(float p_217561_1_)
IParticleRenderType
getRenderType()
void
tick()
-
Methods inherited from class net.minecraft.client.particle.SpriteTexturedParticle
getU0, getU1, getV0, getV1, pickSprite, setSprite, setSpriteFromAge
-
Methods inherited from class net.minecraft.client.particle.TexturedParticle
render, scale
-
Methods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getLifetime, getLightColor, isAlive, move, remove, setAlpha, setBoundingBox, setColor, setLifetime, setLocationFromBoundingbox, setPos, setPower, setSize, shouldCull, toString
-
-
-
-
Constructor Detail
-
NoteParticle
private NoteParticle(ClientWorld p_i232409_1_, double p_i232409_2_, double p_i232409_4_, double p_i232409_6_, double p_i232409_8_)
-
-
Method Detail
-
getRenderType
public IParticleRenderType getRenderType()
- Specified by:
getRenderType
in classParticle
-
getQuadSize
public float getQuadSize(float p_217561_1_)
- Overrides:
getQuadSize
in classTexturedParticle
-
-