Class TrainerPartyStorage

All Implemented Interfaces:
Iterable<Pokemon>

public class TrainerPartyStorage extends PartyStorage
  • Field Details

  • Constructor Details

    • TrainerPartyStorage

      public TrainerPartyStorage(UUID uuid)
    • TrainerPartyStorage

      public TrainerPartyStorage(NPCTrainer trainer)
  • Method Details

    • getTrainer

      public NPCTrainer getTrainer()
    • sendCacheToPlayer

      public void sendCacheToPlayer(net.minecraft.server.level.ServerPlayer player)
      Description copied from class: PartyStorage
      Sends the Pokemon to the client for editing
      Overrides:
      sendCacheToPlayer in class PartyStorage
      Parameters:
      player - The player to send the Pokemon to