Package net.minecraft.nbt
Class NbtElement.AbstractNbtNumber
java.lang.Object
net.minecraft.nbt.NbtElement
net.minecraft.nbt.NbtElement.AbstractNbtNumber
- Enclosing class:
- NbtElement
- Mappings:
Namespace Name official eb$aintermediary net/minecraft/class_605$class_1947named net/minecraft/nbt/NbtElement$AbstractNbtNumber
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.nbt.NbtElement
NbtElement.AbstractNbtNumber -
Field Summary
Fields inherited from class net.minecraft.nbt.NbtElement
TYPES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract byteabstract doubleabstract floatabstract intintValue()abstract longabstract short
-
Constructor Details
-
AbstractNbtNumber
protected AbstractNbtNumber()
-
-
Method Details
-
longValue
public abstract long longValue()- Mappings:
Namespace Name Mixin selector official cLeb$a;c()Jintermediary method_7371Lnet/minecraft/class_605$class_1947;method_7371()Jnamed longValueLnet/minecraft/nbt/NbtElement$AbstractNbtNumber;longValue()J
-
intValue
public abstract int intValue()- Mappings:
Namespace Name Mixin selector official dLeb$a;d()Iintermediary method_7372Lnet/minecraft/class_605$class_1947;method_7372()Inamed intValueLnet/minecraft/nbt/NbtElement$AbstractNbtNumber;intValue()I
-
shortValue
public abstract short shortValue()- Mappings:
Namespace Name Mixin selector official eLeb$a;e()Sintermediary method_7373Lnet/minecraft/class_605$class_1947;method_7373()Snamed shortValueLnet/minecraft/nbt/NbtElement$AbstractNbtNumber;shortValue()S
-
byteValue
public abstract byte byteValue()- Mappings:
Namespace Name Mixin selector official fLeb$a;f()Bintermediary method_7374Lnet/minecraft/class_605$class_1947;method_7374()Bnamed byteValueLnet/minecraft/nbt/NbtElement$AbstractNbtNumber;byteValue()B
-
doubleValue
public abstract double doubleValue()- Mappings:
Namespace Name Mixin selector official gLeb$a;g()Dintermediary method_7375Lnet/minecraft/class_605$class_1947;method_7375()Dnamed doubleValueLnet/minecraft/nbt/NbtElement$AbstractNbtNumber;doubleValue()D
-
floatValue
public abstract float floatValue()- Mappings:
Namespace Name Mixin selector official hLeb$a;h()Fintermediary method_7376Lnet/minecraft/class_605$class_1947;method_7376()Fnamed floatValueLnet/minecraft/nbt/NbtElement$AbstractNbtNumber;floatValue()F
-