Class UpdateTrainerPartyPacketPacket

All Implemented Interfaces:
PixelmonPacket

public class UpdateTrainerPartyPacketPacket extends UpdateEditedPartyPacket
Updates an NPC Trainer's party server-side.
  • Constructor Details

    • UpdateTrainerPartyPacketPacket

      public UpdateTrainerPartyPacketPacket()
      Empty constructor for packet registration.
    • UpdateTrainerPartyPacketPacket

      public UpdateTrainerPartyPacketPacket(List<Pokemon> party)
      Initializes a packet.
      Parameters:
      party - The NPC Trainer's party Pokémon.
  • Method Details