类 FlyTowardsPositionParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.SingleQuadParticle
net.minecraft.client.particle.TextureSheetParticle
net.minecraft.client.particle.FlyTowardsPositionParticle
-
嵌套类概要
嵌套类修饰符和类型类说明static class
static class
static class
从类继承的嵌套类/接口 net.minecraft.client.particle.SingleQuadParticle
SingleQuadParticle.FacingCameraMode
从类继承的嵌套类/接口 net.minecraft.client.particle.Particle
Particle.LifetimeAlpha
-
字段概要
字段修饰符和类型字段说明private final boolean
private final Particle.LifetimeAlpha
private final double
private final double
private final double
从类继承的字段 net.minecraft.client.particle.TextureSheetParticle
sprite
从类继承的字段 net.minecraft.client.particle.SingleQuadParticle
quadSize
-
构造器概要
构造器构造器说明FlyTowardsPositionParticle
(ClientLevel p_333327_, double p_328158_, double p_336092_, double p_331009_, double p_335556_, double p_328514_, double p_331083_) FlyTowardsPositionParticle
(ClientLevel p_335275_, double p_329537_, double p_335588_, double p_335971_, double p_331161_, double p_331135_, double p_331015_, boolean p_334585_, Particle.LifetimeAlpha p_330679_) -
方法概要
修饰符和类型方法说明int
getLightColor
(float p_334485_) void
move
(double p_335599_, double p_330355_, double p_329221_) void
render
(VertexConsumer p_329880_, Camera p_328408_, float p_328709_) void
tick()
从类继承的方法 net.minecraft.client.particle.TextureSheetParticle
getU0, getU1, getV0, getV1, pickSprite, setSprite, setSpriteFromAge
从类继承的方法 net.minecraft.client.particle.SingleQuadParticle
getFacingCameraMode, getQuadSize, 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 -
isGlowing
private final boolean isGlowing -
lifetimeAlpha
-
-
构造器详细资料
-
FlyTowardsPositionParticle
FlyTowardsPositionParticle(ClientLevel p_333327_, double p_328158_, double p_336092_, double p_331009_, double p_335556_, double p_328514_, double p_331083_) -
FlyTowardsPositionParticle
FlyTowardsPositionParticle(ClientLevel p_335275_, double p_329537_, double p_335588_, double p_335971_, double p_331161_, double p_331135_, double p_331015_, boolean p_334585_, Particle.LifetimeAlpha p_330679_)
-
-
方法详细资料
-
getRenderType
- 指定者:
getRenderType
在类中Particle
-
move
public void move(double p_335599_, double p_330355_, double p_329221_) -
getLightColor
public int getLightColor(float p_334485_) - 覆盖:
getLightColor
在类中Particle
-
tick
public void tick() -
render
- 覆盖:
render
在类中SingleQuadParticle
-