Package net.minecraft.nbt
Class NbtHelper
java.lang.Object
net.minecraft.nbt.NbtHelper
- Mappings:
Namespace Name official eaintermediary net/minecraft/class_1946named net/minecraft/nbt/NbtHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NbtCompoundfromBlockPos(BlockPos pos) static NbtCompoundfromGameProfile(NbtCompound nbt, com.mojang.authlib.GameProfile profile) static NbtCompoundstatic booleanmatches(NbtElement standard, NbtElement subject, boolean equalValue) static BlockPostoBlockPos(NbtCompound compound) static com.mojang.authlib.GameProfiletoGameProfile(NbtCompound nbt) static UUIDtoUuid(NbtCompound compound)
-
Constructor Details
-
NbtHelper
public NbtHelper()
-
-
Method Details
-
toGameProfile
- Mappings:
Namespace Name Mixin selector official aLea;a(Ldq;)Lcom/mojang/authlib/GameProfile;intermediary method_7367Lnet/minecraft/class_1946;method_7367(Lnet/minecraft/class_322;)Lcom/mojang/authlib/GameProfile;named toGameProfileLnet/minecraft/nbt/NbtHelper;toGameProfile(Lnet/minecraft/nbt/NbtCompound;)Lcom/mojang/authlib/GameProfile;
-
fromGameProfile
- Mappings:
Namespace Name Mixin selector official aLea;a(Ldq;Lcom/mojang/authlib/GameProfile;)Ldq;intermediary method_10577Lnet/minecraft/class_1946;method_10577(Lnet/minecraft/class_322;Lcom/mojang/authlib/GameProfile;)Lnet/minecraft/class_322;named fromGameProfileLnet/minecraft/nbt/NbtHelper;fromGameProfile(Lnet/minecraft/nbt/NbtCompound;Lcom/mojang/authlib/GameProfile;)Lnet/minecraft/nbt/NbtCompound;
-
matches
- Mappings:
Namespace Name Mixin selector official aLea;a(Led;Led;Z)Zintermediary method_10578Lnet/minecraft/class_1946;method_10578(Lnet/minecraft/class_605;Lnet/minecraft/class_605;Z)Znamed matchesLnet/minecraft/nbt/NbtHelper;matches(Lnet/minecraft/nbt/NbtElement;Lnet/minecraft/nbt/NbtElement;Z)Z
-
fromUuid
- Mappings:
Namespace Name Mixin selector official aLea;a(Ljava/util/UUID;)Ldq;intermediary method_12592Lnet/minecraft/class_1946;method_12592(Ljava/util/UUID;)Lnet/minecraft/class_322;named fromUuidLnet/minecraft/nbt/NbtHelper;fromUuid(Ljava/util/UUID;)Lnet/minecraft/nbt/NbtCompound;
-
toUuid
- Mappings:
Namespace Name Mixin selector official bLea;b(Ldq;)Ljava/util/UUID;intermediary method_12593Lnet/minecraft/class_1946;method_12593(Lnet/minecraft/class_322;)Ljava/util/UUID;named toUuidLnet/minecraft/nbt/NbtHelper;toUuid(Lnet/minecraft/nbt/NbtCompound;)Ljava/util/UUID;
-
toBlockPos
- Mappings:
Namespace Name Mixin selector official cLea;c(Ldq;)Lcl;intermediary method_12594Lnet/minecraft/class_1946;method_12594(Lnet/minecraft/class_322;)Lnet/minecraft/class_2552;named toBlockPosLnet/minecraft/nbt/NbtHelper;toBlockPos(Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/util/math/BlockPos;
-
fromBlockPos
- Mappings:
Namespace Name Mixin selector official aLea;a(Lcl;)Ldq;intermediary method_12591Lnet/minecraft/class_1946;method_12591(Lnet/minecraft/class_2552;)Lnet/minecraft/class_322;named fromBlockPosLnet/minecraft/nbt/NbtHelper;fromBlockPos(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/nbt/NbtCompound;
-