Class UMenuType<T extends net.minecraft.world.inventory.AbstractContainerMenu>

java.lang.Object
net.minecraft.world.inventory.MenuType<T>
info.u_team.u_team_core.menutype.UMenuType<T>
All Implemented Interfaces:
net.minecraftforge.common.extensions.IForgeMenuType<T>

public class UMenuType<T extends net.minecraft.world.inventory.AbstractContainerMenu> extends net.minecraft.world.inventory.MenuType<T>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static interface 
    UMenuType.ForgeMenuSupplier<T extends net.minecraft.world.inventory.AbstractContainerMenu>
     

    Nested classes/interfaces inherited from class net.minecraft.world.inventory.MenuType

    net.minecraft.world.inventory.MenuType.MenuSupplier<T extends net.minecraft.world.inventory.AbstractContainerMenu>
  • Field Summary

    Fields inherited from class net.minecraft.world.inventory.MenuType

    ANVIL, BEACON, BLAST_FURNACE, BREWING_STAND, CARTOGRAPHY_TABLE, CRAFTING, ENCHANTMENT, FURNACE, GENERIC_3x3, GENERIC_9x1, GENERIC_9x2, GENERIC_9x3, GENERIC_9x4, GENERIC_9x5, GENERIC_9x6, GRINDSTONE, HOPPER, LECTERN, LOOM, MERCHANT, SHULKER_BOX, SMITHING, SMOKER, STONECUTTER
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    UMenuType(net.minecraft.world.inventory.MenuType.MenuSupplier<T> factory)
     
  • Method Summary

    Methods inherited from class net.minecraft.world.inventory.MenuType

    create, create

    Methods inherited from class java.lang.Object

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

    • UMenuType

      public UMenuType(UMenuType.ForgeMenuSupplier<T> forgeFactory)
    • UMenuType

      public UMenuType(net.minecraft.world.inventory.MenuType.MenuSupplier<T> factory)