Package net.minecraft.command
Enum Class CommandSource.SuggestedIdType
- All Implemented Interfaces:
Serializable,Comparable<CommandSource.SuggestedIdType>,Constable
- Enclosing interface:
CommandSource
- Mappings:
Namespace Name intermediary net/minecraft/class_2172$class_7078official du$anamed net/minecraft/command/CommandSource$SuggestedIdType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanReturns the enum constant of this class with the specified name.static CommandSource.SuggestedIdType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TAGS
- Mappings:
Namespace Name Mixin selector intermediary field_37262Lnet/minecraft/class_2172$class_7078;field_37262:Lnet/minecraft/class_2172$class_7078;official aLdu$a;a:Ldu$a;named TAGSLnet/minecraft/command/CommandSource$SuggestedIdType;TAGS:Lnet/minecraft/command/CommandSource$SuggestedIdType;
-
ELEMENTS
- Mappings:
Namespace Name Mixin selector intermediary field_37263Lnet/minecraft/class_2172$class_7078;field_37263:Lnet/minecraft/class_2172$class_7078;official bLdu$a;b:Ldu$a;named ELEMENTSLnet/minecraft/command/CommandSource$SuggestedIdType;ELEMENTS:Lnet/minecraft/command/CommandSource$SuggestedIdType;
-
ALL
- Mappings:
Namespace Name Mixin selector intermediary field_37264Lnet/minecraft/class_2172$class_7078;field_37264:Lnet/minecraft/class_2172$class_7078;official cLdu$a;c:Ldu$a;named ALLLnet/minecraft/command/CommandSource$SuggestedIdType;ALL:Lnet/minecraft/command/CommandSource$SuggestedIdType;
-
-
Constructor Details
-
SuggestedIdType
private SuggestedIdType()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
canSuggestTags
public boolean canSuggestTags()- Mappings:
Namespace Name Mixin selector intermediary method_41215Lnet/minecraft/class_2172$class_7078;method_41215()Zofficial aLdu$a;a()Znamed canSuggestTagsLnet/minecraft/command/CommandSource$SuggestedIdType;canSuggestTags()Z
-
canSuggestElements
public boolean canSuggestElements()- Mappings:
Namespace Name Mixin selector intermediary method_41216Lnet/minecraft/class_2172$class_7078;method_41216()Zofficial bLdu$a;b()Znamed canSuggestElementsLnet/minecraft/command/CommandSource$SuggestedIdType;canSuggestElements()Z
-