Class NbtLong


public class NbtLong extends NbtElement
Mappings:
Namespace Name
intermediary net/minecraft/class_273
glue class_297
server hv
client mi
named net/minecraft/nbt/NbtLong
  • Field Details

    • value

      public long value
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1122 Lnet/minecraft/class_273;field_1122:J
      glue field_1321 Lclass_297;field_1321:J
      server a Lhv;a:J
      client a Lmi;a:J
      named value Lnet/minecraft/nbt/NbtLong;value:J
  • Constructor Details

    • NbtLong

      public NbtLong()
    • NbtLong

      public NbtLong(long value)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_273;<init>(J)V
      glue <init> Lclass_297;<init>(J)V
      server <init> Lhv;<init>(J)V
      client <init> Lmi;<init>(J)V
      named <init> Lnet/minecraft/nbt/NbtLong;<init>(J)V
  • 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