java.lang.Object
io.github.gameking1happy.gk1haccessorifyplus.compat.reinfshulker.ReinfShulkerCompat

public class ReinfShulkerCompat extends Object
Reinforced Shulker Boxes Compat.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static @NotNull net.minecraft.world.inventory.AbstractContainerMenu
    createMenu(int syncId, net.minecraft.world.entity.player.Inventory inventory, me.pajic.accessorify.menu.ShulkerBoxAccessoryContainerMenu menu, net.minecraft.world.item.Item shulker)
     
    static int
    getInventorySizeForReinfShulker(net.minecraft.world.item.Item shulker)
    Returns size of shulker box.

    Methods inherited from class java.lang.Object

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

    • ReinfShulkerCompat

      public ReinfShulkerCompat()
  • Method Details

    • getInventorySizeForReinfShulker

      public static int getInventorySizeForReinfShulker(net.minecraft.world.item.Item shulker)
      Returns size of shulker box.
      Parameters:
      shulker - Shulker.
      Returns:
      Size.
    • createMenu

      @NotNull public static @NotNull net.minecraft.world.inventory.AbstractContainerMenu createMenu(int syncId, net.minecraft.world.entity.player.Inventory inventory, me.pajic.accessorify.menu.ShulkerBoxAccessoryContainerMenu menu, net.minecraft.world.item.Item shulker)
      Parameters:
      syncId - I'm going to be real here IDK.
      inventory - Inventory.
      menu - Menu.
      shulker - Shulker.
      Returns:
      Menu.