Package net.minecraft.client.particle
Class BreakingParticle
- java.lang.Object
-
- net.minecraft.client.particle.Particle
-
- net.minecraft.client.particle.TexturedParticle
-
- net.minecraft.client.particle.SpriteTexturedParticle
-
- net.minecraft.client.particle.BreakingParticle
-
public class BreakingParticle extends SpriteTexturedParticle
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BreakingParticle.Factory
static class
BreakingParticle.SlimeFactory
static class
BreakingParticle.SnowballFactory
-
Field Summary
Fields Modifier and Type Field Description private float
uo
private float
vo
-
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
BreakingParticle(ClientWorld p_i232346_1_, double p_i232346_2_, double p_i232346_4_, double p_i232346_6_, double p_i232346_8_, double p_i232346_10_, double p_i232346_12_, ItemStack p_i232346_14_)
protected
BreakingParticle(ClientWorld p_i232348_1_, double p_i232348_2_, double p_i232348_4_, double p_i232348_6_, ItemStack p_i232348_8_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IParticleRenderType
getRenderType()
protected float
getU0()
protected float
getU1()
protected float
getV0()
protected float
getV1()
-
Methods inherited from class net.minecraft.client.particle.SpriteTexturedParticle
pickSprite, setSprite, setSpriteFromAge
-
Methods inherited from class net.minecraft.client.particle.TexturedParticle
getQuadSize, 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, tick, toString
-
-
-
-
Constructor Detail
-
BreakingParticle
private BreakingParticle(ClientWorld p_i232346_1_, double p_i232346_2_, double p_i232346_4_, double p_i232346_6_, double p_i232346_8_, double p_i232346_10_, double p_i232346_12_, ItemStack p_i232346_14_)
-
BreakingParticle
protected BreakingParticle(ClientWorld p_i232348_1_, double p_i232348_2_, double p_i232348_4_, double p_i232348_6_, ItemStack p_i232348_8_)
-
-
Method Detail
-
getRenderType
public IParticleRenderType getRenderType()
- Specified by:
getRenderType
in classParticle
-
getU0
protected float getU0()
- Overrides:
getU0
in classSpriteTexturedParticle
-
getU1
protected float getU1()
- Overrides:
getU1
in classSpriteTexturedParticle
-
getV0
protected float getV0()
- Overrides:
getV0
in classSpriteTexturedParticle
-
getV1
protected float getV1()
- Overrides:
getV1
in classSpriteTexturedParticle
-
-