| Package | Description |
|---|---|
| net.minecraft.client.gui |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<ContainerType<?>,ScreenManager.IScreenFactory<?,?>> |
ScreenManager.FACTORIES |
| Modifier and Type | Method and Description |
|---|---|
private static <T extends Container> |
ScreenManager.getFactory(ContainerType<T> type) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Container> |
ScreenManager.getScreenFactory(ContainerType<T> type,
Minecraft mc,
int windowId,
ITextComponent title) |
| Modifier and Type | Method and Description |
|---|---|
static <M extends Container,U extends Screen & IHasContainer<M>> |
ScreenManager.registerFactory(ContainerType<? extends M> type,
ScreenManager.IScreenFactory<M,U> factory) |