Class BlockBreakingRenderState
java.lang.Object
net.minecraft.client.renderer.block.MovingBlockRenderState
net.minecraft.client.renderer.state.BlockBreakingRenderState
- All Implemented Interfaces:
BlockAndTintGetter, BlockGetter, LevelHeightAccessor, IBlockAndTintGetterExtension, IBlockGetterExtension
-
Nested Class Summary
Nested classes/interfaces inherited from interface BlockGetter
BlockGetter.BlockStepVisitor -
Field Summary
FieldsFields inherited from class MovingBlockRenderState
biome, blockPos, blockState, level, randomSeedPos -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class MovingBlockRenderState
getBlockEntity, getBlockState, getBlockTint, getFluidState, getHeight, getLightEngine, getMinY, getShadeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BlockAndTintGetter
canSeeSky, getBrightness, getRawBrightnessMethods inherited from interface BlockGetter
clip, clipWithInteractionOverride, getBlockEntity, getBlockFloorHeight, getBlockFloorHeight, getBlockStates, getLightEmission, isBlockInLineMethods inherited from interface IBlockAndTintGetterExtension
getShadeMethods inherited from interface IBlockGetterExtension
getAuxLightManager, getAuxLightManager, getModelDataMethods inherited from interface LevelHeightAccessor
getMaxSectionY, getMaxY, getMinSectionY, getSectionIndex, getSectionIndexFromSectionY, getSectionsCount, getSectionYFromSectionIndex, isInsideBuildHeight, isOutsideBuildHeight, isOutsideBuildHeight
-
Field Details
-
progress
public final int progress
-
-
Constructor Details
-
BlockBreakingRenderState
-