类 SingleQuadParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.SingleQuadParticle
- 直接已知子类:
TextureSheetParticle
-
字段概要
字段 -
构造器概要
构造器限定符构造器说明protected
SingleQuadParticle
(ClientLevel pLevel, double pX, double pY, double pZ) protected
SingleQuadParticle
(ClientLevel pLevel, double pX, double pY, double pZ, double pXSpeed, double pYSpeed, double pZSpeed) -
方法概要
修饰符和类型方法说明float
getQuadSize
(float pScaleFactor) protected abstract float
getU0()
protected abstract float
getU1()
protected abstract float
getV0()
protected abstract float
getV1()
void
render
(VertexConsumer pBuffer, Camera pRenderInfo, float pPartialTicks) scale
(float pScale) 从类继承的方法 net.minecraft.client.particle.Particle
getBoundingBox, getLifetime, getLightColor, getParticleGroup, getPos, getRenderType, isAlive, move, remove, setAlpha, setBoundingBox, setColor, setLifetime, setLocationFromBoundingbox, setParticleSpeed, setPos, setPower, setSize, shouldCull, tick, toString
-
字段详细资料
-
quadSize
protected float quadSize
-
-
构造器详细资料
-
SingleQuadParticle
-
SingleQuadParticle
protected SingleQuadParticle(ClientLevel pLevel, double pX, double pY, double pZ, double pXSpeed, double pYSpeed, double pZSpeed)
-
-
方法详细资料