public class MetaParticle extends Particle
age, canCollide, height, isExpired, maxAge, motionX, motionY, motionZ, onGround, particleAlpha, particleAngle, particleBlue, particleGravity, particleGreen, particleRed, posX, posY, posZ, prevParticleAngle, prevPosX, prevPosY, prevPosZ, rand, width, world
修飾子 | コンストラクタと説明 |
---|---|
protected |
MetaParticle(World p_i51020_1_,
double p_i51020_2_,
double p_i51020_4_,
double p_i51020_6_) |
protected |
MetaParticle(World p_i51021_1_,
double p_i51021_2_,
double p_i51021_4_,
double p_i51021_6_,
double p_i51021_8_,
double p_i51021_10_,
double p_i51021_12_) |
修飾子とタイプ | メソッドと説明 |
---|---|
IParticleRenderType |
getRenderType() |
void |
renderParticle(com.mojang.blaze3d.vertex.IVertexBuilder buffer,
ActiveRenderInfo renderInfo,
float partialTicks) |
getBoundingBox, getBrightnessForRender, getMaxAge, isAlive, move, multipleParticleScaleBy, multiplyVelocity, resetPositionToBB, setAlphaF, setBoundingBox, setColor, setExpired, setMaxAge, setPosition, setSize, tick, toString
protected MetaParticle(World p_i51020_1_, double p_i51020_2_, double p_i51020_4_, double p_i51020_6_)
protected MetaParticle(World p_i51021_1_, double p_i51021_2_, double p_i51021_4_, double p_i51021_6_, double p_i51021_8_, double p_i51021_10_, double p_i51021_12_)
public final void renderParticle(com.mojang.blaze3d.vertex.IVertexBuilder buffer, ActiveRenderInfo renderInfo, float partialTicks)
renderParticle
クラス内 Particle
public IParticleRenderType getRenderType()
getRenderType
クラス内 Particle