Class ItemStorage.PlayerItemCounts

java.lang.Object
com.hammy275.immersivemc.common.immersive.storage.dual.impl.ItemStorage.PlayerItemCounts
Enclosing class:
ItemStorage

public static class ItemStorage.PlayerItemCounts extends Object
  • Field Details

    • uuid

      public final Optional<UUID> uuid
    • count

      public int count
  • Constructor Details

    • PlayerItemCounts

      public PlayerItemCounts(Optional<UUID> uuid, int count)
  • Method Details

    • save

      public net.minecraft.nbt.CompoundTag save()
    • load

      public static ItemStorage.PlayerItemCounts load(net.minecraft.nbt.CompoundTag nbt)