Package net.minecraft.nbt
Enum Class SnbtParsing.Sign
- All Implemented Interfaces:
Serializable,Comparable<SnbtParsing.Sign>,Constable
- Enclosing class:
SnbtParsing
- Mappings:
Namespace Name named net/minecraft/nbt/SnbtParsing$Signintermediary net/minecraft/class_10900$class_10905official uu$e
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappend(StringBuilder builder) static SnbtParsing.SignReturns the enum constant of this class with the specified name.static SnbtParsing.Sign[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PLUS
- Mappings:
Namespace Name Mixin selector named PLUSLnet/minecraft/nbt/SnbtParsing$Sign;PLUS:Lnet/minecraft/nbt/SnbtParsing$Sign;intermediary field_58014Lnet/minecraft/class_10900$class_10905;field_58014:Lnet/minecraft/class_10900$class_10905;official aLuu$e;a:Luu$e;
-
MINUS
- Mappings:
Namespace Name Mixin selector named MINUSLnet/minecraft/nbt/SnbtParsing$Sign;MINUS:Lnet/minecraft/nbt/SnbtParsing$Sign;intermediary field_58015Lnet/minecraft/class_10900$class_10905;field_58015:Lnet/minecraft/class_10900$class_10905;official bLuu$e;b:Luu$e;
-
-
Constructor Details
-
Sign
private Sign()
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
append
- Mappings:
Namespace Name Mixin selector named appendLnet/minecraft/nbt/SnbtParsing$Sign;append(Ljava/lang/StringBuilder;)Vintermediary method_68654Lnet/minecraft/class_10900$class_10905;method_68654(Ljava/lang/StringBuilder;)Vofficial aLuu$e;a(Ljava/lang/StringBuilder;)V
-