类 GlowParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.SingleQuadParticle
net.minecraft.client.particle.TextureSheetParticle
net.minecraft.client.particle.GlowParticle
-
嵌套类概要
嵌套类修饰符和类型类说明static class
static class
static class
static class
static class
-
字段概要
字段从类继承的字段 net.minecraft.client.particle.TextureSheetParticle
sprite
从类继承的字段 net.minecraft.client.particle.SingleQuadParticle
quadSize
-
构造器概要
构造器构造器说明GlowParticle
(ClientLevel pLevel, double pX, double pY, double pZ, double pXSpeed, double pYSpeed, double pZSpeed, SpriteSet pSprites) -
方法概要
从类继承的方法 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, getParticleGroup, getPos, isAlive, move, remove, setAlpha, setBoundingBox, setColor, setLifetime, setLocationFromBoundingbox, setParticleSpeed, setPos, setPower, setSize, shouldCull, toString
-
字段详细资料
-
RANDOM
-
sprites
-
-
构造器详细资料
-
GlowParticle
GlowParticle(ClientLevel pLevel, double pX, double pY, double pZ, double pXSpeed, double pYSpeed, double pZSpeed, SpriteSet pSprites)
-
-
方法详细资料
-
getRenderType
- 指定者:
getRenderType
在类中Particle
-
getLightColor
public int getLightColor(float pPartialTick) - 覆盖:
getLightColor
在类中Particle
-
tick
public void tick()
-