Class HTItemMenuType
-
- All Implemented Interfaces:
-
net.minecraft.world.flag.FeatureElement,net.neoforged.neoforge.common.extensions.IMenuTypeExtension
public final class HTItemMenuType<MENU extends AbstractContainerMenu> extends HTMenuType<MENU, HTItemContainerFactory<MENU>>
アイテムを受け取るHTMenuTypeの拡張クラスです。
- Since:
0.4.0
Hiiragi Tsubasa
-
-
Constructor Summary
Constructors Constructor Description HTItemMenuType(HTItemContainerFactory<MENU> factory, IContainerFactory<MENU> constructor)
-
Method Summary
Modifier and Type Method Description final MenuConstructorcreate(InteractionHand hand, ItemStack stack)指定されたhandとstackからMenuConstructorのインスタンスを作成します。 -
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 net.minecraft.world.flag.FeatureElement
isEnabled, requiredFeatures -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-