Package hiiragi283.lib.gui.menu.type
Class HTMenuType
-
- All Implemented Interfaces:
-
net.minecraft.world.flag.FeatureElement,net.neoforged.neoforge.common.extensions.IMenuTypeExtension
public abstract class HTMenuType<MENU extends AbstractContainerMenu, FACTORY extends Object> extends MenuType<MENU>
-
-
Constructor Summary
Constructors Constructor Description HTMenuType(FACTORY factory, IContainerFactory<MENU> constructor)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class net.minecraft.world.flag.FeatureElement
isEnabled, requiredFeatures -
Methods inherited from class net.minecraft.world.inventory.MenuType
create -
Methods inherited from class net.neoforged.neoforge.common.extensions.IMenuTypeExtension
create -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-