Enum Class SnbtParsing.Sign

java.lang.Object
java.lang.Enum<SnbtParsing.Sign>
net.minecraft.nbt.SnbtParsing.Sign
All Implemented Interfaces:
Serializable, Comparable<SnbtParsing.Sign>, Constable
Enclosing class:
SnbtParsing

private static enum SnbtParsing.Sign extends Enum<SnbtParsing.Sign>
Mappings:
Namespace Name
named net/minecraft/nbt/SnbtParsing$Sign
intermediary net/minecraft/class_10900$class_10905
official uu$e
  • Enum Constant Details Link icon

    • PLUS Link icon

      public static final SnbtParsing.Sign PLUS
      Mappings:
      Namespace Name Mixin selector
      named PLUS Lnet/minecraft/nbt/SnbtParsing$Sign;PLUS:Lnet/minecraft/nbt/SnbtParsing$Sign;
      intermediary field_58014 Lnet/minecraft/class_10900$class_10905;field_58014:Lnet/minecraft/class_10900$class_10905;
      official a Luu$e;a:Luu$e;
    • MINUS Link icon

      public static final SnbtParsing.Sign MINUS
      Mappings:
      Namespace Name Mixin selector
      named MINUS Lnet/minecraft/nbt/SnbtParsing$Sign;MINUS:Lnet/minecraft/nbt/SnbtParsing$Sign;
      intermediary field_58015 Lnet/minecraft/class_10900$class_10905;field_58015:Lnet/minecraft/class_10900$class_10905;
      official b Luu$e;b:Luu$e;
  • Constructor Details Link icon

    • Sign Link icon

      private Sign()
  • Method Details Link icon

    • values Link icon

      public static SnbtParsing.Sign[] 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 Link icon

      public static SnbtParsing.Sign 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
    • append Link icon

      public void append(StringBuilder builder)
      Mappings:
      Namespace Name Mixin selector
      named append Lnet/minecraft/nbt/SnbtParsing$Sign;append(Ljava/lang/StringBuilder;)V
      intermediary method_68654 Lnet/minecraft/class_10900$class_10905;method_68654(Ljava/lang/StringBuilder;)V
      official a Luu$e;a(Ljava/lang/StringBuilder;)V