Package com.hypixel.hytale.codec
Interface DirectDecodeCodec<T>
- All Superinterfaces:
Codec<T>,RawJsonCodec<T>,SchemaConvertable<T>
- All Known Implementing Classes:
AssetBuilderCodec,BuilderCodec
-
Field Summary
Fields inherited from interface com.hypixel.hytale.codec.Codec
BASE64_PATTERN, BOOLEAN, BSON_DOCUMENT, BYTE, BYTE_ARRAY, DOUBLE, DOUBLE_ARRAY, DURATION, DURATION_SECONDS, FLOAT, FLOAT_ARRAY, INSTANT, INT_ARRAY, INTEGER, LOG_LEVEL, LONG, LONG_ARRAY, PATH, SHORT, STRING, STRING_ARRAY, UUID_BINARY, UUID_STRING -
Method Summary
Methods inherited from interface com.hypixel.hytale.codec.Codec
decode, decode, decodeJson, encode, encodeMethods inherited from interface com.hypixel.hytale.codec.RawJsonCodec
decodeJsonMethods inherited from interface com.hypixel.hytale.codec.schema.SchemaConvertable
toSchema, toSchema
-
Method Details
-
decode
-