Enum Class CommandAPIProtocol

java.lang.Object
java.lang.Enum<CommandAPIProtocol>
dev.jorel.commandapi.network.CommandAPIProtocol
All Implemented Interfaces:
Serializable, Comparable<CommandAPIProtocol>, Constable

public enum CommandAPIProtocol extends Enum<CommandAPIProtocol>
An enum that defines the different channels of the network protocol of the CommandAPI. It handles converting bytes off the network into CommandAPIPackets.