Uses of Class
net.minecraft.client.render.block.entity.state.BlockEntityRenderState
Packages that use BlockEntityRenderState
Package
Description
-
Uses of BlockEntityRenderState in net.minecraft.client.render.block.entity
Classes in net.minecraft.client.render.block.entity with type parameters of type BlockEntityRenderStateModifier and TypeInterfaceDescriptioninterfaceBlockEntityRenderer<T extends BlockEntity,S extends BlockEntityRenderState> interfaceBlockEntityRendererFactory<T extends BlockEntity,S extends BlockEntityRenderState> Methods in net.minecraft.client.render.block.entity with type parameters of type BlockEntityRenderStateModifier and TypeMethodDescription<E extends BlockEntity,S extends BlockEntityRenderState>
@Nullable BlockEntityRenderer<E, S> BlockEntityRenderManager.get(E blockEntity) <E extends BlockEntity,S extends BlockEntityRenderState>
@Nullable BlockEntityRenderer<E, S> BlockEntityRenderManager.getByRenderState(S renderState) <E extends BlockEntity,S extends BlockEntityRenderState>
SBlockEntityRenderManager.getRenderState(E blockEntity, float tickProgress, ModelCommandRenderer.CrumblingOverlayCommand crumblingOverlay) private static <T extends BlockEntity,S extends BlockEntityRenderState>
voidBlockEntityRendererFactories.register(BlockEntityType<? extends T> type, BlockEntityRendererFactory<T, S> factory) <S extends BlockEntityRenderState>
voidBlockEntityRenderManager.render(S renderState, MatrixStack matrices, OrderedRenderCommandQueue queue, CameraRenderState cameraRenderState) -
Uses of BlockEntityRenderState in net.minecraft.client.render.block.entity.state
Subclasses of BlockEntityRenderState in net.minecraft.client.render.block.entity.stateModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in net.minecraft.client.render.block.entity.state with parameters of type BlockEntityRenderStateModifier and TypeMethodDescriptionstatic voidBlockEntityRenderState.updateBlockEntityRenderState(BlockEntity blockEntity, BlockEntityRenderState state, ModelCommandRenderer.CrumblingOverlayCommand crumblingOverlay) -
Uses of BlockEntityRenderState in net.minecraft.client.render.state
Fields in net.minecraft.client.render.state with type parameters of type BlockEntityRenderStateModifier and TypeFieldDescriptionfinal List<BlockEntityRenderState> WorldRenderState.blockEntityRenderStates