Class MapDecoder.Implementation<A>
java.lang.Object
com.mojang.serialization.CompressorHolder
com.mojang.serialization.MapDecoder.Implementation<A>
- All Implemented Interfaces:
Compressable, Keyable, MapDecoder<A>
- Direct Known Subclasses:
FieldDecoder
- Enclosing interface:
MapDecoder<A>
public abstract static class MapDecoder.Implementation<A>
extends CompressorHolder
implements MapDecoder<A>
-
Nested Class Summary
Nested classes/interfaces inherited from interface MapDecoder
MapDecoder.Implementation<A> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CompressorHolder
compressorMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface MapDecoder
ap, compressedDecode, compressor, decode, decoder, flatMap, map, withLifecycle
-
Constructor Details
-
Implementation
public Implementation()
-