Package net.minecraft.command
Record Class ExecutionFlags
java.lang.Object
java.lang.Record
net.minecraft.command.ExecutionFlags
- Record Components:
flags-
- Mappings:
Namespace Name official gjintermediary net/minecraft/class_8936named net/minecraft/command/ExecutionFlagsofficial bintermediary comp_2020named flags
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final byteThe field for theflagsrecord component.private static final bytestatic final ExecutionFlagsprivate static final byte -
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
flags
private final byte flagsThe field for theflagsrecord component. -
NONE
- Mappings:
Namespace Name Mixin selector official aLgj;a:Lgj;intermediary field_47160Lnet/minecraft/class_8936;field_47160:Lnet/minecraft/class_8936;named NONELnet/minecraft/command/ExecutionFlags;NONE:Lnet/minecraft/command/ExecutionFlags;
-
SILENT
private static final byte SILENT- See Also:
- Mappings:
Namespace Name Mixin selector official cLgj;c:Bintermediary field_47161Lnet/minecraft/class_8936;field_47161:Bnamed SILENTLnet/minecraft/command/ExecutionFlags;SILENT:B
-
INSIDE_RETURN_RUN
private static final byte INSIDE_RETURN_RUN- See Also:
- Mappings:
Namespace Name Mixin selector official dLgj;d:Bintermediary field_47162Lnet/minecraft/class_8936;field_47162:Bnamed INSIDE_RETURN_RUNLnet/minecraft/command/ExecutionFlags;INSIDE_RETURN_RUN:B
-
-
Constructor Details
-
ExecutionFlags
public ExecutionFlags(byte byte2)
-
-
Method Details
-
set
- Mappings:
Namespace Name Mixin selector official aLgj;a(B)Lgj;intermediary method_54885Lnet/minecraft/class_8936;method_54885(B)Lnet/minecraft/class_8936;named setLnet/minecraft/command/ExecutionFlags;set(B)Lnet/minecraft/command/ExecutionFlags;
-
isSilent
public boolean isSilent()- Mappings:
Namespace Name Mixin selector official aLgj;a()Zintermediary method_54884Lnet/minecraft/class_8936;method_54884()Znamed isSilentLnet/minecraft/command/ExecutionFlags;isSilent()Z
-
setSilent
- Mappings:
Namespace Name Mixin selector official bLgj;b()Lgj;intermediary method_54886Lnet/minecraft/class_8936;method_54886()Lnet/minecraft/class_8936;named setSilentLnet/minecraft/command/ExecutionFlags;setSilent()Lnet/minecraft/command/ExecutionFlags;
-
isInsideReturnRun
public boolean isInsideReturnRun()- Mappings:
Namespace Name Mixin selector official cLgj;c()Zintermediary method_54887Lnet/minecraft/class_8936;method_54887()Znamed isInsideReturnRunLnet/minecraft/command/ExecutionFlags;isInsideReturnRun()Z
-
setInsideReturnRun
- Mappings:
Namespace Name Mixin selector official dLgj;d()Lgj;intermediary method_54888Lnet/minecraft/class_8936;method_54888()Lnet/minecraft/class_8936;named setInsideReturnRunLnet/minecraft/command/ExecutionFlags;setInsideReturnRun()Lnet/minecraft/command/ExecutionFlags;
-
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 with '=='. -
flags
public byte flags()Returns the value of theflagsrecord component.- Returns:
- the value of the
flagsrecord component
-