JavaScript is disabled on your browser.
Description
Nested Class Summary
Field Summary
Method Summary
Field Details
NBT
JSON
JAVA
CRC32_HASH
Method Details
createNull()
getBoolean(D)
createBoolean(boolean)
getByte(D)
createByte(byte)
getShort(D)
createShort(short)
getInt(D)
createInt(int)
getLong(D)
createLong(long)
getFloat(D)
createFloat(float)
getDouble(D)
createDouble(double)
getString(D)
createString(String)
getList(D)
emptyList()
createList(int)
getMap(D)
emptyMap()
createMap()
getByteArray(D)
createByteArray(byte[])
getIntArray(D)
createIntArray(int[])
getLongArray(D)
createLongArray(long[])
convertTo(Transcoder, D)
Nested Class Summary
Nested Classes
static interface
List builders are used to eventually build a list.
static interface
Map builders are used to eventually build a map
They are considered mutable containers, but provide builder semantics.
static interface
Represents an immutable
Map like object.
Method Summary
All Methods Instance Methods Abstract Methods Default Methods
Converts the current intermediary of
D into intermediary
O
Creates a boolean representation of
D
Creates a byte representation of
D
Creates a
byte[] representation of
D
Creates a float representation of
D
Creates a float representation of
D
Creates an int representation of
D
Creates a
int[] representation of
D
Creates a long representation of
D
Creates a
long[] representation of
D
Creates a null representation of
D
Creates a short representation of
D
Creates a string representation of
D
A empty list intermediary
Attempts to unwrap a boolean from the value
D
Attempts to unwrap a byte from the value
D
Attempts to unwrap a
byte[] from the value
D
Attempts to unwrap a double from the value
D
Attempts to unwrap a float from the value
D
Attempts to unwrap an int from the value
D
Attempts to unwrap a
int[] from the value
D
Attempts to unwrap a list from the value
D
The
List decoded possibly has more of
D contained inside.
Attempts to unwrap a long from the value
D
Attempts to unwrap a
long[] from the value
D
Attempts to unwrap a map from the value
D
The
Transcoder.MapLike decoded possibly has more of
D contained inside.
Attempts to unwrap a short from the value
D
Attempts to unwrap a string from the value
D