public class DiggingParticle extends SpriteTexturedParticle
修飾子とタイプ | クラスと説明 |
---|---|
static class |
DiggingParticle.Factory |
sprite
particleScale
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
コンストラクタと説明 |
---|
DiggingParticle(World worldIn,
double xCoordIn,
double yCoordIn,
double zCoordIn,
double xSpeedIn,
double ySpeedIn,
double zSpeedIn,
BlockState state) |
修飾子とタイプ | メソッドと説明 |
---|---|
int |
getBrightnessForRender(float partialTick) |
protected float |
getMaxU() |
protected float |
getMaxV() |
protected float |
getMinU() |
protected float |
getMinV() |
IParticleRenderType |
getRenderType() |
DiggingParticle |
init() |
protected void |
multiplyColor(BlockPos p_187154_1_) |
DiggingParticle |
setBlockPos(BlockPos pos)
Sets the position of the block that this particle came from.
|
selectSpriteRandomly, selectSpriteWithAge, setSprite
getScale, multipleParticleScaleBy, renderParticle
getBoundingBox, getMaxAge, isAlive, move, multiplyVelocity, resetPositionToBB, setAlphaF, setBoundingBox, setColor, setExpired, setMaxAge, setPosition, setSize, tick, toString
public DiggingParticle(World worldIn, double xCoordIn, double yCoordIn, double zCoordIn, double xSpeedIn, double ySpeedIn, double zSpeedIn, BlockState state)
public IParticleRenderType getRenderType()
getRenderType
クラス内 Particle
public DiggingParticle setBlockPos(BlockPos pos)
public DiggingParticle init()
protected void multiplyColor(@Nullable BlockPos p_187154_1_)
protected float getMinU()
getMinU
クラス内 SpriteTexturedParticle
protected float getMaxU()
getMaxU
クラス内 SpriteTexturedParticle
protected float getMinV()
getMinV
クラス内 SpriteTexturedParticle
protected float getMaxV()
getMaxV
クラス内 SpriteTexturedParticle
public int getBrightnessForRender(float partialTick)
getBrightnessForRender
クラス内 Particle