Class NbtShort


public class NbtShort extends NbtElement
Mappings:
Namespace Name
intermediary net/minecraft/class_462
glue class_497
server mv
client ul
named net/minecraft/nbt/NbtShort
  • Field Details

    • value

      public short value
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1770 Lnet/minecraft/class_462;field_1770:S
      glue field_1918 Lclass_497;field_1918:S
      server a Lmv;a:S
      client a Lul;a:S
      named value Lnet/minecraft/nbt/NbtShort;value:S
  • Constructor Details

    • NbtShort

      public NbtShort()
    • NbtShort

      public NbtShort(short short2)
  • Method Details

    • write

      void write(DataOutput output)
      Specified by:
      write in class NbtElement
      Mappings:
      Namespace Name Mixin selector
      intermediary method_631 Lnet/minecraft/class_187;method_631(Ljava/io/DataOutput;)V
      glue method_904 Lclass_211;method_904(Ljava/io/DataOutput;)V
      server a Lfo;a(Ljava/io/DataOutput;)V
      client a Lij;a(Ljava/io/DataOutput;)V
      named write Lnet/minecraft/nbt/NbtElement;write(Ljava/io/DataOutput;)V
    • read

      void read(DataInput input)
      Specified by:
      read in class NbtElement
      Mappings:
      Namespace Name Mixin selector
      intermediary method_630 Lnet/minecraft/class_187;method_630(Ljava/io/DataInput;)V
      glue method_903 Lclass_211;method_903(Ljava/io/DataInput;)V
      server a Lfo;a(Ljava/io/DataInput;)V
      client a Lij;a(Ljava/io/DataInput;)V
      named read Lnet/minecraft/nbt/NbtElement;read(Ljava/io/DataInput;)V
    • getType

      public byte getType()
      Specified by:
      getType in class NbtElement
      Mappings:
      Namespace Name Mixin selector
      intermediary method_629 Lnet/minecraft/class_187;method_629()B
      glue method_902 Lclass_211;method_902()B
      server a Lfo;a()B
      client a Lij;a()B
      named getType Lnet/minecraft/nbt/NbtElement;getType()B
    • toString

      public String toString()
      Overrides:
      toString in class Object