@Environment(value=CLIENT) public class BlockEntityRendererFactories extends Object
| Modifier and Type | Field and Description |
|---|---|
private static Map<BlockEntityType<?>,BlockEntityRendererFactory<?>> |
FACTORIES |
| Constructor and Description |
|---|
BlockEntityRendererFactories() |
| Modifier and Type | Method and Description |
|---|---|
private static <T extends BlockEntity> |
register(BlockEntityType<? extends T> type,
BlockEntityRendererFactory<T> factory) |
static Map<BlockEntityType<?>,BlockEntityRenderer<?>> |
reload(BlockEntityRendererFactory.Arguments args) |
private static final Map<BlockEntityType<?>,BlockEntityRendererFactory<?>> FACTORIES
private static <T extends BlockEntity> void register(BlockEntityType<? extends T> type, BlockEntityRendererFactory<T> factory)
public static Map<BlockEntityType<?>,BlockEntityRenderer<?>> reload(BlockEntityRendererFactory.Arguments args)