Package net.minecraft.nbt
Class NbtLong
java.lang.Object
net.minecraft.nbt.NbtElement
net.minecraft.nbt.NbtLong
- Mappings:
Namespace Name intermediary net/minecraft/class_273glue class_297server hvclient minamed net/minecraft/nbt/NbtLong
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.nbt.NbtElement
createTypeFromId, getKey, getTypeNameFromId, readTag, setKey, writeTag
-
Field Details
-
value
public long value- Mappings:
Namespace Name Mixin selector intermediary field_1122Lnet/minecraft/class_273;field_1122:Jglue field_1321Lclass_297;field_1321:Jserver aLhv;a:Jclient aLmi;a:Jnamed valueLnet/minecraft/nbt/NbtLong;value:J
-
-
Constructor Details
-
NbtLong
public NbtLong() -
NbtLong
public NbtLong(long value) - Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_273;<init>(J)Vglue <init>Lclass_297;<init>(J)Vserver <init>Lhv;<init>(J)Vclient <init>Lmi;<init>(J)Vnamed <init>Lnet/minecraft/nbt/NbtLong;<init>(J)V
-
-
Method Details
-
write
- Specified by:
writein classNbtElement- Mappings:
Namespace Name Mixin selector intermediary method_631Lnet/minecraft/class_187;method_631(Ljava/io/DataOutput;)Vglue method_904Lclass_211;method_904(Ljava/io/DataOutput;)Vserver aLfo;a(Ljava/io/DataOutput;)Vclient aLij;a(Ljava/io/DataOutput;)Vnamed writeLnet/minecraft/nbt/NbtElement;write(Ljava/io/DataOutput;)V
-
read
- Specified by:
readin classNbtElement- Mappings:
Namespace Name Mixin selector intermediary method_630Lnet/minecraft/class_187;method_630(Ljava/io/DataInput;)Vglue method_903Lclass_211;method_903(Ljava/io/DataInput;)Vserver aLfo;a(Ljava/io/DataInput;)Vclient aLij;a(Ljava/io/DataInput;)Vnamed readLnet/minecraft/nbt/NbtElement;read(Ljava/io/DataInput;)V
-
getType
public byte getType()- Specified by:
getTypein classNbtElement- Mappings:
Namespace Name Mixin selector intermediary method_629Lnet/minecraft/class_187;method_629()Bglue method_902Lclass_211;method_902()Bserver aLfo;a()Bclient aLij;a()Bnamed getTypeLnet/minecraft/nbt/NbtElement;getType()B
-
toString
-