Class Token
java.lang.Object
me.c7dev.dexterity.displays.schematics.token.Token
- Direct Known Subclasses:
CharToken
,DoubleToken
,StringToken
Saves a particular attribute of the DexterityDisplay
Can be reused in multiple DexBlocks that share the same type invalid input: '&' value token attribute
Each token is then given a BinaryTag in the Huffman coding step
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Token
-
-
Method Details
-
createToken
-
getUniqueId
-
equals
-
hashCode
-
getValue
-
getTag
-
getType
-
setTag
-
getDepth
public int getDepth() -
setDepth
public void setDepth(int d) -
toString
-