Class NbtElement.AbstractNbtNumber

java.lang.Object
net.minecraft.nbt.NbtElement
net.minecraft.nbt.NbtElement.AbstractNbtNumber
Direct Known Subclasses:
NbtByte, NbtDouble, NbtFloat, NbtInt, NbtLong, NbtShort
Enclosing class:
NbtElement

public abstract static class NbtElement.AbstractNbtNumber extends NbtElement
Mappings:
Namespace Name
official ed$a
intermediary net/minecraft/class_605$class_1947
named net/minecraft/nbt/NbtElement$AbstractNbtNumber
  • Constructor Details

    • AbstractNbtNumber

      protected AbstractNbtNumber()
  • Method Details

    • longValue

      public abstract long longValue()
      Mappings:
      Namespace Name Mixin selector
      official c Led$a;c()J
      intermediary method_7371 Lnet/minecraft/class_605$class_1947;method_7371()J
      named longValue Lnet/minecraft/nbt/NbtElement$AbstractNbtNumber;longValue()J
    • intValue

      public abstract int intValue()
      Mappings:
      Namespace Name Mixin selector
      official d Led$a;d()I
      intermediary method_7372 Lnet/minecraft/class_605$class_1947;method_7372()I
      named intValue Lnet/minecraft/nbt/NbtElement$AbstractNbtNumber;intValue()I
    • shortValue

      public abstract short shortValue()
      Mappings:
      Namespace Name Mixin selector
      official e Led$a;e()S
      intermediary method_7373 Lnet/minecraft/class_605$class_1947;method_7373()S
      named shortValue Lnet/minecraft/nbt/NbtElement$AbstractNbtNumber;shortValue()S
    • byteValue

      public abstract byte byteValue()
      Mappings:
      Namespace Name Mixin selector
      official f Led$a;f()B
      intermediary method_7374 Lnet/minecraft/class_605$class_1947;method_7374()B
      named byteValue Lnet/minecraft/nbt/NbtElement$AbstractNbtNumber;byteValue()B
    • doubleValue

      public abstract double doubleValue()
      Mappings:
      Namespace Name Mixin selector
      official g Led$a;g()D
      intermediary method_7375 Lnet/minecraft/class_605$class_1947;method_7375()D
      named doubleValue Lnet/minecraft/nbt/NbtElement$AbstractNbtNumber;doubleValue()D
    • floatValue

      public abstract float floatValue()
      Mappings:
      Namespace Name Mixin selector
      official h Led$a;h()F
      intermediary method_7376 Lnet/minecraft/class_605$class_1947;method_7376()F
      named floatValue Lnet/minecraft/nbt/NbtElement$AbstractNbtNumber;floatValue()F