Uses of Interface
net.minecraft.client.render.block.entity.BlockEntityRendererFactory
Package | Description |
---|---|
net.minecraft.client.render.block.entity |
-
Uses of BlockEntityRendererFactory in net.minecraft.client.render.block.entity
Fields in net.minecraft.client.render.block.entity with type parameters of type BlockEntityRendererFactory Modifier and Type Field Description private static Map<BlockEntityType<?>,BlockEntityRendererFactory<?>>
BlockEntityRendererFactories. FACTORIES
Methods in net.minecraft.client.render.block.entity with parameters of type BlockEntityRendererFactory Modifier and Type Method Description private static <T extends BlockEntity>
voidBlockEntityRendererFactories. register(BlockEntityType<? extends T> type, BlockEntityRendererFactory<T> factory)