Enum Class CommandSource.SuggestedIdType

java.lang.Object
java.lang.Enum<CommandSource.SuggestedIdType>
net.minecraft.command.CommandSource.SuggestedIdType
All Implemented Interfaces:
Serializable, Comparable<CommandSource.SuggestedIdType>, Constable
Enclosing interface:
CommandSource

public static enum CommandSource.SuggestedIdType extends Enum<CommandSource.SuggestedIdType>
Mappings:
Namespace Name
named net/minecraft/command/CommandSource$SuggestedIdType
intermediary net/minecraft/class_2172$class_7078
official eu$a
  • Enum Constant Details

    • TAGS

      public static final CommandSource.SuggestedIdType 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

      public static final CommandSource.SuggestedIdType 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

      public static final CommandSource.SuggestedIdType 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

      public static CommandSource.SuggestedIdType[] 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

      public static CommandSource.SuggestedIdType valueOf(String name)
      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 name
      NullPointerException - 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