net.minecraft.nbt

public final class NbtUtils

hk
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(gy arg0)
method_7367(class_322 arg0)
readProfile(NbtCompound nbt)
func_152459_a(NBTTagCompound arg0)
readGameProfile(NBTTagCompound compound)
public static NbtCompound
a(gy 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(ho arg0, ho arg1, boolean arg2)
method_10578(class_4373 arg0, class_4373 arg1, boolean arg2)
matches(NbtElement element1, NbtElement element2, boolean recurseLists)
func_181123_a(INBTBase arg0, INBTBase arg1, boolean arg2)
areNBTEquals(INBTBase nbt1, INBTBase nbt2, boolean compareTagList)
public static NbtCompound
a(UUID arg0)
method_12592(UUID arg0)
writeUuid(UUID uuid)
func_186862_a(UUID arg0)
writeUniqueId(UUID uuid)
public static UUID
b(gy arg0)
method_12593(class_322 arg0)
readUuid(NbtCompound nbt)
func_186860_b(NBTTagCompound arg0)
readUniqueId(NBTTagCompound tag)
public static BlockPos
c(gy arg0)
method_12594(class_322 arg0)
readBlockPos(NbtCompound nbt)
func_186861_c(NBTTagCompound arg0)
readBlockPos(NBTTagCompound tag)
public static NbtCompound
a(el arg0)
method_12591(class_2552 arg0)
writeBlockPos(BlockPos pos)
func_186859_a(BlockPos arg0)
writeBlockPos(BlockPos pos)
public static BlockState
d(gy arg0)
method_13481(class_322 arg0)
readBlockState(NbtCompound nbt)
func_190008_d(NBTTagCompound arg0)
readBlockState(NBTTagCompound tag)
private static <S extends State<S>, T extends Comparable<T>> S
a(S arg0, bmm<T> arg1, String arg2, gy arg3, gy arg4)
method_20140(S arg0, class_2247<T> arg1, String arg2, class_322 arg3, class_322 arg4)
readProperty(S state, Property<T> property, String value, NbtCompound propertiesNbt, NbtCompound stateNbt)
func_193590_a(S arg0, IProperty<T> arg1, String arg2, NBTTagCompound arg3, NBTTagCompound arg4)
setValueHelper(S arg0, IProperty<T> arg1, String arg2, NBTTagCompound arg3, NBTTagCompound arg4)
public static NbtCompound
a(blc arg0)
method_20139(class_2232 arg0)
writeBlockState(BlockState state)
func_190009_a(IBlockState arg0)
writeBlockState(IBlockState tag)
private static <T extends Comparable<T>> String
a(bmm<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)
public static NbtCompound
a(DataFixer arg0, DSL$TypeReference arg1, gy arg2, int arg3)
method_20141(com.mojang.datafixers.DataFixer arg0, com.mojang.datafixers.DSL$TypeReference arg1, class_322 arg2, int arg3)
fix(com.mojang.datafixers.DataFixer fixer, com.mojang.datafixers.DSL$TypeReference type, NbtCompound nbt, int fromDataVersion)
func_210822_a(com.mojang.datafixers.DataFixer arg0, com.mojang.datafixers.DSL$TypeReference arg1, NBTTagCompound arg2, int arg3)
update(com.mojang.datafixers.DataFixer arg0, com.mojang.datafixers.DSL$TypeReference arg1, NBTTagCompound arg2, int arg3)
public static NbtCompound
a(DataFixer arg0, DSL$TypeReference arg1, gy arg2, int arg3, int arg4)
method_20142(com.mojang.datafixers.DataFixer arg0, com.mojang.datafixers.DSL$TypeReference arg1, class_322 arg2, int arg3, int arg4)
fix(com.mojang.datafixers.DataFixer fixer, com.mojang.datafixers.DSL$TypeReference type, NbtCompound nbt, int fromDataVersion, int toDataVersion)
func_210821_a(com.mojang.datafixers.DataFixer arg0, com.mojang.datafixers.DSL$TypeReference arg1, NBTTagCompound arg2, int arg3, int arg4)
update(com.mojang.datafixers.DataFixer dataFixer, com.mojang.datafixers.DSL$TypeReference type, NBTTagCompound arg2, int version, int newVersion)