java.lang.Object
io.github.thecsdev.betterstats.api.util.BSUtils

public final class BSUtils extends Object
  • Method Details

    • updateITG

      @Internal public static final void updateITG()
      Updates the ITG Map that is used by getItemGroup(Item).
    • getItemGroup

      @Nullable public static @Nullable net.minecraft.item.ItemGroup getItemGroup(net.minecraft.item.Item item)
      Uses ITG to find the ItemGroup for the given Item.
      Parameters:
      item - The Item in question.