类 CherryParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.SingleQuadParticle
net.minecraft.client.particle.TextureSheetParticle
net.minecraft.client.particle.CherryParticle
-
字段概要
字段修饰符和类型字段说明private static final float
private static final int
private static final float
private static final int
private final float
private float
private final float
private static final float
从类继承的字段 net.minecraft.client.particle.TextureSheetParticle
sprite
从类继承的字段 net.minecraft.client.particle.SingleQuadParticle
quadSize
-
构造器概要
构造器限定符构造器说明protected
CherryParticle
(ClientLevel pLevel, double pX, double pY, double pZ, SpriteSet pSpriteSet) -
方法概要
从类继承的方法 net.minecraft.client.particle.TextureSheetParticle
getU0, getU1, getV0, getV1, pickSprite, setSprite, setSpriteFromAge
从类继承的方法 net.minecraft.client.particle.SingleQuadParticle
getQuadSize, render, scale
从类继承的方法 net.minecraft.client.particle.Particle
getBoundingBox, getLifetime, getLightColor, getParticleGroup, getPos, isAlive, move, remove, 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- 另请参阅:
-
FALL_ACC
private static final float FALL_ACC- 另请参阅:
-
WIND_BIG
private static final float WIND_BIG- 另请参阅:
-
rotSpeed
private float rotSpeed -
particleRandom
private final float particleRandom -
spinAcceleration
private final float spinAcceleration
-
-
构造器详细资料
-
CherryParticle
-
-
方法详细资料
-
getRenderType
- 指定者:
getRenderType
在类中Particle
-
tick
public void tick()
-