Package net.minecraft
Record Class class_7644<S>
java.lang.Object
java.lang.Record
net.minecraft.class_7644<S>
- Record Components:
arguments-
- Mappings:
Namespace Name official scintermediary net/minecraft/class_7644named net/minecraft/class_7644official aintermediary comp_974named arguments
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<class_7644.class_7645<S>>The field for theargumentsrecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theargumentsrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.static <S> class_7644<S>method_45043(com.mojang.brigadier.ParseResults<S> parseResults) private static <S> List<class_7644.class_7645<S>>method_45044(com.mojang.brigadier.context.CommandContextBuilder<S> commandContextBuilder) booleanmethod_45045(com.mojang.brigadier.tree.CommandNode<?> commandNode) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
arguments
The field for theargumentsrecord component.
-
-
Constructor Details
-
class_7644
-
-
Method Details
-
method_45043
- Mappings:
Namespace Name Mixin selector official aLsc;a(Lcom/mojang/brigadier/ParseResults;)Lsc;intermediary method_45043Lnet/minecraft/class_7644;method_45043(Lcom/mojang/brigadier/ParseResults;)Lnet/minecraft/class_7644;named method_45043Lnet/minecraft/class_7644;method_45043(Lcom/mojang/brigadier/ParseResults;)Lnet/minecraft/class_7644;
-
method_45044
private static <S> List<class_7644.class_7645<S>> method_45044(com.mojang.brigadier.context.CommandContextBuilder<S> commandContextBuilder) - Mappings:
Namespace Name Mixin selector official aLsc;a(Lcom/mojang/brigadier/context/CommandContextBuilder;)Ljava/util/List;intermediary method_45044Lnet/minecraft/class_7644;method_45044(Lcom/mojang/brigadier/context/CommandContextBuilder;)Ljava/util/List;named method_45044Lnet/minecraft/class_7644;method_45044(Lcom/mojang/brigadier/context/CommandContextBuilder;)Ljava/util/List;
-
method_45045
public boolean method_45045(com.mojang.brigadier.tree.CommandNode<?> commandNode) - Mappings:
Namespace Name Mixin selector official aLsc;a(Lcom/mojang/brigadier/tree/CommandNode;)Zintermediary method_45045Lnet/minecraft/class_7644;method_45045(Lcom/mojang/brigadier/tree/CommandNode;)Znamed method_45045Lnet/minecraft/class_7644;method_45045(Lcom/mojang/brigadier/tree/CommandNode;)Z
-
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). -
arguments
Returns the value of theargumentsrecord component.- Returns:
- the value of the
argumentsrecord component
-