Class BreakingBlockRenderState
java.lang.Object
net.minecraft.client.render.block.MovingBlockRenderState
net.minecraft.client.render.state.BreakingBlockRenderState
- All Implemented Interfaces:
BlockRenderView,BlockView,HeightLimitView
- Mappings:
Namespace Name named net/minecraft/client/render/state/BreakingBlockRenderStateintermediary net/minecraft/class_12073official ibm
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.world.BlockView
BlockView.CollisionVisitor -
Field Summary
FieldsFields inherited from class net.minecraft.client.render.block.MovingBlockRenderState
biome, blockState, entityBlockPos, fallingBlockPos, world -
Constructor Summary
ConstructorsConstructorDescriptionBreakingBlockRenderState(ClientWorld world, BlockPos entityBlockPos, int breakProgress) -
Method Summary
Methods inherited from class net.minecraft.client.render.block.MovingBlockRenderState
getBlockEntity, getBlockState, getBottomY, getBrightness, getColor, getFluidState, getHeight, getLightingProviderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.BlockRenderView
getBaseLightLevel, getLightLevel, isSkyVisibleMethods inherited from interface net.minecraft.world.BlockView
getBlockEntity, getDismountHeight, getDismountHeight, getLuminance, getStatesInBox, raycast, raycast, raycastBlockMethods inherited from interface net.minecraft.world.HeightLimitView
countVerticalSections, getBottomSectionCoord, getSectionIndex, getTopSectionCoord, getTopYInclusive, isInHeightLimit, isOutOfHeightLimit, isOutOfHeightLimit, sectionCoordToIndex, sectionIndexToCoord
-
Field Details
-
breakProgress
public int breakProgress- Mappings:
Namespace Name Mixin selector named breakProgressLnet/minecraft/client/render/state/BreakingBlockRenderState;breakProgress:Iintermediary field_63076Lnet/minecraft/class_12073;field_63076:Iofficial fLibm;f:I
-
-
Constructor Details
-
BreakingBlockRenderState
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/state/BreakingBlockRenderState;<init>(Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/util/math/BlockPos;I)Vintermediary <init>Lnet/minecraft/class_12073;<init>(Lnet/minecraft/class_638;Lnet/minecraft/class_2338;I)Vofficial <init>Libm;<init>(Lgzn;Lja;I)V
-