Package com.mojang.serialization.codecs
Class FieldDecoder<A>
java.lang.Object
com.mojang.serialization.CompressorHolder
com.mojang.serialization.MapDecoder.Implementation<A>
com.mojang.serialization.codecs.FieldDecoder<A>
- All Implemented Interfaces:
Compressable
,Keyable
,MapDecoder<A>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.mojang.serialization.MapDecoder
MapDecoder.Implementation<A>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T> DataResult<A>
decode
(DynamicOps<T> ops, MapLike<T> input) boolean
int
hashCode()
<T> Stream<T>
keys
(DynamicOps<T> ops) toString()
Methods inherited from class com.mojang.serialization.CompressorHolder
compressor
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.mojang.serialization.MapDecoder
ap, compressedDecode, compressor, decoder, flatMap, map, withLifecycle