Package net.minecraft
Record Class class_11427
java.lang.Object
java.lang.Record
net.minecraft.class_11427
- Record Components:
common-inputs-actions-
- All Implemented Interfaces:
class_11419,class_11423
public record class_11427(class_11417 common, List<class_11423.class_11424> inputs, List<class_11423.class_11425> actions)
extends Record
implements class_11423
- Mappings:
Namespace Name named net/minecraft/class_11427intermediary net/minecraft/class_11427official arxnamed commonintermediary comp_4305official gnamed inputsintermediary comp_4318official hnamed actionsintermediary comp_4319official i
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.class_11423
class_11423.class_11424, class_11423.class_11425 -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<class_11423.class_11425> The field for theactionsrecord component.private final class_11417The field for thecommonrecord component.static final com.mojang.serialization.MapCodec<class_11427> private final List<class_11423.class_11424> The field for theinputsrecord component.Fields inherited from interface net.minecraft.class_11419
field_60620, field_60621, field_60622, field_60623, field_60624 -
Constructor Summary
ConstructorsConstructorDescriptionclass_11427(class_11417 class_11417, List<class_11423.class_11424> list, List<class_11423.class_11425> list2) -
Method Summary
Modifier and TypeMethodDescriptionactions()Returns the value of theactionsrecord component.common()Returns the value of thecommonrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.inputs()Returns the value of theinputsrecord component.com.mojang.serialization.MapCodec<class_11427> final StringtoString()Returns a string representation of this record class.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.class_11423
onCancel
-
Field Details
-
common
The field for thecommonrecord component. -
inputs
The field for theinputsrecord component. -
actions
The field for theactionsrecord component. -
field_60632
- Mappings:
Namespace Name Mixin selector named field_60632Lnet/minecraft/class_11427;field_60632:Lcom/mojang/serialization/MapCodec;intermediary field_60632Lnet/minecraft/class_11427;field_60632:Lcom/mojang/serialization/MapCodec;official aLarx;a:Lcom/mojang/serialization/MapCodec;
-
-
Constructor Details
-
class_11427
public class_11427(class_11417 class_11417, List<class_11423.class_11424> list, List<class_11423.class_11425> list2)
-
-
Method Details
-
method_71692
- Specified by:
method_71692in interfaceclass_11419- Specified by:
method_71692in interfaceclass_11423- Mappings:
Namespace Name Mixin selector named method_71692Lnet/minecraft/class_11419;method_71692()Lcom/mojang/serialization/MapCodec;intermediary method_71692Lnet/minecraft/class_11419;method_71692()Lcom/mojang/serialization/MapCodec;official aLarr;a()Lcom/mojang/serialization/MapCodec;
-
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). -
common
Returns the value of thecommonrecord component.- Specified by:
commonin interfaceclass_11419- Returns:
- the value of the
commonrecord component
-
inputs
Returns the value of theinputsrecord component.- Returns:
- the value of the
inputsrecord component
-
actions
Returns the value of theactionsrecord component.- Returns:
- the value of the
actionsrecord component
-