Class EBMenuScreens

java.lang.Object
com.binaris.wizardry.setup.registries.client.EBMenuScreens

public final class EBMenuScreens extends Object
Handles the registration of menu screens. Check EBMenus
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static interface 
    EBMenuScreens.ScreenFactory<T extends net.minecraft.world.inventory.AbstractContainerMenu,U extends net.minecraft.client.gui.screens.Screen & net.minecraft.client.gui.screens.inventory.MenuAccess<T>>
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
     
    static void
    register(BiConsumer<net.minecraft.world.inventory.MenuType<? extends net.minecraft.world.inventory.AbstractContainerMenu>,EBMenuScreens.ScreenFactory<net.minecraft.world.inventory.AbstractContainerMenu,net.minecraft.client.gui.screens.inventory.AbstractContainerScreen<net.minecraft.world.inventory.AbstractContainerMenu>>> consumer)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • init

      public static void init()
    • register

      public static void register(BiConsumer<net.minecraft.world.inventory.MenuType<? extends net.minecraft.world.inventory.AbstractContainerMenu>,EBMenuScreens.ScreenFactory<net.minecraft.world.inventory.AbstractContainerMenu,net.minecraft.client.gui.screens.inventory.AbstractContainerScreen<net.minecraft.world.inventory.AbstractContainerMenu>>> consumer)