Uses of Interface
com.mojang.serialization.MapLike
Packages that use MapLike
Package
Description
-
Uses of MapLike in com.mojang.serialization
Fields in com.mojang.serialization declared as MapLikeMethods in com.mojang.serialization that return MapLikeModifier and TypeMethodDescriptionstatic <T> MapLike<T> MapLike.empty()static <T> MapLike<T> MapLike.forMap(Map<T, T> map, DynamicOps<T> ops) Methods in com.mojang.serialization that return types with arguments of type MapLikeModifier and TypeMethodDescriptiondefault DataResult<MapLike<T>> DataResult<MapLike<com.google.gson.JsonElement>> JsonOps.getMap(com.google.gson.JsonElement input) Methods in com.mojang.serialization with parameters of type MapLikeModifier and TypeMethodDescription<T> DataResult<A> MapCodec.ResultFunction.apply(DynamicOps<T> ops, MapLike<T> input, DataResult<A> a) <T> DataResult<O> MapCodec.Dependent.decode(DynamicOps<T> ops, MapLike<T> input) <T> DataResult<A> MapCodec.RecursiveMapCodec.decode(DynamicOps<T> ops, MapLike<T> input) <T> DataResult<A> MapDecoder.decode(DynamicOps<T> ops, MapLike<T> input) JavaOps.mapLikeToMap(MapLike<Object> values) default DataResult<T> DynamicOps.mergeToMap(T map, MapLike<T> values) JavaOps.mergeToMap(Object input, MapLike<Object> values) DataResult<com.google.gson.JsonElement> JsonOps.mergeToMap(com.google.gson.JsonElement map, MapLike<com.google.gson.JsonElement> values) -
Uses of MapLike in com.mojang.serialization.codecs
Methods in com.mojang.serialization.codecs with parameters of type MapLikeModifier and TypeMethodDescriptiondefault <T> DataResult<Map<K, V>> BaseMapCodec.decode(DynamicOps<T> ops, MapLike<T> input) <T> DataResult<Either<F, S>> EitherMapCodec.decode(DynamicOps<T> ops, MapLike<T> input) <T> DataResult<A> FieldDecoder.decode(DynamicOps<T> ops, MapLike<T> input) <T> DataResult<V> KeyDispatchCodec.decode(DynamicOps<T> ops, MapLike<T> input) <T> DataResult<Optional<A>> OptionalFieldCodec.decode(DynamicOps<T> ops, MapLike<T> input) <T> DataResult<Pair<F, S>> PairMapCodec.decode(DynamicOps<T> ops, MapLike<T> input) <T> DataResult<Map<K, V>> SimpleMapCodec.decode(DynamicOps<T> ops, MapLike<T> input) -
Uses of MapLike in net.minecraft.nbt
Methods in net.minecraft.nbt that return types with arguments of type MapLikeMethods in net.minecraft.nbt with parameters of type MapLike -
Uses of MapLike in net.minecraft.network.chat
Methods in net.minecraft.network.chat with parameters of type MapLikeModifier and TypeMethodDescription<S> DataResult<T> ComponentSerialization.FuzzyCodec.decode(DynamicOps<S> ops, MapLike<S> input) <O> DataResult<T> ComponentSerialization.StrictEither.decode(DynamicOps<O> ops, MapLike<O> input) -
Uses of MapLike in net.minecraft.resources
Methods in net.minecraft.resources that return types with arguments of type MapLikeMethods in net.minecraft.resources with parameters of type MapLike -
Uses of MapLike in net.minecraft.util
Fields in net.minecraft.util declared as MapLikeMethods in net.minecraft.util that return types with arguments of type MapLikeModifier and TypeMethodDescriptionDataResult<MapLike<com.google.common.hash.HashCode>> HashOps.getMap(com.google.common.hash.HashCode input) Methods in net.minecraft.util with parameters of type MapLikeModifier and TypeMethodDescription<T> DataResult<Map<K, V>> ExtraCodecs.StrictUnboundedMapCodec.decode(DynamicOps<T> ops, MapLike<T> input) DataResult<com.google.common.hash.HashCode> HashOps.mergeToMap(com.google.common.hash.HashCode prefix, MapLike<com.google.common.hash.HashCode> values) NullOps.mergeToMap(Unit input, MapLike<Unit> values) -
Uses of MapLike in net.neoforged.neoforge.common
Methods in net.neoforged.neoforge.common with parameters of type MapLikeModifier and TypeMethodDescription<T> DataResult<Map<K, V>> LenientUnboundedMapCodec.decode(DynamicOps<T> ops, MapLike<T> input) -
Uses of MapLike in net.neoforged.neoforge.common.util
Methods in net.neoforged.neoforge.common.util with parameters of type MapLikeModifier and TypeMethodDescription<T1> DataResult<T> NeoForgeExtraCodecs.AlternativeMapCodec.decode(DynamicOps<T1> ops, MapLike<T1> input) <T> DataResult<Either<F, S>> NeoForgeExtraCodecs.XorMapCodec.decode(DynamicOps<T> ops, MapLike<T> input)