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 - exe$e- named - value- intermediary - comp_2651- official - a- named - operation- intermediary - comp_2652- official - b
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic <T> com.mojang.serialization.Codec<ListOperation.Values<T>> createCodec(com.mojang.serialization.Codec<T> codec, int maxSize) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of theoperationrecord component.final StringtoString()Returns a string representation of this record class.value()Returns the value of thevaluerecord component.
- 
Field Details
- 
Constructor Details- 
Values
 
- 
- 
Method Details- 
createCodecpublic 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- Lexe$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- Lexe$e;a(Ljava/util/List;)Ljava/util/List;
 
- 
toStringReturns 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.
- 
hashCodepublic 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.
- 
equalsIndicates 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).
- 
valueReturns the value of thevaluerecord component.- Returns:
- the value of the valuerecord component
 
- 
operationReturns the value of theoperationrecord component.- Returns:
- the value of the operationrecord component
 
 
-