Package net.minecraft.command
Enum Class CommandSource.SuggestedIdType
- All Implemented Interfaces:
Serializable
,Comparable<CommandSource.SuggestedIdType>
,Constable
- Enclosing interface:
CommandSource
- Mappings:
Namespace Name named net/minecraft/command/CommandSource$SuggestedIdType
intermediary net/minecraft/class_2172$class_7078
official eu$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
Returns 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 named TAGS
Lnet/minecraft/command/CommandSource$SuggestedIdType;TAGS:Lnet/minecraft/command/CommandSource$SuggestedIdType;
intermediary field_37262
Lnet/minecraft/class_2172$class_7078;field_37262:Lnet/minecraft/class_2172$class_7078;
official a
Leu$a;a:Leu$a;
-
ELEMENTS
- Mappings:
Namespace Name Mixin selector named ELEMENTS
Lnet/minecraft/command/CommandSource$SuggestedIdType;ELEMENTS:Lnet/minecraft/command/CommandSource$SuggestedIdType;
intermediary field_37263
Lnet/minecraft/class_2172$class_7078;field_37263:Lnet/minecraft/class_2172$class_7078;
official b
Leu$a;b:Leu$a;
-
ALL
- Mappings:
Namespace Name Mixin selector named ALL
Lnet/minecraft/command/CommandSource$SuggestedIdType;ALL:Lnet/minecraft/command/CommandSource$SuggestedIdType;
intermediary field_37264
Lnet/minecraft/class_2172$class_7078;field_37264:Lnet/minecraft/class_2172$class_7078;
official c
Leu$a;c:Leu$a;
-
-
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 named canSuggestTags
Lnet/minecraft/command/CommandSource$SuggestedIdType;canSuggestTags()Z
intermediary method_41215
Lnet/minecraft/class_2172$class_7078;method_41215()Z
official a
Leu$a;a()Z
-
canSuggestElements
public boolean canSuggestElements()- Mappings:
Namespace Name Mixin selector named canSuggestElements
Lnet/minecraft/command/CommandSource$SuggestedIdType;canSuggestElements()Z
intermediary method_41216
Lnet/minecraft/class_2172$class_7078;method_41216()Z
official b
Leu$a;b()Z
-