Package net.minecraft.util.dynamic
Record Class Codecs.StrictUnboundedMapCodec<K,V>
java.lang.Object
java.lang.Record
net.minecraft.util.dynamic.Codecs.StrictUnboundedMapCodec<K,V>
- Record Components:
keyCodec
-elementCodec
-
- All Implemented Interfaces:
com.mojang.serialization.Codec<Map<K,
,V>> com.mojang.serialization.codecs.BaseMapCodec<K,
,V> com.mojang.serialization.Decoder<Map<K,
,V>> com.mojang.serialization.Encoder<Map<K,
V>>
- Enclosing class:
Codecs
public static record Codecs.StrictUnboundedMapCodec<K,V> (com.mojang.serialization.Codec<K> keyCodec, com.mojang.serialization.Codec<V> elementCodec)
extends Record
implements com.mojang.serialization.Codec<Map<K,V>>, com.mojang.serialization.codecs.BaseMapCodec<K,V>
- Mappings:
Namespace Name official atw$e
intermediary net/minecraft/class_5699$class_8783
named net/minecraft/util/dynamic/Codecs$StrictUnboundedMapCodec
official a
intermediary a
named keyCodec
official b
intermediary b
named elementCodec
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.mojang.serialization.Codec
com.mojang.serialization.Codec.ResultFunction<A>
Nested classes/interfaces inherited from interface com.mojang.serialization.Decoder
com.mojang.serialization.Decoder.Boxed<A>, com.mojang.serialization.Decoder.Simple<A>, com.mojang.serialization.Decoder.Terminal<A>
-
Field Summary
Modifier and TypeFieldDescriptionprivate final com.mojang.serialization.Codec<V>
The field for theelementCodec
record component.private final com.mojang.serialization.Codec<K>
The field for thekeyCodec
record component.Fields inherited from interface com.mojang.serialization.Codec
BOOL, BYTE, BYTE_BUFFER, DOUBLE, EMPTY, FLOAT, INT, INT_STREAM, LONG, LONG_STREAM, PASSTHROUGH, SHORT, STRING
-
Constructor Summary
ConstructorDescriptionStrictUnboundedMapCodec
(com.mojang.serialization.Codec<K> keyCodec, com.mojang.serialization.Codec<V> elementCodec) Creates an instance of aStrictUnboundedMapCodec
record class. -
Method Summary
Modifier and TypeMethodDescriptiondecode
(com.mojang.serialization.DynamicOps<T> ops, com.mojang.serialization.MapLike<T> input) decode
(com.mojang.serialization.DynamicOps<T> ops, T input) com.mojang.serialization.Codec<V>
Returns the value of theelementCodec
record component.<T> com.mojang.serialization.DataResult<T>
final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.com.mojang.serialization.Codec<K>
keyCodec()
Returns the value of thekeyCodec
record component.toString()
Returns a string representation of this record class.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.mojang.serialization.codecs.BaseMapCodec
encode
Methods inherited from interface com.mojang.serialization.Codec
comapFlatMap, deprecated, dispatch, dispatch, dispatchMap, dispatchMap, dispatchStable, fieldOf, flatComapMap, flatXmap, listOf, mapResult, optionalFieldOf, optionalFieldOf, optionalFieldOf, optionalFieldOf, orElse, orElse, orElse, orElseGet, orElseGet, orElseGet, partialDispatch, promotePartial, stable, withLifecycle, xmap
Methods inherited from interface com.mojang.serialization.Decoder
boxed, decode, flatMap, map, parse, parse, simple, terminal
Methods inherited from interface com.mojang.serialization.Encoder
comap, encodeStart, flatComap
-
Field Details
-
keyCodec
The field for thekeyCodec
record component. -
elementCodec
The field for theelementCodec
record component.
-
-
Constructor Details
-
StrictUnboundedMapCodec
public StrictUnboundedMapCodec(com.mojang.serialization.Codec<K> keyCodec, com.mojang.serialization.Codec<V> elementCodec) Creates an instance of aStrictUnboundedMapCodec
record class.- Parameters:
keyCodec
- the value for thekeyCodec
record componentelementCodec
- the value for theelementCodec
record component
-
-
Method Details
-
decode
public <T> com.mojang.serialization.DataResult<Map<K,V>> decode(com.mojang.serialization.DynamicOps<T> ops, com.mojang.serialization.MapLike<T> input) - Specified by:
decode
in interfacecom.mojang.serialization.codecs.BaseMapCodec<K,
V> - Mappings:
Namespace Name Mixin selector official decode
Latw$e;decode(Lcom/mojang/serialization/DynamicOps;Lcom/mojang/serialization/MapLike;)Lcom/mojang/serialization/DataResult;
intermediary decode
Lnet/minecraft/class_5699$class_8783;decode(Lcom/mojang/serialization/DynamicOps;Lcom/mojang/serialization/MapLike;)Lcom/mojang/serialization/DataResult;
named decode
Lnet/minecraft/util/dynamic/Codecs$StrictUnboundedMapCodec;decode(Lcom/mojang/serialization/DynamicOps;Lcom/mojang/serialization/MapLike;)Lcom/mojang/serialization/DataResult;
-
decode
public <T> com.mojang.serialization.DataResult<com.mojang.datafixers.util.Pair<Map<K,V>, decodeT>> (com.mojang.serialization.DynamicOps<T> ops, T input) - Specified by:
decode
in interfacecom.mojang.serialization.Decoder<K>
- Mappings:
Namespace Name Mixin selector official decode
Latw$e;decode(Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Lcom/mojang/serialization/DataResult;
intermediary decode
Lnet/minecraft/class_5699$class_8783;decode(Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Lcom/mojang/serialization/DataResult;
named decode
Lnet/minecraft/util/dynamic/Codecs$StrictUnboundedMapCodec;decode(Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Lcom/mojang/serialization/DataResult;
-
encode
public <T> com.mojang.serialization.DataResult<T> encode(Map<K, V> map, com.mojang.serialization.DynamicOps<T> dynamicOps, T t) - Specified by:
encode
in interfacecom.mojang.serialization.Encoder<K>
- Mappings:
Namespace Name Mixin selector official a
Latw$e;a(Ljava/util/Map;Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Lcom/mojang/serialization/DataResult;
intermediary method_53708
Lnet/minecraft/class_5699$class_8783;method_53708(Ljava/util/Map;Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Lcom/mojang/serialization/DataResult;
named encode
Lnet/minecraft/util/dynamic/Codecs$StrictUnboundedMapCodec;encode(Ljava/util/Map;Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Lcom/mojang/serialization/DataResult;
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object)
. -
keyCodec
Returns the value of thekeyCodec
record component. -
elementCodec
Returns the value of theelementCodec
record component.- Specified by:
elementCodec
in interfacecom.mojang.serialization.codecs.BaseMapCodec<K,
V> - Returns:
- the value of the
elementCodec
record component
-