类 SuspendedParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.SingleQuadParticle
net.minecraft.client.particle.TextureSheetParticle
net.minecraft.client.particle.SuspendedParticle
-
嵌套类概要
嵌套类修饰符和类型类说明static class
static class
static class
static class
从类继承的嵌套类/接口 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
-
构造器概要
构造器构造器说明SuspendedParticle
(ClientLevel p_172403_, SpriteSet p_172404_, double p_172405_, double p_172406_, double p_172407_) SuspendedParticle
(ClientLevel p_172409_, SpriteSet p_172410_, double p_172411_, double p_172412_, double p_172413_, double p_172414_, double p_172415_, double p_172416_) -
方法概要
从类继承的方法 net.minecraft.client.particle.TextureSheetParticle
getU0, getU1, getV0, getV1, pickSprite, setSprite, setSpriteFromAge
从类继承的方法 net.minecraft.client.particle.SingleQuadParticle
getFacingCameraMode, getQuadSize, 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, tick, toString
-
构造器详细资料
-
SuspendedParticle
SuspendedParticle(ClientLevel p_172403_, SpriteSet p_172404_, double p_172405_, double p_172406_, double p_172407_) -
SuspendedParticle
SuspendedParticle(ClientLevel p_172409_, SpriteSet p_172410_, double p_172411_, double p_172412_, double p_172413_, double p_172414_, double p_172415_, double p_172416_)
-
-
方法详细资料
-
getRenderType
- 指定者:
getRenderType
在类中Particle
-