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.-
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, getMaxLightLevel, getStatesInBox, method_58798, raycast, raycast, raycastBlockMethods inherited from interface net.minecraft.world.HeightLimitView
countVerticalSections, getBottomSectionCoord, getBottomY, getHeight, getSectionIndex, getTopSectionCoord, getTopY, isOutOfHeightLimit, isOutOfHeightLimit, sectionCoordToIndex, sectionIndexToCoord
-
Method Details
-
getBlockEntityRenderAttachment
Deprecated.UseFabricBlockView.getBlockEntityRenderData(BlockPos)instead.This method will callFabricBlockView.getBlockEntityRenderData(BlockPos)by default.
-
FabricBlockViewinstead.