Interface RenderAttachedBlockView
- All Superinterfaces:
BlockRenderView,BlockView,HeightLimitView
Deprecated.
This interface is guaranteed to be implemented on all
WorldView instances.
It is likely to be implemented on any given BlockRenderView instance, but
this is not guaranteed.-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.world.BlockView
BlockView.CollisionVisitor -
Field Summary
Fields inherited from interface net.minecraft.world.BlockView
field_54147 -
Method Summary
Modifier and TypeMethodDescriptiondefault @Nullable ObjectDeprecated.UseFabricBlockView.getBlockEntityRenderData(BlockPos)instead.Methods inherited from interface net.minecraft.world.BlockRenderView
getBaseLightLevel, getBrightness, getColor, getLightingProvider, getLightLevel, isSkyVisibleMethods inherited from interface net.minecraft.world.BlockView
getBlockEntity, getBlockEntity, getBlockState, getDismountHeight, getDismountHeight, getFluidState, getLuminance, getStatesInBox, raycast, raycast, raycastBlockMethods inherited from interface net.minecraft.world.HeightLimitView
countVerticalSections, getBottomSectionCoord, getBottomY, getHeight, getSectionIndex, getTopSectionCoord, getTopYInclusive, isInHeightLimit, isOutOfHeightLimit, isOutOfHeightLimit, sectionCoordToIndex, sectionIndexToCoord
-
Method Details
-
getBlockEntityRenderAttachment
Deprecated.UseFabricBlockView.getBlockEntityRenderData(BlockPos)instead.This method will callFabricBlockView.getBlockEntityRenderData(BlockPos)by default.
-
FabricBlockViewinstead.