Uses of Interface
net.minecraft.client.render.block.entity.BlockEntityRendererFactory
-
Uses of BlockEntityRendererFactory in net.minecraft.client.render.block.entity
Modifier and TypeFieldDescriptionprivate static final Map<BlockEntityType<?>,
BlockEntityRendererFactory<?>> BlockEntityRendererFactories.FACTORIES
Modifier and TypeMethodDescriptionprivate static <T extends BlockEntity>
voidBlockEntityRendererFactories.register
(BlockEntityType<? extends T> type, BlockEntityRendererFactory<T> factory)