net.minecraft.nbt

public final class NbtUtils

gj
net.minecraft.class_1946
net.minecraft.nbt.NbtUtils
net.minecraft.nbt.NBTUtil
net.minecraft.nbt.NBTUtil

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
a
field_16246
LOGGER
field_193591_a
LOGGER

Method summary

Modifier and TypeMethod
public static GameProfile
a(fy arg0)
method_7367(class_322 arg0)
readProfile(NbtCompound nbt)
func_152459_a(NBTTagCompound arg0)
readGameProfileFromNBT(NBTTagCompound compound)
public static NbtCompound
a(fy arg0, GameProfile arg1)
method_10577(class_322 arg0, com.mojang.authlib.GameProfile arg1)
writeProfile(NbtCompound nbt, com.mojang.authlib.GameProfile profile)
func_180708_a(NBTTagCompound arg0, com.mojang.authlib.GameProfile arg1)
writeGameProfile(NBTTagCompound tagCompound, com.mojang.authlib.GameProfile profile)
public static boolean
a(gn arg0, gn arg1, boolean arg2)
method_10578(class_605 arg0, class_605 arg1, boolean arg2)
matches(NbtElement element1, NbtElement element2, boolean recurseLists)
func_181123_a(NBTBase arg0, NBTBase arg1, boolean arg2)
areNBTEquals(NBTBase nbt1, NBTBase nbt2, boolean compareTagList)
public static NbtCompound
a(UUID arg0)
method_12592(UUID arg0)
writeUuid(UUID uuid)
func_186862_a(UUID arg0)
createUUIDTag(UUID uuid)
public static UUID
b(fy arg0)
method_12593(class_322 arg0)
readUuid(NbtCompound nbt)
func_186860_b(NBTTagCompound arg0)
getUUIDFromTag(NBTTagCompound tag)
public static BlockPos
c(fy arg0)
method_12594(class_322 arg0)
readBlockPos(NbtCompound nbt)
func_186861_c(NBTTagCompound arg0)
getPosFromTag(NBTTagCompound tag)
public static NbtCompound
a(et arg0)
method_12591(class_2552 arg0)
writeBlockPos(BlockPos pos)
func_186859_a(BlockPos arg0)
createPosTag(BlockPos pos)
public static BlockState
d(fy arg0)
method_13481(class_322 arg0)
readBlockState(NbtCompound nbt)
func_190008_d(NBTTagCompound arg0)
readBlockState(NBTTagCompound tag)
private static <T extends Comparable<T>> BlockState
a(awt arg0, axj<T> arg1, String arg2, fy arg3, fy arg4)
method_14753(class_2232 arg0, class_2247<T> arg1, String arg2, class_322 arg3, class_322 arg4)
readProperty(BlockState state, Property<T> property, String propertyName, NbtCompound propertyNbt, NbtCompound stateNbt)
func_193590_a(IBlockState arg0, IProperty<T> arg1, String arg2, NBTTagCompound arg3, NBTTagCompound arg4)
setValueHelper(IBlockState arg0, IProperty<T> arg1, String arg2, NBTTagCompound arg3, NBTTagCompound arg4)
public static NbtCompound
a(fy arg0, awt arg1)
method_13480(class_322 arg0, class_2232 arg1)
writeBlockState(NbtCompound nbt, BlockState state)
func_190009_a(NBTTagCompound arg0, IBlockState arg1)
writeBlockState(NBTTagCompound tag, IBlockState state)
private static <T extends Comparable<T>> String
a(axj<T> arg0, Comparable<?> arg1)
method_13479(class_2247<T> arg0, Comparable<?> arg1)
writeProperty(Property<T> property, Comparable<?> value)
func_190010_a(IProperty<T> arg0, Comparable<?> arg1)
getName(IProperty<T> arg0, Comparable<?> arg1)