Interface ICCLContainerType<T extends net.minecraft.world.inventory.AbstractContainerMenu>
- All Known Implementing Classes:
ICCLContainerType.CCLContainerType
public interface ICCLContainerType<T extends net.minecraft.world.inventory.AbstractContainerMenu>
Created by covers1624 on 28/10/19.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classICCLContainerType.CCLContainerType<T extends net.minecraft.world.inventory.AbstractContainerMenu> -
Method Summary
Modifier and TypeMethodDescriptioncreate(int windowId, net.minecraft.world.entity.player.Inventory inventory, MCDataInput packet) static <T extends net.minecraft.world.inventory.AbstractContainerMenu>
net.minecraft.world.inventory.MenuType<T>create(ICCLContainerFactory<T> factory) static <T extends net.minecraft.world.inventory.AbstractContainerMenu>
net.minecraft.world.inventory.MenuType<T>create(ICCLContainerFactory<T> factory, net.minecraft.world.flag.FeatureFlag... featureFlags)
-
Method Details
-
create
static <T extends net.minecraft.world.inventory.AbstractContainerMenu> net.minecraft.world.inventory.MenuType<T> create(ICCLContainerFactory<T> factory) -
create
static <T extends net.minecraft.world.inventory.AbstractContainerMenu> net.minecraft.world.inventory.MenuType<T> create(ICCLContainerFactory<T> factory, net.minecraft.world.flag.FeatureFlag... featureFlags) -
create
-