Enum Class ProtocolType

java.lang.Object
java.lang.Enum<ProtocolType>
net.minecraft.network.ProtocolType
All Implemented Interfaces:
Serializable, Comparable<ProtocolType>, Constable

public enum ProtocolType extends Enum<ProtocolType>
  • Enum Constant Details

  • Field Details

  • Constructor Details

  • Method Details

    • values

      public static ProtocolType[] 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 ProtocolType 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
    • protocol

      private static ProtocolType.PacketRegistry protocol()
    • getPacketId

      @Nullable public Integer getPacketId(PacketDirection p_179246_1_, IPacket<?> p_179246_2_)
    • createPacket

      @Nullable public IPacket<?> createPacket(PacketDirection p_179244_1_, int p_179244_2_)
    • getId

      public int getId()
    • getById

      @Nullable public static ProtocolType getById(int p_150760_0_)
    • getProtocolForPacket

      public static ProtocolType getProtocolForPacket(IPacket<?> p_150752_0_)