Package net.minecraft
Record Class class_10702
java.lang.Object
java.lang.Record
net.minecraft.class_10702
- Record Components:
selectors-
public record class_10702(List<class_10695.class_10696<class_10701,class_10699>> selectors)
extends Record
- Mappings:
Namespace Name named net/minecraft/class_10702intermediary net/minecraft/class_10702official csynamed selectorsintermediary comp_3583official c
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final class_10702static final com.mojang.serialization.Codec<class_10702> private final List<class_10695.class_10696<class_10701, class_10699>> The field for theselectorsrecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.static class_10702method_67170(int int2) static class_10702method_67171(class_10699 class_10699, int int2) Returns the value of theselectorsrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
selectors
The field for theselectorsrecord component. -
field_56285
- Mappings:
Namespace Name Mixin selector named field_56285Lnet/minecraft/class_10702;field_56285:Lnet/minecraft/class_10702;intermediary field_56285Lnet/minecraft/class_10702;field_56285:Lnet/minecraft/class_10702;official aLcsy;a:Lcsy;
-
field_56286
- Mappings:
Namespace Name Mixin selector named field_56286Lnet/minecraft/class_10702;field_56286:Lcom/mojang/serialization/Codec;intermediary field_56286Lnet/minecraft/class_10702;field_56286:Lcom/mojang/serialization/Codec;official bLcsy;b:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_10702
-
-
Method Details
-
method_67171
- Mappings:
Namespace Name Mixin selector named method_67171Lnet/minecraft/class_10702;method_67171(Lnet/minecraft/class_10699;I)Lnet/minecraft/class_10702;intermediary method_67171Lnet/minecraft/class_10702;method_67171(Lnet/minecraft/class_10699;I)Lnet/minecraft/class_10702;official aLcsy;a(Lcsv;I)Lcsy;
-
method_67170
- Mappings:
Namespace Name Mixin selector named method_67170Lnet/minecraft/class_10702;method_67170(I)Lnet/minecraft/class_10702;intermediary method_67170Lnet/minecraft/class_10702;method_67170(I)Lnet/minecraft/class_10702;official aLcsy;a(I)Lcsy;
-
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). -
selectors
Returns the value of theselectorsrecord component.- Returns:
- the value of the
selectorsrecord component
-