类 DustParticleBase<T extends ScalableParticleOptionsBase>
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.SingleQuadParticle
net.minecraft.client.particle.TextureSheetParticle
net.minecraft.client.particle.DustParticleBase<T>
- 直接已知子类:
DustColorTransitionParticle
,DustParticle
-
嵌套类概要
从类继承的嵌套类/接口 net.minecraft.client.particle.SingleQuadParticle
SingleQuadParticle.FacingCameraMode
从类继承的嵌套类/接口 net.minecraft.client.particle.Particle
Particle.LifetimeAlpha
-
字段概要
字段从类继承的字段 net.minecraft.client.particle.TextureSheetParticle
sprite
从类继承的字段 net.minecraft.client.particle.SingleQuadParticle
quadSize
-
构造器概要
构造器限定符构造器说明protected
DustParticleBase
(ClientLevel p_172094_, double p_172095_, double p_172096_, double p_172097_, double p_172098_, double p_172099_, double p_172100_, T p_335358_, SpriteSet p_172102_) -
方法概要
修饰符和类型方法说明float
getQuadSize
(float p_172109_) protected float
randomizeColor
(float p_172105_, float p_172106_) void
tick()
从类继承的方法 net.minecraft.client.particle.TextureSheetParticle
getU0, getU1, getV0, getV1, pickSprite, setSprite, setSpriteFromAge
从类继承的方法 net.minecraft.client.particle.SingleQuadParticle
getFacingCameraMode, render, renderRotatedQuad, renderRotatedQuad, scale
从类继承的方法 net.minecraft.client.particle.Particle
getBoundingBox, getLifetime, getLightColor, getParticleGroup, getPos, isAlive, move, remove, renderCustom, setAlpha, setBoundingBox, setColor, setLifetime, setLocationFromBoundingbox, setParticleSpeed, setPos, setPower, setSize, shouldCull, toString
-
字段详细资料
-
sprites
-
-
构造器详细资料
-
DustParticleBase
protected DustParticleBase(ClientLevel p_172094_, double p_172095_, double p_172096_, double p_172097_, double p_172098_, double p_172099_, double p_172100_, T p_335358_, SpriteSet p_172102_)
-
-
方法详细资料
-
randomizeColor
protected float randomizeColor(float p_172105_, float p_172106_) -
getRenderType
- 指定者:
getRenderType
在类中Particle
-
getQuadSize
public float getQuadSize(float p_172109_) - 覆盖:
getQuadSize
在类中SingleQuadParticle
-
tick
public void tick()
-