类 FlyStraightTowardsParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.SingleQuadParticle
net.minecraft.client.particle.TextureSheetParticle
net.minecraft.client.particle.FlyStraightTowardsParticle
-
嵌套类概要
嵌套类从类继承的嵌套类/接口 net.minecraft.client.particle.SingleQuadParticle
SingleQuadParticle.FacingCameraMode
从类继承的嵌套类/接口 net.minecraft.client.particle.Particle
Particle.LifetimeAlpha
-
字段概要
字段修饰符和类型字段说明private final int
private final int
private final double
private final double
private final double
从类继承的字段 net.minecraft.client.particle.TextureSheetParticle
sprite
从类继承的字段 net.minecraft.client.particle.SingleQuadParticle
quadSize
-
构造器概要
构造器构造器说明FlyStraightTowardsParticle
(ClientLevel p_331392_, double p_328454_, double p_335936_, double p_334729_, double p_335747_, double p_333574_, double p_334122_, int p_328231_, int p_329614_) -
方法概要
修饰符和类型方法说明int
getLightColor
(float p_334272_) void
move
(double p_328657_, double p_332590_, double p_331282_) void
tick()
从类继承的方法 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, getParticleGroup, getPos, isAlive, remove, renderCustom, setAlpha, setBoundingBox, setColor, setLifetime, setLocationFromBoundingbox, setParticleSpeed, setPos, setPower, setSize, shouldCull, toString
-
字段详细资料
-
xStart
private final double xStart -
yStart
private final double yStart -
zStart
private final double zStart -
startColor
private final int startColor -
endColor
private final int endColor
-
-
构造器详细资料
-
FlyStraightTowardsParticle
FlyStraightTowardsParticle(ClientLevel p_331392_, double p_328454_, double p_335936_, double p_334729_, double p_335747_, double p_333574_, double p_334122_, int p_328231_, int p_329614_)
-
-
方法详细资料
-
getRenderType
- 指定者:
getRenderType
在类中Particle
-
move
public void move(double p_328657_, double p_332590_, double p_331282_) -
getLightColor
public int getLightColor(float p_334272_) - 覆盖:
getLightColor
在类中Particle
-
tick
public void tick()
-