Class NbtDouble

java.lang.Object
net.minecraft.nbt.NbtElement
net.minecraft.nbt.NbtDouble

public class NbtDouble extends NbtElement
Mappings:
Namespace Name
intermediary net/minecraft/class_419
glue class_460
server lx
client sz
named net/minecraft/nbt/NbtDouble
  • Field Details

    • value

      public double value
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1680 Lnet/minecraft/class_419;field_1680:D
      glue field_1845 Lclass_460;field_1845:D
      server a Llx;a:D
      client a Lsz;a:D
      named value Lnet/minecraft/nbt/NbtDouble;value:D
  • Constructor Details

    • NbtDouble

      public NbtDouble()
    • NbtDouble

      public NbtDouble(double value)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_419;<init>(D)V
      glue <init> Lclass_460;<init>(D)V
      server <init> Llx;<init>(D)V
      client <init> Lsz;<init>(D)V
      named <init> Lnet/minecraft/nbt/NbtDouble;<init>(D)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