类 FlameParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.SingleQuadParticle
net.minecraft.client.particle.TextureSheetParticle
net.minecraft.client.particle.RisingParticle
net.minecraft.client.particle.FlameParticle
-
嵌套类概要
嵌套类从类继承的嵌套类/接口 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
-
构造器概要
构造器构造器说明FlameParticle
(ClientLevel p_106800_, double p_106801_, double p_106802_, double p_106803_, double p_106804_, double p_106805_, double p_106806_) -
方法概要
修饰符和类型方法说明int
getLightColor
(float p_106821_) float
getQuadSize
(float p_106824_) void
move
(double p_106817_, double p_106818_, double p_106819_) 从类继承的方法 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, getParticleGroup, getPos, isAlive, remove, renderCustom, setAlpha, setBoundingBox, setColor, setLifetime, setLocationFromBoundingbox, setParticleSpeed, setPos, setPower, setSize, shouldCull, tick, toString
-
构造器详细资料
-
FlameParticle
FlameParticle(ClientLevel p_106800_, double p_106801_, double p_106802_, double p_106803_, double p_106804_, double p_106805_, double p_106806_)
-
-
方法详细资料
-
getRenderType
- 指定者:
getRenderType
在类中Particle
-
move
public void move(double p_106817_, double p_106818_, double p_106819_) -
getQuadSize
public float getQuadSize(float p_106824_) - 覆盖:
getQuadSize
在类中SingleQuadParticle
-
getLightColor
public int getLightColor(float p_106821_) - 覆盖:
getLightColor
在类中Particle
-