Enum Class SNBTConstants.TokenType

java.lang.Object
java.lang.Enum<SNBTConstants.TokenType>
cn.nukkit.nbt.snbt.SNBTConstants.TokenType
All Implemented Interfaces:
Serializable, Comparable<SNBTConstants.TokenType>, Constable
Enclosing interface:
SNBTConstants

public static enum SNBTConstants.TokenType extends Enum<SNBTConstants.TokenType>
The various token types. The first type EOF and the last type INVALID are auto-generated. They represent the end of input and invalid input respectively.