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
official dq$a
intermediary net/minecraft/class_2172$class_7078
named net/minecraft/command/CommandSource$SuggestedIdType
  • Enum Constant Details

    • TAGS

      public static final CommandSource.SuggestedIdType TAGS
      Mappings:
      Namespace Name Mixin selector
      official a Ldq$a;a:Ldq$a;
      intermediary field_37262 Lnet/minecraft/class_2172$class_7078;field_37262:Lnet/minecraft/class_2172$class_7078;
      named TAGS Lnet/minecraft/command/CommandSource$SuggestedIdType;TAGS:Lnet/minecraft/command/CommandSource$SuggestedIdType;
    • ELEMENTS

      public static final CommandSource.SuggestedIdType ELEMENTS
      Mappings:
      Namespace Name Mixin selector
      official b Ldq$a;b:Ldq$a;
      intermediary field_37263 Lnet/minecraft/class_2172$class_7078;field_37263:Lnet/minecraft/class_2172$class_7078;
      named ELEMENTS Lnet/minecraft/command/CommandSource$SuggestedIdType;ELEMENTS:Lnet/minecraft/command/CommandSource$SuggestedIdType;
    • ALL

      public static final CommandSource.SuggestedIdType ALL
      Mappings:
      Namespace Name Mixin selector
      official c Ldq$a;c:Ldq$a;
      intermediary field_37264 Lnet/minecraft/class_2172$class_7078;field_37264:Lnet/minecraft/class_2172$class_7078;
      named ALL Lnet/minecraft/command/CommandSource$SuggestedIdType;ALL:Lnet/minecraft/command/CommandSource$SuggestedIdType;
  • 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
      official a Ldq$a;a()Z
      intermediary method_41215 Lnet/minecraft/class_2172$class_7078;method_41215()Z
      named canSuggestTags Lnet/minecraft/command/CommandSource$SuggestedIdType;canSuggestTags()Z
    • canSuggestElements

      public boolean canSuggestElements()
      Mappings:
      Namespace Name Mixin selector
      official b Ldq$a;b()Z
      intermediary method_41216 Lnet/minecraft/class_2172$class_7078;method_41216()Z
      named canSuggestElements Lnet/minecraft/command/CommandSource$SuggestedIdType;canSuggestElements()Z