Class EBMenus
java.lang.Object
com.binaris.wizardry.setup.registries.EBMenus
Handles the registration of menus. Check
EBMenuScreens-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DeferredObject<net.minecraft.world.inventory.MenuType<ArcaneWorkbenchMenu>>static final DeferredObject<net.minecraft.world.inventory.MenuType<BookshelfMenu>> -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregister(RegisterFunction<net.minecraft.world.inventory.MenuType<?>> function)
-
Field Details
-
ARCANE_WORKBENCH_MENU
public static final DeferredObject<net.minecraft.world.inventory.MenuType<ArcaneWorkbenchMenu>> ARCANE_WORKBENCH_MENU -
BOOKSHELF_MENU
public static final DeferredObject<net.minecraft.world.inventory.MenuType<BookshelfMenu>> BOOKSHELF_MENU
-
-
Method Details
-
register
-