public final class NBTUtil
extends java.lang.Object
Constructor and Description |
---|
NBTUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
func_181123_a(NBTBase p_181123_0_,
NBTBase p_181123_1_,
boolean p_181123_2_) |
static GameProfile |
readGameProfileFromNBT(NBTTagCompound compound)
Reads and returns a GameProfile that has been saved to the passed in NBTTagCompound
|
static NBTTagCompound |
writeGameProfile(NBTTagCompound tagCompound,
GameProfile profile)
Writes a GameProfile to an NBTTagCompound.
|
public static GameProfile readGameProfileFromNBT(NBTTagCompound compound)
public static NBTTagCompound writeGameProfile(NBTTagCompound tagCompound, GameProfile profile)