Package net.minecraft
Record Class class_10769.class_10771<K,U,V>
java.lang.Object
java.lang.Record
net.minecraft.class_10769.class_10771<K,U,V>
- Record Components:
operation-keys-values-
- Enclosing class:
class_10769
private static record class_10769.class_10771<K,U,V> (BiFunction<K,U,V> operation, Object[] keys, Object[] values)
extends Record
- Mappings:
Namespace Name named net/minecraft/class_10769$class_10771intermediary net/minecraft/class_10769$class_10771official bsx$bnamed operationintermediary comp_3689official anamed keysintermediary comp_3690official bnamed valuesintermediary comp_3691official c
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionclass_10771(BiFunction<K, U, V> biFunction, int int2) privateclass_10771(BiFunction<K, U, V> biFunction, Object[] object, Object[] object2) -
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.Object[]keys()Returns the value of thekeysrecord component.intvoidmethod_67621(int int2) voidmethod_67622(int int2, K k, U u) voidmethod_67623(int int2, Map<K, V> map) private Kmethod_67624(int int2) private Vmethod_67625(int int2) private Umethod_67626(int int2) BiFunction<K, U, V> Returns the value of theoperationrecord component.final StringtoString()Returns a string representation of this record class.Object[]values()Returns the value of thevaluesrecord component.
-
Field Details
-
Constructor Details
-
class_10771
-
class_10771
-
-
Method Details
-
method_67622
- Mappings:
Namespace Name Mixin selector named method_67622Lnet/minecraft/class_10769$class_10771;method_67622(ILjava/lang/Object;Ljava/lang/Object;)Vintermediary method_67622Lnet/minecraft/class_10769$class_10771;method_67622(ILjava/lang/Object;Ljava/lang/Object;)Vofficial aLbsx$b;a(ILjava/lang/Object;Ljava/lang/Object;)V
-
method_67624
- Mappings:
Namespace Name Mixin selector named method_67624Lnet/minecraft/class_10769$class_10771;method_67624(I)Ljava/lang/Object;intermediary method_67624Lnet/minecraft/class_10769$class_10771;method_67624(I)Ljava/lang/Object;official bLbsx$b;b(I)Ljava/lang/Object;
-
method_67625
- Mappings:
Namespace Name Mixin selector named method_67625Lnet/minecraft/class_10769$class_10771;method_67625(I)Ljava/lang/Object;intermediary method_67625Lnet/minecraft/class_10769$class_10771;method_67625(I)Ljava/lang/Object;official cLbsx$b;c(I)Ljava/lang/Object;
-
method_67626
- Mappings:
Namespace Name Mixin selector named method_67626Lnet/minecraft/class_10769$class_10771;method_67626(I)Ljava/lang/Object;intermediary method_67626Lnet/minecraft/class_10769$class_10771;method_67626(I)Ljava/lang/Object;official dLbsx$b;d(I)Ljava/lang/Object;
-
method_67621
public void method_67621(int int2) - Mappings:
Namespace Name Mixin selector named method_67621Lnet/minecraft/class_10769$class_10771;method_67621(I)Vintermediary method_67621Lnet/minecraft/class_10769$class_10771;method_67621(I)Vofficial aLbsx$b;a(I)V
-
method_67623
- Mappings:
Namespace Name Mixin selector named method_67623Lnet/minecraft/class_10769$class_10771;method_67623(ILjava/util/Map;)Vintermediary method_67623Lnet/minecraft/class_10769$class_10771;method_67623(ILjava/util/Map;)Vofficial aLbsx$b;a(ILjava/util/Map;)V
-
method_67620
public int method_67620()- Mappings:
Namespace Name Mixin selector named method_67620Lnet/minecraft/class_10769$class_10771;method_67620()Iintermediary method_67620Lnet/minecraft/class_10769$class_10771;method_67620()Iofficial aLbsx$b;a()I
-
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). -
operation
Returns the value of theoperationrecord component.- Returns:
- the value of the
operationrecord component
-
keys
Returns the value of thekeysrecord component.- Returns:
- the value of the
keysrecord component
-
values
Returns the value of thevaluesrecord component.- Returns:
- the value of the
valuesrecord component
-