net.minecraft.util

public final class TagHelper

ip
net.minecraft.class_2512
net.minecraft.util.TagHelper
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_11582
LOGGER
LOGGER
field_193591_a
LOGGER

Method summary

Modifier and TypeMethod
public static GameProfile
a(ic arg0)
method_10683(class_2487 arg0)
deserializeProfile(CompoundTag arg0)
readProfile(NbtCompound nbt)
func_152459_a(CompoundNBT arg0)
readGameProfile(CompoundNBT compound)
public static CompoundTag
a(ic arg0, GameProfile arg1)
method_10684(class_2487 arg0, com.mojang.authlib.GameProfile arg1)
serializeProfile(CompoundTag arg0, com.mojang.authlib.GameProfile arg1)
writeProfile(NbtCompound nbt, com.mojang.authlib.GameProfile profile)
func_180708_a(CompoundNBT arg0, com.mojang.authlib.GameProfile arg1)
writeGameProfile(CompoundNBT tagCompound, com.mojang.authlib.GameProfile profile)
public static boolean
a(it arg0, it arg1, boolean arg2)
method_10687(class_2520 arg0, class_2520 arg1, boolean arg2)
areTagsEqual(Tag arg0, Tag arg1, boolean arg2)
matches(NbtElement element1, NbtElement element2, boolean recurseLists)
func_181123_a(INBT arg0, INBT arg1, boolean arg2)
areNBTEquals(INBT nbt1, INBT nbt2, boolean compareTagList)
public static CompoundTag
a(UUID arg0)
method_10689(UUID arg0)
serializeUuid(UUID arg0)
writeUuid(UUID uuid)
func_186862_a(UUID arg0)
writeUniqueId(UUID uuid)
public static UUID
b(ic arg0)
method_10690(class_2487 arg0)
deserializeUuid(CompoundTag arg0)
readUuid(NbtCompound nbt)
func_186860_b(CompoundNBT arg0)
readUniqueId(CompoundNBT tag)
public static BlockPos
c(ic arg0)
method_10691(class_2487 arg0)
deserializeBlockPos(CompoundTag arg0)
readBlockPos(NbtCompound nbt)
func_186861_c(CompoundNBT arg0)
readBlockPos(CompoundNBT tag)
public static CompoundTag
a(ev arg0)
method_10692(class_2338 arg0)
serializeBlockPos(BlockPos arg0)
writeBlockPos(BlockPos pos)
func_186859_a(BlockPos arg0)
writeBlockPos(BlockPos pos)
public static BlockState
d(ic arg0)
method_10681(class_2487 arg0)
deserializeBlockState(CompoundTag arg0)
readBlockState(NbtCompound nbt)
func_190008_d(CompoundNBT arg0)
readBlockState(CompoundNBT tag)
private static <S extends PropertyContainer<S>, T extends Comparable<T>> S
a(S arg0, bwr<T> arg1, String arg2, ic arg3, ic arg4)
method_10682(S arg0, class_2769<T> arg1, String arg2, class_2487 arg3, class_2487 arg4)
withProperty(S arg0, Property<T> arg1, String arg2, CompoundTag arg3, CompoundTag arg4)
readProperty(S state, Property<T> property, String value, NbtCompound propertiesNbt, NbtCompound stateNbt)
func_193590_a(S arg0, IProperty<T> arg1, String arg2, CompoundNBT arg3, CompoundNBT arg4)
setValueHelper(S arg0, IProperty<T> arg1, String arg2, CompoundNBT arg3, CompoundNBT arg4)
public static CompoundTag
a(bvo arg0)
method_10686(class_2680 arg0)
serializeBlockState(BlockState arg0)
writeBlockState(BlockState state)
func_190009_a(BlockState arg0)
writeBlockState(BlockState tag)
private static <T extends Comparable<T>> String
a(bwr<T> arg0, Comparable<?> arg1)
method_10685(class_2769<T> arg0, Comparable<?> arg1)
getPropertyValueAsString(Property<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 CompoundTag
a(DataFixer arg0, aag arg1, ic arg2, int arg3)
method_10688(com.mojang.datafixers.DataFixer arg0, class_4284 arg1, class_2487 arg2, int arg3)
update(com.mojang.datafixers.DataFixer arg0, DataFixTypes arg1, CompoundTag arg2, int arg3)
fix(com.mojang.datafixers.DataFixer arg0, C_49339849 arg1, NbtCompound arg2, int arg3)
func_210822_a(com.mojang.datafixers.DataFixer arg0, DefaultTypeReferences arg1, CompoundNBT arg2, int arg3)
update(com.mojang.datafixers.DataFixer arg0, DefaultTypeReferences arg1, CompoundNBT arg2, int arg3)
public static CompoundTag
a(DataFixer arg0, aag arg1, ic arg2, int arg3, int arg4)
method_10693(com.mojang.datafixers.DataFixer arg0, class_4284 arg1, class_2487 arg2, int arg3, int arg4)
update(com.mojang.datafixers.DataFixer arg0, DataFixTypes arg1, CompoundTag arg2, int arg3, int arg4)
fix(com.mojang.datafixers.DataFixer arg0, C_49339849 arg1, NbtCompound arg2, int arg3, int arg4)
func_210821_a(com.mojang.datafixers.DataFixer arg0, DefaultTypeReferences arg1, CompoundNBT arg2, int arg3, int arg4)
update(com.mojang.datafixers.DataFixer dataFixer, DefaultTypeReferences type, CompoundNBT arg2, int version, int newVersion)