类 FallingLeavesParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.SingleQuadParticle
net.minecraft.client.particle.TextureSheetParticle
net.minecraft.client.particle.FallingLeavesParticle
-
嵌套类概要
嵌套类修饰符和类型类说明static class
static class
从类继承的嵌套类/接口 net.minecraft.client.particle.SingleQuadParticle
SingleQuadParticle.FacingCameraMode
从类继承的嵌套类/接口 net.minecraft.client.particle.Particle
Particle.LifetimeAlpha
-
字段概要
字段修饰符和类型字段说明private static final float
private static final int
private boolean
private static final int
private final float
private float
private final float
private boolean
private double
private final float
private double
private double
从类继承的字段 net.minecraft.client.particle.TextureSheetParticle
sprite
从类继承的字段 net.minecraft.client.particle.SingleQuadParticle
quadSize
-
构造器概要
构造器限定符构造器说明protected
FallingLeavesParticle
(ClientLevel p_377646_, double p_377442_, double p_376050_, double p_377918_, SpriteSet p_376948_, float p_378651_, float p_376838_, boolean p_378490_, boolean p_376930_, float p_376718_, float p_378174_) -
方法概要
从类继承的方法 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, toString
-
字段详细资料
-
ACCELERATION_SCALE
private static final float ACCELERATION_SCALE- 另请参阅:
-
INITIAL_LIFETIME
private static final int INITIAL_LIFETIME- 另请参阅:
-
CURVE_ENDPOINT_TIME
private static final int CURVE_ENDPOINT_TIME- 另请参阅:
-
rotSpeed
private float rotSpeed -
particleRandom
private final float particleRandom -
spinAcceleration
private final float spinAcceleration -
windBig
private final float windBig -
swirl
private boolean swirl -
flowAway
private boolean flowAway -
xaFlowScale
private double xaFlowScale -
zaFlowScale
private double zaFlowScale -
swirlPeriod
private double swirlPeriod
-
-
构造器详细资料
-
FallingLeavesParticle
protected FallingLeavesParticle(ClientLevel p_377646_, double p_377442_, double p_376050_, double p_377918_, SpriteSet p_376948_, float p_378651_, float p_376838_, boolean p_378490_, boolean p_376930_, float p_376718_, float p_378174_)
-
-
方法详细资料
-
getRenderType
- 指定者:
getRenderType
在类中Particle
-
tick
public void tick()
-