Class InvStorageUtils

java.lang.Object
com.xzavier0722.mc.plugin.slimefun4.storage.util.InvStorageUtils

public class InvStorageUtils extends Object
  • Constructor Details

    • InvStorageUtils

      public InvStorageUtils()
  • Method Details

    • getChangedSlots

      public static Set<Integer> getChangedSlots(List<io.github.bakedlibs.dough.collections.Pair<org.bukkit.inventory.ItemStack,Integer>> snapshot, org.bukkit.inventory.ItemStack[] currContent)
    • getInvSnapshot

      public static List<io.github.bakedlibs.dough.collections.Pair<org.bukkit.inventory.ItemStack,Integer>> getInvSnapshot(org.bukkit.inventory.ItemStack[] invContents)