Package net.minecraft
Record Class class_6686.class_6718
java.lang.Object
java.lang.Record
net.minecraft.class_6686.class_6718
- Record Components:
ifTrue-thenRun-
- All Implemented Interfaces:
Function<class_6686.class_6694,,class_6686.class_6715> class_6686.class_6708
- Enclosing class:
- class_6686
private static record class_6686.class_6718(class_6686.class_6693 ifTrue, class_6686.class_6708 thenRun)
extends Record
implements class_6686.class_6708
- Mappings:
Namespace Name official csv$wintermediary net/minecraft/class_6686$class_6718named net/minecraft/class_6686$class_6718official aintermediary comp_215named ifTrueofficial cintermediary comp_216named thenRun
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final com.mojang.serialization.Codec<class_6686.class_6718>private final class_6686.class_6693The field for theifTruerecord component.private final class_6686.class_6708The field for thethenRunrecord component.Fields inherited from interface net.minecraft.class_6686.class_6708
field_35252 -
Constructor Summary
ConstructorsConstructorDescriptionclass_6718(class_6686.class_6693 class_6693, class_6686.class_6708 class_6708) -
Method Summary
Modifier and TypeMethodDescriptionapply(class_6686.class_6694 class_6694) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.ifTrue()Returns the value of theifTruerecord component.com.mojang.serialization.Codec<? extends class_6686.class_6708>thenRun()Returns the value of thethenRunrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
ifTrue
The field for theifTruerecord component. -
thenRun
The field for thethenRunrecord component. -
field_35263
- Mappings:
Namespace Name Mixin selector official dLcsv$w;d:Lcom/mojang/serialization/Codec;intermediary field_35263Lnet/minecraft/class_6686$class_6718;field_35263:Lcom/mojang/serialization/Codec;named field_35263Lnet/minecraft/class_6686$class_6718;field_35263:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_6718
class_6718(class_6686.class_6693 class_6693, class_6686.class_6708 class_6708)
-
-
Method Details
-
method_39061
- Specified by:
method_39061in interfaceclass_6686.class_6708- Mappings:
Namespace Name Mixin selector official aLcsv$n;a()Lcom/mojang/serialization/Codec;intermediary method_39061Lnet/minecraft/class_6686$class_6708;method_39061()Lcom/mojang/serialization/Codec;named method_39061Lnet/minecraft/class_6686$class_6708;method_39061()Lcom/mojang/serialization/Codec;
-
apply
- Specified by:
applyin interfaceFunction<class_6686.class_6694,class_6686.class_6715> - Mappings:
Namespace Name Mixin selector official aLcsv$w;a(Lcsv$f;)Lcsv$t;intermediary method_39095Lnet/minecraft/class_6686$class_6718;method_39095(Lnet/minecraft/class_6686$class_6694;)Lnet/minecraft/class_6686$class_6715;named applyLnet/minecraft/class_6686$class_6718;apply(Lnet/minecraft/class_6686$class_6694;)Lnet/minecraft/class_6686$class_6715;
-
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). -
ifTrue
Returns the value of theifTruerecord component.- Returns:
- the value of the
ifTruerecord component
-
thenRun
Returns the value of thethenRunrecord component.- Returns:
- the value of the
thenRunrecord component
-