public class DiggingParticle extends SpriteTexturedParticle
| 修飾子とタイプ | クラスと説明 | 
|---|---|
| static class  | DiggingParticle.Factory | 
spriteparticleScaleage, 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, setSpritegetScale, multipleParticleScaleBy, renderParticlegetBoundingBox, getMaxAge, isAlive, move, multiplyVelocity, resetPositionToBB, setAlphaF, setBoundingBox, setColor, setExpired, setMaxAge, setPosition, setSize, tick, toStringpublic DiggingParticle(World worldIn, double xCoordIn, double yCoordIn, double zCoordIn, double xSpeedIn, double ySpeedIn, double zSpeedIn, BlockState state)
public IParticleRenderType getRenderType()
getRenderType クラス内 Particlepublic DiggingParticle setBlockPos(BlockPos pos)
public DiggingParticle init()
protected void multiplyColor(@Nullable
                             BlockPos p_187154_1_)
protected float getMinU()
getMinU クラス内 SpriteTexturedParticleprotected float getMaxU()
getMaxU クラス内 SpriteTexturedParticleprotected float getMinV()
getMinV クラス内 SpriteTexturedParticleprotected float getMaxV()
getMaxV クラス内 SpriteTexturedParticlepublic int getBrightnessForRender(float partialTick)
getBrightnessForRender クラス内 Particle