Uses of Class
net.minecraft.client.renderer.blockentity.state.BlockEntityRenderState
Packages that use BlockEntityRenderState
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of BlockEntityRenderState in net.minecraft.client.renderer.blockentity
Classes in net.minecraft.client.renderer.blockentity with type parameters of type BlockEntityRenderStateModifier and TypeInterfaceDescriptioninterfaceBlockEntityRenderer<T extends BlockEntity,S extends BlockEntityRenderState> interfaceBlockEntityRendererProvider<T extends BlockEntity,S extends BlockEntityRenderState> Methods in net.minecraft.client.renderer.blockentity with type parameters of type BlockEntityRenderStateModifier and TypeMethodDescription<E extends BlockEntity,S extends BlockEntityRenderState>
BlockEntityRenderer<E, S> BlockEntityRenderDispatcher.getRenderer(E pBlockEntity) <E extends BlockEntity,S extends BlockEntityRenderState>
BlockEntityRenderer<E, S> BlockEntityRenderDispatcher.getRenderer(S pRenderState) static <T extends BlockEntity,S extends BlockEntityRenderState>
voidBlockEntityRenderers.register(BlockEntityType<? extends T> pType, BlockEntityRendererProvider<T, S> pRenderProvider) <S extends BlockEntityRenderState>
voidBlockEntityRenderDispatcher.submit(S pRenderState, PoseStack pPoseStack, SubmitNodeCollector pNodeCollector, CameraRenderState pCameraRenderState) <E extends BlockEntity,S extends BlockEntityRenderState>
SBlockEntityRenderDispatcher.tryExtractRenderState(E pBlockEntity, float pPartialTick, ModelFeatureRenderer.CrumblingOverlay pBreakProgress) Deprecated.<E extends BlockEntity,S extends BlockEntityRenderState>
SBlockEntityRenderDispatcher.tryExtractRenderState(E pBlockEntity, float pPartialTick, ModelFeatureRenderer.CrumblingOverlay pBreakProgress, Frustum frustum) -
Uses of BlockEntityRenderState in net.minecraft.client.renderer.blockentity.state
Subclasses of BlockEntityRenderState in net.minecraft.client.renderer.blockentity.stateModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in net.minecraft.client.renderer.blockentity.state with parameters of type BlockEntityRenderStateModifier and TypeMethodDescriptionstatic voidBlockEntityRenderState.extractBase(BlockEntity pBlockEntity, BlockEntityRenderState pRenderState, ModelFeatureRenderer.CrumblingOverlay pBreakProgress) -
Uses of BlockEntityRenderState in net.minecraft.client.renderer.state
Fields in net.minecraft.client.renderer.state with type parameters of type BlockEntityRenderStateModifier and TypeFieldDescriptionfinal List<BlockEntityRenderState> LevelRenderState.blockEntityRenderStates -
Uses of BlockEntityRenderState in net.neoforged.neoforge.client.event
Methods in net.neoforged.neoforge.client.event with type parameters of type BlockEntityRenderStateModifier and TypeMethodDescription<T extends BlockEntity,S extends BlockEntityRenderState>
voidEntityRenderersEvent.RegisterRenderers.registerBlockEntityRenderer(BlockEntityType<? extends T> blockEntityType, BlockEntityRendererProvider<T, S> blockEntityRendererProvider) Registers a block entity renderer for the given block entity type.
BlockEntityRenderDispatcher.tryExtractRenderState(BlockEntity, float, ModelFeatureRenderer.CrumblingOverlay, net.minecraft.client.renderer.culling.Frustum)instead