Class NbtFloat


public class NbtFloat extends NbtElement
Mappings:
Namespace Name
intermediary net/minecraft/class_358
glue class_381
server k
client p
named net/minecraft/nbt/NbtFloat
  • Field Details

    • value

      public float value
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1336 Lnet/minecraft/class_358;field_1336:F
      glue field_1512 Lclass_381;field_1512:F
      server a Lk;a:F
      client a Lp;a:F
      named value Lnet/minecraft/nbt/NbtFloat;value:F
  • Constructor Details

    • NbtFloat

      public NbtFloat()
    • NbtFloat

      public NbtFloat(float float2)
  • 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