Package net.minecraft
Record Class class_6686.class_6707
java.lang.Object
java.lang.Record
net.minecraft.class_6686.class_6707
- Record Components:
target-
- All Implemented Interfaces:
Function<class_6686.class_6694,,class_6686.class_6692> class_6686.class_6693
- Enclosing class:
- class_6686
private static record class_6686.class_6707(class_6686.class_6693 target)
extends Record
implements class_6686.class_6693
- Mappings:
Namespace Name official csv$mintermediary net/minecraft/class_6686$class_6707named net/minecraft/class_6686$class_6707official bintermediary comp_207named target
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final com.mojang.serialization.Codec<class_6686.class_6707>private final class_6686.class_6693The field for thetargetrecord component.Fields inherited from interface net.minecraft.class_6686.class_6693
field_35232 -
Constructor Summary
Constructors -
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.com.mojang.serialization.Codec<? extends class_6686.class_6693>target()Returns the value of thetargetrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
target
The field for thetargetrecord component. -
field_35251
- Mappings:
Namespace Name Mixin selector official cLcsv$m;c:Lcom/mojang/serialization/Codec;intermediary field_35251Lnet/minecraft/class_6686$class_6707;field_35251:Lcom/mojang/serialization/Codec;named field_35251Lnet/minecraft/class_6686$class_6707;field_35251:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_6707
class_6707(class_6686.class_6693 class_6693)
-
-
Method Details
-
method_39064
- Specified by:
method_39064in interfaceclass_6686.class_6693- Mappings:
Namespace Name Mixin selector official aLcsv$e;a()Lcom/mojang/serialization/Codec;intermediary method_39064Lnet/minecraft/class_6686$class_6693;method_39064()Lcom/mojang/serialization/Codec;named method_39064Lnet/minecraft/class_6686$class_6693;method_39064()Lcom/mojang/serialization/Codec;
-
apply
- Specified by:
applyin interfaceFunction<class_6686.class_6694,class_6686.class_6692> - Mappings:
Namespace Name Mixin selector official aLcsv$m;a(Lcsv$f;)Lcsv$d;intermediary method_39084Lnet/minecraft/class_6686$class_6707;method_39084(Lnet/minecraft/class_6686$class_6694;)Lnet/minecraft/class_6686$class_6692;named applyLnet/minecraft/class_6686$class_6707;apply(Lnet/minecraft/class_6686$class_6694;)Lnet/minecraft/class_6686$class_6692;
-
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). -
target
Returns the value of thetargetrecord component.- Returns:
- the value of the
targetrecord component
-