Package com.hypixel.hytale.codec
Interface InheritCodec<T>
- All Superinterfaces:
Codec<T>,RawJsonCodec<T>,RawJsonInheritCodec<T>,SchemaConvertable<T>
- All Known Subinterfaces:
AssetCodec<K,T>
- All Known Implementing Classes:
ACodecMapCodec,AssetBuilderCodec,AssetCodecMapCodec,BuilderCodec,BuilderCodecMapCodec,CodecMapCodec,ObjectCodecMapCodec,StringCodecMapCodec
-
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
Modifier and TypeMethodDescriptiondecodeAndInherit(org.bson.BsonDocument var1, T var2, ExtraInfo var3) voiddecodeAndInherit(org.bson.BsonDocument var1, T var2, T var3, ExtraInfo var4) 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.RawJsonInheritCodec
decodeAndInheritJson, decodeAndInheritJsonMethods inherited from interface com.hypixel.hytale.codec.schema.SchemaConvertable
toSchema, toSchema
-
Method Details
-
decodeAndInherit
-
decodeAndInherit
-