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 net.minecraft.world.level.BlockGetter
BlockGetter.BlockStepVisitor -
Field Summary
FieldsFields inherited from class net.minecraft.client.renderer.block.MovingBlockRenderState
biome, blockPos, blockState, level, randomSeedPos -
Constructor Summary
ConstructorsConstructorDescriptionBlockBreakingRenderState(ClientLevel pLevel, BlockPos pBlockPos, int pProgress) -
Method Summary
Methods inherited from class net.minecraft.client.renderer.block.MovingBlockRenderState
getBlockEntity, getBlockState, getBlockTint, getFluidState, getHeight, getLightEngine, getMinY, getShadeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.level.BlockAndTintGetter
canSeeSky, getBrightness, getRawBrightnessMethods inherited from interface net.minecraft.world.level.BlockGetter
clip, clipWithInteractionOverride, getBlockEntity, getBlockFloorHeight, getBlockFloorHeight, getBlockStates, getLightEmission, isBlockInLineMethods inherited from interface net.neoforged.neoforge.common.extensions.IBlockAndTintGetterExtension
getShadeMethods inherited from interface net.neoforged.neoforge.common.extensions.IBlockGetterExtension
getAuxLightManager, getAuxLightManager, getModelDataMethods inherited from interface net.minecraft.world.level.LevelHeightAccessor
getMaxSectionY, getMaxY, getMinSectionY, getSectionIndex, getSectionIndexFromSectionY, getSectionsCount, getSectionYFromSectionIndex, isInsideBuildHeight, isOutsideBuildHeight, isOutsideBuildHeight
-
Field Details
-
progress
public int progress
-
-
Constructor Details
-
BlockBreakingRenderState
-