Class ICCLContainerType.CCLContainerType<T extends net.minecraft.world.inventory.AbstractContainerMenu>
java.lang.Object
net.minecraft.world.inventory.MenuType<T>
codechicken.lib.inventory.container.ICCLContainerType.CCLContainerType<T>
- All Implemented Interfaces:
ICCLContainerType<T>,net.minecraft.world.flag.FeatureElement,net.minecraftforge.common.extensions.IForgeMenuType<T>
- Enclosing interface:
- ICCLContainerType<T extends net.minecraft.world.inventory.AbstractContainerMenu>
public static class ICCLContainerType.CCLContainerType<T extends net.minecraft.world.inventory.AbstractContainerMenu>
extends net.minecraft.world.inventory.MenuType<T>
implements ICCLContainerType<T>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.inventory.MenuType
net.minecraft.world.inventory.MenuType.MenuSupplier<T extends net.minecraft.world.inventory.AbstractContainerMenu>Nested classes/interfaces inherited from interface codechicken.lib.inventory.container.ICCLContainerType
ICCLContainerType.CCLContainerType<T extends net.minecraft.world.inventory.AbstractContainerMenu> -
Field Summary
Fields inherited from class net.minecraft.world.inventory.MenuType
ANVIL, BEACON, BLAST_FURNACE, BREWING_STAND, CARTOGRAPHY_TABLE, constructor, CRAFTING, ENCHANTMENT, FURNACE, GENERIC_3x3, GENERIC_9x1, GENERIC_9x2, GENERIC_9x3, GENERIC_9x4, GENERIC_9x5, GENERIC_9x6, GRINDSTONE, HOPPER, LECTERN, LOOM, MERCHANT, SHULKER_BOX, SMITHING, SMOKER, STONECUTTERFields inherited from interface net.minecraft.world.flag.FeatureElement
FILTERED_REGISTRIES -
Constructor Summary
ConstructorsConstructorDescriptionCCLContainerType(net.minecraft.world.inventory.MenuType.MenuSupplier<T> factory, net.minecraft.world.flag.FeatureFlagSet featureFlags) -
Method Summary
Modifier and TypeMethodDescriptioncreate(int windowId, net.minecraft.world.entity.player.Inventory inventory, MCDataInput packet) Methods inherited from class net.minecraft.world.inventory.MenuType
create, create, requiredFeaturesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.flag.FeatureElement
isEnabled
-
Constructor Details
-
CCLContainerType
public CCLContainerType(net.minecraft.world.inventory.MenuType.MenuSupplier<T> factory, net.minecraft.world.flag.FeatureFlagSet featureFlags)
-
-
Method Details
-
create
public T create(int windowId, net.minecraft.world.entity.player.Inventory inventory, MCDataInput packet) - Specified by:
createin interfaceICCLContainerType<T extends net.minecraft.world.inventory.AbstractContainerMenu>
-