Class ValueCodec<T>
java.lang.Object
com.hypixel.hytale.server.core.ui.ValueCodec<T>
- All Implemented Interfaces:
Codec<Value<T>>,RawJsonCodec<Value<T>>,SchemaConvertable<Value<T>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ValueCodec<Integer> static final ValueCodec<LocalizableString> static final ValueCodec<PatchStyle> static final ValueCodec<Object> static final ValueCodec<String> 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, LOG_LEVEL, LONG, LONG_ARRAY, PATH, SHORT, STRING_ARRAY, UUID_BINARY, UUID_STRING -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hypixel.hytale.codec.Codec
decode, decodeJson, encodeMethods inherited from interface com.hypixel.hytale.codec.RawJsonCodec
decodeJsonMethods inherited from interface com.hypixel.hytale.codec.schema.SchemaConvertable
toSchema