Package net.minecraft.command
Record Class MacroInvocation
java.lang.Object
java.lang.Record
net.minecraft.command.MacroInvocation
- Record Components:
- segments-
- variables-
- Mappings:
- Namespace - Name - named - net/minecraft/command/MacroInvocation- intermediary - net/minecraft/class_8873- official - iq- named - segments- intermediary - comp_1996- official - a- named - variables- intermediary - comp_1997- official - b
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.private static booleanisValidMacroName(String name) static MacroInvocationsegments()Returns the value of thesegmentsrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thevariablesrecord component.
- 
Field Details
- 
Constructor Details- 
MacroInvocation
 
- 
- 
Method Details- 
parse- Mappings:
- Namespace - Name - Mixin selector - named - parse- Lnet/minecraft/command/MacroInvocation;parse(Ljava/lang/String;I)Lnet/minecraft/command/MacroInvocation;- intermediary - method_54432- Lnet/minecraft/class_8873;method_54432(Ljava/lang/String;I)Lnet/minecraft/class_8873;- official - a- Liq;a(Ljava/lang/String;I)Liq;
 
- 
isValidMacroName- Mappings:
- Namespace - Name - Mixin selector - named - isValidMacroName- Lnet/minecraft/command/MacroInvocation;isValidMacroName(Ljava/lang/String;)Z- intermediary - method_54431- Lnet/minecraft/class_8873;method_54431(Ljava/lang/String;)Z- official - a- Liq;a(Ljava/lang/String;)Z
 
- 
apply- Mappings:
- Namespace - Name - Mixin selector - named - apply- Lnet/minecraft/command/MacroInvocation;apply(Ljava/util/List;)Ljava/lang/String;- intermediary - method_54433- Lnet/minecraft/class_8873;method_54433(Ljava/util/List;)Ljava/lang/String;- official - a- Liq;a(Ljava/util/List;)Ljava/lang/String;
 
- 
toStringReturns 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.
- 
hashCodepublic 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.
- 
equalsIndicates 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).
- 
segmentsReturns the value of thesegmentsrecord component.- Returns:
- the value of the segmentsrecord component
 
- 
variablesReturns the value of thevariablesrecord component.- Returns:
- the value of the variablesrecord component
 
 
-