Package | Description |
---|---|
net.minecraft.inventory.container | |
net.minecraftforge.fml.network |
Modifier and Type | Field and Description |
---|---|
private ContainerType.IFactory<T> |
ContainerType.factory |
Modifier and Type | Method and Description |
---|---|
private static <T extends Container> |
ContainerType.register(java.lang.String key,
ContainerType.IFactory<T> factory) |
Constructor and Description |
---|
ContainerType(ContainerType.IFactory<T> factory) |
Modifier and Type | Interface and Description |
---|---|
interface |
IContainerFactory<T extends Container> |