Package com.hypixel.hytale.codec
Interface RawJsonInheritCodec<T>
- All Superinterfaces:
RawJsonCodec<T>
- All Known Subinterfaces:
AssetCodec<K,,T> InheritCodec<T>
- All Known Implementing Classes:
ACodecMapCodec,AssetBuilderCodec,AssetCodecMapCodec,BuilderCodec,BuilderCodecMapCodec,CodecMapCodec,ObjectCodecMapCodec,StringCodecMapCodec
-
Method Summary
Modifier and TypeMethodDescriptiondecodeAndInheritJson(RawJsonReader var1, T var2, ExtraInfo var3) voiddecodeAndInheritJson(RawJsonReader var1, T var2, T var3, ExtraInfo var4) Methods inherited from interface com.hypixel.hytale.codec.RawJsonCodec
decodeJson, decodeJson
-
Method Details
-
decodeAndInheritJson
- Throws:
IOException
-
decodeAndInheritJson
- Throws:
IOException
-