Package net.minecraft.nbt
Class NbtHelper
java.lang.Object
net.minecraft.nbt.NbtHelper
public final class NbtHelper extends Object
- Mappings:
Namespace Name official dyintermediary net/minecraft/class_1415named net/minecraft/nbt/NbtHelper
-
Constructor Summary
Constructors Constructor Description NbtHelper() -
Method Summary
Modifier and Type Method Description static CompoundTagfromGameProfile(CompoundTag tag, com.mojang.authlib.GameProfile profile)static booleanmatches(Tag standard, Tag subject, boolean equalValue)static com.mojang.authlib.GameProfiletoGameProfile(CompoundTag tag)
-
Constructor Details
-
NbtHelper
public NbtHelper()
-
-
Method Details
-
toGameProfile
- Mappings:
Namespace Name Mixin selector official aLdy;a(Ldn;)Lcom/mojang/authlib/GameProfile;intermediary method_5055Lnet/minecraft/class_1415;method_5055(Lnet/minecraft/class_1405;)Lcom/mojang/authlib/GameProfile;named toGameProfileLnet/minecraft/nbt/NbtHelper;toGameProfile(Lnet/minecraft/nbt/CompoundTag;)Lcom/mojang/authlib/GameProfile;
-
fromGameProfile
- Mappings:
Namespace Name Mixin selector official aLdy;a(Ldn;Lcom/mojang/authlib/GameProfile;)Ldn;intermediary method_5056Lnet/minecraft/class_1415;method_5056(Lnet/minecraft/class_1405;Lcom/mojang/authlib/GameProfile;)Lnet/minecraft/class_1405;named fromGameProfileLnet/minecraft/nbt/NbtHelper;fromGameProfile(Lnet/minecraft/nbt/CompoundTag;Lcom/mojang/authlib/GameProfile;)Lnet/minecraft/nbt/CompoundTag;
-
matches
- Mappings:
Namespace Name Mixin selector official aLdy;a(Leb;Leb;Z)Zintermediary method_5057Lnet/minecraft/class_1415;method_5057(Lnet/minecraft/class_1419;Lnet/minecraft/class_1419;Z)Znamed matchesLnet/minecraft/nbt/NbtHelper;matches(Lnet/minecraft/nbt/Tag;Lnet/minecraft/nbt/Tag;Z)Z
-