Package net.minecraft.util.collection
Record Class ListOperation.Values<T>
java.lang.Object
java.lang.Record
net.minecraft.util.collection.ListOperation.Values<T>
- Record Components:
value
-operation
-
- Enclosing interface:
ListOperation
- Mappings:
Namespace Name named net/minecraft/util/collection/ListOperation$Values
intermediary net/minecraft/class_9368$class_9677
official erv$e
named value
intermediary comp_2651
official a
named operation
intermediary comp_2652
official b
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> com.mojang.serialization.Codec
<ListOperation.Values<T>> createCodec
(com.mojang.serialization.Codec<T> codec, int maxSize) final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.Returns the value of theoperation
record component.final String
toString()
Returns a string representation of this record class.value()
Returns the value of thevalue
record component.
-
Field Details
-
Constructor Details
-
Values
-
-
Method Details
-
createCodec
public static <T> com.mojang.serialization.Codec<ListOperation.Values<T>> createCodec(com.mojang.serialization.Codec<T> codec, int maxSize) - Mappings:
Namespace Name Mixin selector named createCodec
Lnet/minecraft/util/collection/ListOperation$Values;createCodec(Lcom/mojang/serialization/Codec;I)Lcom/mojang/serialization/Codec;
intermediary method_59828
Lnet/minecraft/class_9368$class_9677;method_59828(Lcom/mojang/serialization/Codec;I)Lcom/mojang/serialization/Codec;
official a
Lerv$e;a(Lcom/mojang/serialization/Codec;I)Lcom/mojang/serialization/Codec;
-
apply
- Mappings:
Namespace Name Mixin selector named apply
Lnet/minecraft/util/collection/ListOperation$Values;apply(Ljava/util/List;)Ljava/util/List;
intermediary method_59831
Lnet/minecraft/class_9368$class_9677;method_59831(Ljava/util/List;)Ljava/util/List;
official a
Lerv$e;a(Ljava/util/List;)Ljava/util/List;
-
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)
. -
value
Returns the value of thevalue
record component.- Returns:
- the value of the
value
record component
-
operation
Returns the value of theoperation
record component.- Returns:
- the value of the
operation
record component
-