Class PlayerTestStore

java.lang.Object
net.minecraft.world.level.saveddata.SavedData
net.neoforged.testframework.impl.PlayerTestStore

public class PlayerTestStore extends net.minecraft.world.level.saveddata.SavedData
  • Field Details

  • Constructor Details

    • PlayerTestStore

      public PlayerTestStore()
  • Method Details

    • getLast

      @Nullable public @Nullable Set<String> getLast(UUID uuid)
    • put

      public void put(UUID uuid, Collection<String> tests)
    • decode

      public static PlayerTestStore decode(net.minecraft.nbt.Tag tag)
    • save

      public net.minecraft.nbt.CompoundTag save()