Class PokemonListPacket

java.lang.Object
com.pixelmonmod.pixelmon.comm.data.AbstractPixelmonPacket
com.pixelmonmod.pixelmon.comm.packetHandlers.PokemonListPacket
All Implemented Interfaces:
PixelmonPacket

public abstract class PokemonListPacket extends AbstractPixelmonPacket
Opens a Pokémon selection list.
  • Field Details

  • Constructor Details

    • PokemonListPacket

      public PokemonListPacket()
    • PokemonListPacket

      public PokemonListPacket(Species... pokemon)
      Initializes a Pokémon list packet.
      Parameters:
      pokemon - The Pokémon in the list.
    • PokemonListPacket

      public PokemonListPacket(Species[] pokemon, String[] forms)
      Initializes a Pokémon list packet.
      Parameters:
      pokemon - The Pokémon in the list.
      forms - The forms of the Pokémon in the list.
    • PokemonListPacket

      public PokemonListPacket(PokemonBase[] pokemon)
      Initializes a Pokémon list packet.
      Parameters:
      pokemon - The Pokémon in the list.
  • Method Details

    • decode

      public void decode(net.minecraft.network.FriendlyByteBuf buffer)
      Description copied from interface: PixelmonPacket
      Decodes the information from the buffer to the packet instance
      Specified by:
      decode in interface PixelmonPacket
      Overrides:
      decode in class AbstractPixelmonPacket
      Parameters:
      buffer - The buffer being decoded
    • encode

      public void encode(net.minecraft.network.FriendlyByteBuf buffer)
      Description copied from interface: PixelmonPacket
      Encodes the buffer with the packet information
      Specified by:
      encode in interface PixelmonPacket
      Overrides:
      encode in class AbstractPixelmonPacket
      Parameters:
      buffer - The buffer being encoded