Enum Class SnbtParsing.Signedness

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

private static enum SnbtParsing.Signedness extends Enum<SnbtParsing.Signedness>
Mappings:
Namespace Name
named net/minecraft/nbt/SnbtParsing$Signedness
intermediary net/minecraft/class_10900$class_10907
official vc$g
  • Enum Constant Details

    • SIGNED

      public static final SnbtParsing.Signedness SIGNED
      Mappings:
      Namespace Name Mixin selector
      named SIGNED Lnet/minecraft/nbt/SnbtParsing$Signedness;SIGNED:Lnet/minecraft/nbt/SnbtParsing$Signedness;
      intermediary field_58017 Lnet/minecraft/class_10900$class_10907;field_58017:Lnet/minecraft/class_10900$class_10907;
      official a Lvc$g;a:Lvc$g;
    • UNSIGNED

      public static final SnbtParsing.Signedness UNSIGNED
      Mappings:
      Namespace Name Mixin selector
      named UNSIGNED Lnet/minecraft/nbt/SnbtParsing$Signedness;UNSIGNED:Lnet/minecraft/nbt/SnbtParsing$Signedness;
      intermediary field_58018 Lnet/minecraft/class_10900$class_10907;field_58018:Lnet/minecraft/class_10900$class_10907;
      official b Lvc$g;b:Lvc$g;
  • Constructor Details

    • Signedness

      private Signedness()
  • Method Details

    • values

      public static SnbtParsing.Signedness[] 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.Signedness 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