Package net.minecraft.command
Record Class ExecutionFlags
java.lang.Object
java.lang.Record
net.minecraft.command.ExecutionFlags
- Record Components:
- flags-
- Mappings:
- Namespace - Name - named - net/minecraft/command/ExecutionFlags- intermediary - net/minecraft/class_8936- official - hs- named - flags- intermediary - comp_2020- official - b
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final byteThe field for theflagsrecord component.private static final bytestatic final ExecutionFlagsprivate static final byte
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.byteflags()Returns the value of theflagsrecord component.final inthashCode()Returns a hash code value for this object.booleanbooleanisSilent()private ExecutionFlagsset(byte flag) final StringtoString()Returns a string representation of this record class.
- 
Field Details- 
flagsprivate final byte flagsThe field for theflagsrecord component.
- 
NONE- Mappings:
- Namespace - Name - Mixin selector - named - NONE- Lnet/minecraft/command/ExecutionFlags;NONE:Lnet/minecraft/command/ExecutionFlags;- intermediary - field_47160- Lnet/minecraft/class_8936;field_47160:Lnet/minecraft/class_8936;- official - a- Lhs;a:Lhs;
 
- 
SILENTprivate static final byte SILENT- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - SILENT- Lnet/minecraft/command/ExecutionFlags;SILENT:B- intermediary - field_47161- Lnet/minecraft/class_8936;field_47161:B- official - c- Lhs;c:B
 
- 
INSIDE_RETURN_RUNprivate static final byte INSIDE_RETURN_RUN- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - INSIDE_RETURN_RUN- Lnet/minecraft/command/ExecutionFlags;INSIDE_RETURN_RUN:B- intermediary - field_47162- Lnet/minecraft/class_8936;field_47162:B- official - d- Lhs;d:B
 
 
- 
- 
Constructor Details- 
ExecutionFlagspublic ExecutionFlags(byte byte2) 
 
- 
- 
Method Details- 
set- Mappings:
- Namespace - Name - Mixin selector - named - set- Lnet/minecraft/command/ExecutionFlags;set(B)Lnet/minecraft/command/ExecutionFlags;- intermediary - method_54885- Lnet/minecraft/class_8936;method_54885(B)Lnet/minecraft/class_8936;- official - a- Lhs;a(B)Lhs;
 
- 
isSilentpublic boolean isSilent()- Mappings:
- Namespace - Name - Mixin selector - named - isSilent- Lnet/minecraft/command/ExecutionFlags;isSilent()Z- intermediary - method_54884- Lnet/minecraft/class_8936;method_54884()Z- official - a- Lhs;a()Z
 
- 
setSilent- Mappings:
- Namespace - Name - Mixin selector - named - setSilent- Lnet/minecraft/command/ExecutionFlags;setSilent()Lnet/minecraft/command/ExecutionFlags;- intermediary - method_54886- Lnet/minecraft/class_8936;method_54886()Lnet/minecraft/class_8936;- official - b- Lhs;b()Lhs;
 
- 
isInsideReturnRunpublic boolean isInsideReturnRun()- Mappings:
- Namespace - Name - Mixin selector - named - isInsideReturnRun- Lnet/minecraft/command/ExecutionFlags;isInsideReturnRun()Z- intermediary - method_54887- Lnet/minecraft/class_8936;method_54887()Z- official - c- Lhs;c()Z
 
- 
setInsideReturnRun- Mappings:
- Namespace - Name - Mixin selector - named - setInsideReturnRun- Lnet/minecraft/command/ExecutionFlags;setInsideReturnRun()Lnet/minecraft/command/ExecutionFlags;- intermediary - method_54888- Lnet/minecraft/class_8936;method_54888()Lnet/minecraft/class_8936;- official - d- Lhs;d()Lhs;
 
- 
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 with '=='.
- 
flagspublic byte flags()Returns the value of theflagsrecord component.- Returns:
- the value of the flagsrecord component
 
 
-