Class BuilderCodec<T>

java.lang.Object
com.hypixel.hytale.codec.builder.BuilderCodec<T>
All Implemented Interfaces:
Codec<T>, DirectDecodeCodec<T>, InheritCodec<T>, RawJsonCodec<T>, RawJsonInheritCodec<T>, SchemaConvertable<T>, ValidatableCodec<T>
Direct Known Subclasses:
AssetBuilderCodec

public class BuilderCodec<T> extends Object implements Codec<T>, DirectDecodeCodec<T>, RawJsonCodec<T>, InheritCodec<T>, ValidatableCodec<T>