yarn/mappings/net/minecraft/nbt/NbtDouble.mapping

16 lines
604 B
Plaintext

CLASS net/minecraft/class_2489 net/minecraft/nbt/NbtDouble
COMMENT Represents an NBT 64-bit floating-point number. Its type is {@value NbtElement#DOUBLE_TYPE}.
COMMENT Instances are immutable.
FIELD field_11520 value D
FIELD field_21030 ZERO Lnet/minecraft/class_2489;
COMMENT The NBT double representing {@code 0.0}.
FIELD field_21031 TYPE Lnet/minecraft/class_4614;
FIELD field_33192 SIZE I
METHOD <init> (D)V
ARG 1 value
METHOD equals (Ljava/lang/Object;)Z
ARG 1 o
METHOD method_23241 of (D)Lnet/minecraft/class_2489;
COMMENT {@return the NBT double from {@code value}}
ARG 0 value