Uses of Interface
com.mojang.serialization.MapDecoder
Packages that use MapDecoder
Package
Description
-
Uses of MapDecoder in com.mojang.serialization
Classes in com.mojang.serialization that implement MapDecoderModifier and TypeClassDescriptionclassMapCodec<A>private static classMapCodec.Dependent<O,E> private static classstatic classMethods in com.mojang.serialization that return MapDecoderModifier and TypeMethodDescriptiondefault <E> MapDecoder<E> MapDecoder.ap(MapDecoder<Function<? super A, ? extends E>> decoder) default MapDecoder<A> default <B> MapDecoder<B> MapDecoder.flatMap(Function<? super A, ? extends DataResult<? extends B>> function) default <B> MapDecoder<B> static <A> MapDecoder<A> Decoder.unit(A instance) static <A> MapDecoder<A> default MapDecoder<A> MapDecoder.withLifecycle(Lifecycle lifecycle) Methods in com.mojang.serialization with parameters of type MapDecoderModifier and TypeMethodDescriptiondefault <E> MapDecoder<E> MapDecoder.ap(MapDecoder<Function<? super A, ? extends E>> decoder) static <A> MapCodec<A> Codec.of(MapEncoder<A> encoder, MapDecoder<A> decoder) static <A> MapCodec<A> Codec.of(MapEncoder<A> encoder, MapDecoder<A> decoder, Supplier<String> name) static <A> MapCodec<A> MapCodec.of(MapEncoder<A> encoder, MapDecoder<A> decoder) static <A> MapCodec<A> MapCodec.of(MapEncoder<A> encoder, MapDecoder<A> decoder, Supplier<String> name) -
Uses of MapDecoder in com.mojang.serialization.codecs
Classes in com.mojang.serialization.codecs that implement MapDecoderModifier and TypeClassDescriptionfinal classEitherMapCodec<F,S> final classFieldDecoder<A>classKeyDispatchCodec<K,V> classOptimization of `Codec.either(someCodec.field(name), Codec.EMPTY)`final classPairMapCodec<F,S> final classSimpleMapCodec<K,V> Key and value decoded independently, statically known set of keysFields in com.mojang.serialization.codecs declared as MapDecoderFields in com.mojang.serialization.codecs with type parameters of type MapDecoderModifier and TypeFieldDescriptionprivate final Function<? super K, ? extends DataResult<? extends MapDecoder<? extends V>>> KeyDispatchCodec.decoderConstructors in com.mojang.serialization.codecs with parameters of type MapDecoderModifierConstructorDescriptionprivateRecordCodecBuilder(Function<O, F> getter, Function<O, MapEncoder<F>> encoder, MapDecoder<F> decoder) -
Uses of MapDecoder in net.minecraft.network.chat
Classes in net.minecraft.network.chat that implement MapDecoderModifier and TypeClassDescriptionprivate static classprivate static class -
Uses of MapDecoder in net.neoforged.neoforge.common.util
Classes in net.neoforged.neoforge.common.util that implement MapDecoderModifier and TypeClassDescriptionprivate static classprivate static final class