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 vc$e
  • Enum Constant Details

    • PLUS

      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 Lvc$e;a:Lvc$e;
    • MINUS

      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 Lvc$e;b:Lvc$e;
  • Constructor Details

    • Sign

      private Sign()
  • Method Details

    • values

      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

      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

      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 Lvc$e;a(Ljava/lang/StringBuilder;)V