Class BreakingItemParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.SingleQuadParticle
net.minecraft.client.particle.BreakingItemParticle
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classNested classes/interfaces inherited from class SingleQuadParticle
SingleQuadParticle.FacingCameraMode, SingleQuadParticle.LayerNested classes/interfaces inherited from class Particle
Particle.LifetimeAlpha -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final SingleQuadParticle.Layerprivate final floatprivate final float -
Constructor Summary
ConstructorsConstructorDescriptionBreakingItemParticle(ClientLevel level, double x, double y, double z, double xa, double ya, double za, TextureAtlasSprite sprite) BreakingItemParticle(ClientLevel level, double x, double y, double z, TextureAtlasSprite sprite) -
Method Summary
Methods inherited from class SingleQuadParticle
extract, extractRotatedQuad, extractRotatedQuad, getFacingCameraMode, getGroup, getQuadSize, scale, setAlpha, setColor, setSprite, setSpriteFromAge, toStringMethods inherited from class Particle
getBoundingBox, getLifetime, getLightCoords, getParticleLimit, getPos, isAlive, move, remove, setBoundingBox, setLifetime, setLocationFromBoundingbox, setParticleSpeed, setPos, setPower, setSize, tick
-
Field Details
-
uo
private final float uo -
vo
private final float vo -
layer
-
-
Constructor Details
-
BreakingItemParticle
public BreakingItemParticle(ClientLevel level, double x, double y, double z, double xa, double ya, double za, TextureAtlasSprite sprite) -
BreakingItemParticle
public BreakingItemParticle(ClientLevel level, double x, double y, double z, TextureAtlasSprite sprite)
-
-
Method Details
-
getU0
protected float getU0()- Overrides:
getU0in classSingleQuadParticle
-
getU1
protected float getU1()- Overrides:
getU1in classSingleQuadParticle
-
getV0
protected float getV0()- Overrides:
getV0in classSingleQuadParticle
-
getV1
protected float getV1()- Overrides:
getV1in classSingleQuadParticle
-
getLayer
- Specified by:
getLayerin classSingleQuadParticle
-