Class Tag.NumberTag

java.lang.Object
net.minecraft.nbt.Tag
net.minecraft.nbt.Tag.NumberTag
Direct Known Subclasses:
ByteTag, DoubleTag, FloatTag, IntTag, LongTag, ShortTag
Enclosing class:
Tag

public abstract static class Tag.NumberTag
extends Tag
Mappings:
Namespace Name
official eb$a
intermediary net/minecraft/class_1419$class_1420
named net/minecraft/nbt/Tag$NumberTag
  • Constructor Details

    • NumberTag

      protected NumberTag()
  • Method Details

    • getLong

      public abstract long getLong()
      Mappings:
      Namespace Name Mixin selector
      official c Leb$a;c()J
      intermediary method_5066 Lnet/minecraft/class_1419$class_1420;method_5066()J
      named getLong Lnet/minecraft/nbt/Tag$NumberTag;getLong()J
    • getInt

      public abstract int getInt()
      Mappings:
      Namespace Name Mixin selector
      official d Leb$a;d()I
      intermediary method_5067 Lnet/minecraft/class_1419$class_1420;method_5067()I
      named getInt Lnet/minecraft/nbt/Tag$NumberTag;getInt()I
    • getShort

      public abstract short getShort()
      Mappings:
      Namespace Name Mixin selector
      official e Leb$a;e()S
      intermediary method_5068 Lnet/minecraft/class_1419$class_1420;method_5068()S
      named getShort Lnet/minecraft/nbt/Tag$NumberTag;getShort()S
    • getByte

      public abstract byte getByte()
      Mappings:
      Namespace Name Mixin selector
      official f Leb$a;f()B
      intermediary method_5069 Lnet/minecraft/class_1419$class_1420;method_5069()B
      named getByte Lnet/minecraft/nbt/Tag$NumberTag;getByte()B
    • getDouble

      public abstract double getDouble()
      Mappings:
      Namespace Name Mixin selector
      official g Leb$a;g()D
      intermediary method_5070 Lnet/minecraft/class_1419$class_1420;method_5070()D
      named getDouble Lnet/minecraft/nbt/Tag$NumberTag;getDouble()D
    • getFloat

      public abstract float getFloat()
      Mappings:
      Namespace Name Mixin selector
      official h Leb$a;h()F
      intermediary method_5071 Lnet/minecraft/class_1419$class_1420;method_5071()F
      named getFloat Lnet/minecraft/nbt/Tag$NumberTag;getFloat()F