Class NbtByte

All Implemented Interfaces:
NbtElement

public class NbtByte extends AbstractNbtNumber
Represents an NBT byte.
Mappings:
Namespace Name
official oa
intermediary net/minecraft/class_2481
named net/minecraft/nbt/NbtByte
  • Field Details

    • SIZE

      private static final int SIZE
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official w Loa;w:I
      intermediary field_33189 Lnet/minecraft/class_2481;field_33189:I
      named SIZE Lnet/minecraft/nbt/NbtByte;SIZE:I
    • TYPE

      public static final NbtType<NbtByte> TYPE
      Mappings:
      Namespace Name Mixin selector
      official a Loa;a:Lox;
      intermediary field_21025 Lnet/minecraft/class_2481;field_21025:Lnet/minecraft/class_4614;
      named TYPE Lnet/minecraft/nbt/NbtByte;TYPE:Lnet/minecraft/nbt/NbtType;
    • ZERO

      public static final NbtByte ZERO
      Mappings:
      Namespace Name Mixin selector
      official b Loa;b:Loa;
      intermediary field_21026 Lnet/minecraft/class_2481;field_21026:Lnet/minecraft/class_2481;
      named ZERO Lnet/minecraft/nbt/NbtByte;ZERO:Lnet/minecraft/nbt/NbtByte;
    • ONE

      public static final NbtByte ONE
      Mappings:
      Namespace Name Mixin selector
      official c Loa;c:Loa;
      intermediary field_21027 Lnet/minecraft/class_2481;field_21027:Lnet/minecraft/class_2481;
      named ONE Lnet/minecraft/nbt/NbtByte;ONE:Lnet/minecraft/nbt/NbtByte;
    • value

      private final byte value
      Mappings:
      Namespace Name Mixin selector
      official x Loa;x:B
      intermediary field_11498 Lnet/minecraft/class_2481;field_11498:B
      named value Lnet/minecraft/nbt/NbtByte;value:B
  • Constructor Details

    • NbtByte

      NbtByte(byte value)
      Mappings:
      Namespace Name Mixin selector
      official <init> Loa;<init>(B)V
      intermediary <init> Lnet/minecraft/class_2481;<init>(B)V
      named <init> Lnet/minecraft/nbt/NbtByte;<init>(B)V
  • Method Details

    • of

      public static NbtByte of(byte value)
      Mappings:
      Namespace Name Mixin selector
      official a Loa;a(B)Loa;
      intermediary method_23233 Lnet/minecraft/class_2481;method_23233(B)Lnet/minecraft/class_2481;
      named of Lnet/minecraft/nbt/NbtByte;of(B)Lnet/minecraft/nbt/NbtByte;
    • of

      public static NbtByte of(boolean value)
      Mappings:
      Namespace Name Mixin selector
      official a Loa;a(Z)Loa;
      intermediary method_23234 Lnet/minecraft/class_2481;method_23234(Z)Lnet/minecraft/class_2481;
      named of Lnet/minecraft/nbt/NbtByte;of(Z)Lnet/minecraft/nbt/NbtByte;
    • write

      public void write(DataOutput output) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Lov;a(Ljava/io/DataOutput;)V
      intermediary method_10713 Lnet/minecraft/class_2520;method_10713(Ljava/io/DataOutput;)V
      named write Lnet/minecraft/nbt/NbtElement;write(Ljava/io/DataOutput;)V
    • getType

      public byte getType()
      Gets the type of this NBT element.
      Returns:
      the type
      Mappings:
      Namespace Name Mixin selector
      official a Lov;a()B
      intermediary method_10711 Lnet/minecraft/class_2520;method_10711()B
      named getType Lnet/minecraft/nbt/NbtElement;getType()B
    • getNbtType

      public NbtType<NbtByte> getNbtType()
      Gets the NBT type definition of this NBT element.
      Returns:
      the element type definition
      Mappings:
      Namespace Name Mixin selector
      official b Lov;b()Lox;
      intermediary method_23258 Lnet/minecraft/class_2520;method_23258()Lnet/minecraft/class_4614;
      named getNbtType Lnet/minecraft/nbt/NbtElement;getNbtType()Lnet/minecraft/nbt/NbtType;
    • copy

      public NbtByte copy()
      Description copied from interface: NbtElement
      Copies this NBT element.
      Returns:
      the copied element
      Mappings:
      Namespace Name Mixin selector
      official d Loa;d()Loa;
      intermediary method_10530 Lnet/minecraft/class_2481;method_10530()Lnet/minecraft/class_2481;
      named copy Lnet/minecraft/nbt/NbtByte;copy()Lnet/minecraft/nbt/NbtByte;
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
      Mappings:
      Namespace Name Mixin selector
      official equals Loa;equals(Ljava/lang/Object;)Z
      intermediary equals Lnet/minecraft/class_2481;equals(Ljava/lang/Object;)Z
      named equals Lnet/minecraft/nbt/NbtByte;equals(Ljava/lang/Object;)Z
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • accept

      public void accept(NbtElementVisitor visitor)
      Mappings:
      Namespace Name Mixin selector
      official a Lov;a(Loz;)V
      intermediary method_32289 Lnet/minecraft/class_2520;method_32289(Lnet/minecraft/class_5627;)V
      named accept Lnet/minecraft/nbt/NbtElement;accept(Lnet/minecraft/nbt/visitor/NbtElementVisitor;)V
    • longValue

      public long longValue()
      Gets the value as a 64-bit integer.
      Specified by:
      longValue in class AbstractNbtNumber
      Returns:
      the value as a long
      Mappings:
      Namespace Name Mixin selector
      official e Lop;e()J
      intermediary method_10699 Lnet/minecraft/class_2514;method_10699()J
      named longValue Lnet/minecraft/nbt/AbstractNbtNumber;longValue()J
    • intValue

      public int intValue()
      Gets the value as a 32-bit integer.
      Specified by:
      intValue in class AbstractNbtNumber
      Returns:
      the value as an int
      Mappings:
      Namespace Name Mixin selector
      official f Lop;f()I
      intermediary method_10701 Lnet/minecraft/class_2514;method_10701()I
      named intValue Lnet/minecraft/nbt/AbstractNbtNumber;intValue()I
    • shortValue

      public short shortValue()
      Gets the value as a 16-bit integer.
      Specified by:
      shortValue in class AbstractNbtNumber
      Returns:
      the value as a short
      Mappings:
      Namespace Name Mixin selector
      official g Lop;g()S
      intermediary method_10696 Lnet/minecraft/class_2514;method_10696()S
      named shortValue Lnet/minecraft/nbt/AbstractNbtNumber;shortValue()S
    • byteValue

      public byte byteValue()
      Gets the value as an 8-bit integer.
      Specified by:
      byteValue in class AbstractNbtNumber
      Returns:
      the value as a byte
      Mappings:
      Namespace Name Mixin selector
      official h Lop;h()B
      intermediary method_10698 Lnet/minecraft/class_2514;method_10698()B
      named byteValue Lnet/minecraft/nbt/AbstractNbtNumber;byteValue()B
    • doubleValue

      public double doubleValue()
      Gets the value as a 64-bit floating-point number.
      Specified by:
      doubleValue in class AbstractNbtNumber
      Returns:
      the value as a double
      Mappings:
      Namespace Name Mixin selector
      official i Lop;i()D
      intermediary method_10697 Lnet/minecraft/class_2514;method_10697()D
      named doubleValue Lnet/minecraft/nbt/AbstractNbtNumber;doubleValue()D
    • floatValue

      public float floatValue()
      Gets the value as a 32-bit floating-point number.
      Specified by:
      floatValue in class AbstractNbtNumber
      Returns:
      the value as a float
      Mappings:
      Namespace Name Mixin selector
      official j Lop;j()F
      intermediary method_10700 Lnet/minecraft/class_2514;method_10700()F
      named floatValue Lnet/minecraft/nbt/AbstractNbtNumber;floatValue()F
    • numberValue

      public Number numberValue()
      Gets the value as a generic number.
      Specified by:
      numberValue in class AbstractNbtNumber
      Returns:
      the value as a Number
      Mappings:
      Namespace Name Mixin selector
      official k Lop;k()Ljava/lang/Number;
      intermediary method_10702 Lnet/minecraft/class_2514;method_10702()Ljava/lang/Number;
      named numberValue Lnet/minecraft/nbt/AbstractNbtNumber;numberValue()Ljava/lang/Number;
    • doAccept

      public NbtScanner.Result doAccept(NbtScanner visitor)
      Mappings:
      Namespace Name Mixin selector
      official a Lov;a(Los;)Los$b;
      intermediary method_39850 Lnet/minecraft/class_2520;method_39850(Lnet/minecraft/class_6836;)Lnet/minecraft/class_6836$class_6838;
      named doAccept Lnet/minecraft/nbt/NbtElement;doAccept(Lnet/minecraft/nbt/scanner/NbtScanner;)Lnet/minecraft/nbt/scanner/NbtScanner$Result;