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 Object
Deprecated.UseFabricBlockView.getBlockEntityRenderData(BlockPos)
instead.Methods inherited from interface net.minecraft.world.BlockRenderView
getBaseLightLevel, getBrightness, getColor, getLightingProvider, getLightLevel, isSkyVisible
Methods inherited from interface net.minecraft.world.BlockView
getBlockEntity, getBlockEntity, getBlockState, getDismountHeight, getDismountHeight, getFluidState, getLuminance, getMaxLightLevel, getStatesInBox, raycast, raycast, raycastBlock
Methods 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.
-
FabricBlockView
instead.