Uses of Interface
net.minecraft.client.render.block.entity.BlockEntityRendererFactory
Packages that use BlockEntityRendererFactory
-
Uses of BlockEntityRendererFactory in net.minecraft.client.render.block.entity
Fields in net.minecraft.client.render.block.entity with type parameters of type BlockEntityRendererFactoryModifier and TypeFieldDescriptionprivate static final Map
<BlockEntityType<?>, BlockEntityRendererFactory<?>> BlockEntityRendererFactories.FACTORIES
Methods in net.minecraft.client.render.block.entity with parameters of type BlockEntityRendererFactoryModifier and TypeMethodDescriptionprivate static <T extends BlockEntity>
voidBlockEntityRendererFactories.register
(BlockEntityType<? extends T> type, BlockEntityRendererFactory<T> factory)