Package com.petrolpark.core.codec
Class ContextualFieldDecoder<CONTEXT,A>
java.lang.Object
com.mojang.serialization.CompressorHolder
com.petrolpark.core.codec.ContextualMapDecoder.Implementation<CONTEXT,A>
com.petrolpark.core.codec.ContextualFieldDecoder<CONTEXT,A>
- All Implemented Interfaces:
com.mojang.serialization.Compressable,com.mojang.serialization.Keyable,ContextualMapDecoder<CONTEXT,A>
public final class ContextualFieldDecoder<CONTEXT,A>
extends ContextualMapDecoder.Implementation<CONTEXT,A>
Copy of
FieldDecoder that accepts a context object when decoding-
Nested Class Summary
Nested classes/interfaces inherited from interface com.petrolpark.core.codec.ContextualMapDecoder
ContextualMapDecoder.Implementation<CONTEXT,A> -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionContextualFieldDecoder(String name, ContextualDecoder<CONTEXT, A> elementCodec) -
Method Summary
Methods inherited from class com.mojang.serialization.CompressorHolder
compressorMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.petrolpark.core.codec.ContextualMapDecoder
compressedDecode, compressor, map