Enum Class PacketType.Login.Server

java.lang.Object
java.lang.Enum<PacketType.Login.Server>
com.github.retrooper.packetevents.protocol.packettype.PacketType.Login.Server
All Implemented Interfaces:
ClientBoundPacket, PacketTypeCommon, PacketTypeConstant, Serializable, Comparable<PacketType.Login.Server>, Constable
Enclosing class:
PacketType.Login

public static enum PacketType.Login.Server extends Enum<PacketType.Login.Server> implements PacketTypeConstant, ClientBoundPacket
  • Enum Constant Details

  • Method Details

    • values

      public static PacketType.Login.Server[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static PacketType.Login.Server valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getById

      @Nullable public static @Nullable PacketTypeCommon getById(int packetID)
    • getId

      public int getId()
      Specified by:
      getId in interface PacketTypeConstant
    • getSide

      public PacketSide getSide()
      Specified by:
      getSide in interface PacketTypeCommon