Package com.mojang.serialization
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 com.mojang.serialization.MapDecoder
MapDecoder.Implementation<A>
-
Constructor Summary
-
Method Summary
Methods inherited from class com.mojang.serialization.CompressorHolder
compressor
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.mojang.serialization.MapDecoder
ap, compressedDecode, compressor, decode, decoder, flatMap, map, withLifecycle
-
Constructor Details
-
Implementation
public Implementation()
-