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>
@Nullable BlockEntityRenderer<E, S> BlockEntityRenderDispatcher.getRenderer(E blockEntity) <E extends BlockEntity, S extends BlockEntityRenderState>
@Nullable BlockEntityRenderer<E, S> BlockEntityRenderDispatcher.getRenderer(S state) static <T extends BlockEntity, S extends BlockEntityRenderState>
voidBlockEntityRenderers.register(BlockEntityType<? extends T> type, BlockEntityRendererProvider<T, S> renderer) <S extends BlockEntityRenderState>
voidBlockEntityRenderDispatcher.submit(S state, PoseStack poseStack, SubmitNodeCollector submitNodeCollector, CameraRenderState camera) <E extends BlockEntity, S extends BlockEntityRenderState>
@Nullable SBlockEntityRenderDispatcher.tryExtractRenderState(E blockEntity, float partialTicks, @Nullable ModelFeatureRenderer.CrumblingOverlay breakProgress) Deprecated.<E extends BlockEntity, S extends BlockEntityRenderState>
@Nullable SBlockEntityRenderDispatcher.tryExtractRenderState(E blockEntity, float partialTicks, @Nullable ModelFeatureRenderer.CrumblingOverlay breakProgress, @Nullable 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 blockEntity, BlockEntityRenderState state, @Nullable ModelFeatureRenderer.CrumblingOverlay breakProgress) -
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