Record Class ExtraCodecs.StrictUnboundedMapCodec<K,V>
java.lang.Object
java.lang.Record
net.minecraft.util.ExtraCodecs.StrictUnboundedMapCodec<K,V>
- 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:
ExtraCodecs
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.mojang.serialization.Codec
com.mojang.serialization.Codec.RecursiveCodec<T>, 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
FieldsModifier and TypeFieldDescriptionprivate final com.mojang.serialization.Codec<V> The field for theelementCodecrecord component.private final com.mojang.serialization.Codec<K> The field for thekeyCodecrecord 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
ConstructorsConstructorDescriptionStrictUnboundedMapCodec(com.mojang.serialization.Codec<K> keyCodec, com.mojang.serialization.Codec<V> elementCodec) Creates an instance of aStrictUnboundedMapCodecrecord 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 theelementCodecrecord component.<T> com.mojang.serialization.DataResult<T> final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.com.mojang.serialization.Codec<K> keyCodec()Returns the value of thekeyCodecrecord component.toString()Returns a string representation of this record class.Methods inherited from interface com.mojang.serialization.codecs.BaseMapCodec
encodeMethods inherited from interface com.mojang.serialization.Codec
comapFlatMap, deprecated, dispatch, dispatch, dispatchMap, dispatchMap, dispatchStable, fieldOf, flatComapMap, flatXmap, lenientOptionalFieldOf, lenientOptionalFieldOf, lenientOptionalFieldOf, lenientOptionalFieldOf, listOf, listOf, mapResult, optionalFieldOf, optionalFieldOf, optionalFieldOf, optionalFieldOf, orElse, orElse, orElse, orElseGet, orElseGet, orElseGet, partialDispatch, promotePartial, sizeLimitedListOf, stable, validate, withAlternative, withAlternative, withLifecycle, xmapMethods inherited from interface com.mojang.serialization.Decoder
boxed, decode, flatMap, map, parse, parse, simple, terminalMethods inherited from interface com.mojang.serialization.Encoder
comap, encodeStart, flatComap
-
Field Details
-
keyCodec
The field for thekeyCodecrecord component. -
elementCodec
The field for theelementCodecrecord component.
-
-
Constructor Details
-
StrictUnboundedMapCodec
public StrictUnboundedMapCodec(com.mojang.serialization.Codec<K> keyCodec, com.mojang.serialization.Codec<V> elementCodec) Creates an instance of aStrictUnboundedMapCodecrecord class.- Parameters:
keyCodec- the value for thekeyCodecrecord componentelementCodec- the value for theelementCodecrecord component
-
-
Method Details
-
decode
-
decode
-
encode
-
toString
-
hashCode
-
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
-
elementCodec
-