Uses of Class
net.minecraft.nbt.CompoundNBT
-
-
Uses of CompoundNBT in net.minecraft.advancements.criterion
Fields in net.minecraft.advancements.criterion declared as CompoundNBT Modifier and Type Field Description private CompoundNBT
NBTPredicate. tag
Methods in net.minecraft.advancements.criterion that return CompoundNBT Modifier and Type Method Description static CompoundNBT
NBTPredicate. getEntityTagToCompare(Entity p_196981_0_)
Methods in net.minecraft.advancements.criterion with parameters of type CompoundNBT Modifier and Type Method Description ItemPredicate.Builder
ItemPredicate.Builder. hasNbt(CompoundNBT p_218002_1_)
Constructors in net.minecraft.advancements.criterion with parameters of type CompoundNBT Constructor Description NBTPredicate(CompoundNBT p_i47536_1_)
-
Uses of CompoundNBT in net.minecraft.client
Methods in net.minecraft.client that return CompoundNBT Modifier and Type Method Description private CompoundNBT
GameSettings. dataFix(CompoundNBT p_189988_1_)
Methods in net.minecraft.client with parameters of type CompoundNBT Modifier and Type Method Description private void
KeyboardListener. copyCreateBlockCommand(BlockState p_211558_1_, BlockPos p_211558_2_, CompoundNBT p_211558_3_)
private void
KeyboardListener. copyCreateEntityCommand(ResourceLocation p_211557_1_, Vector3d p_211557_2_, CompoundNBT p_211557_3_)
private CompoundNBT
GameSettings. dataFix(CompoundNBT p_189988_1_)
-
Uses of CompoundNBT in net.minecraft.client.gui.screen
Methods in net.minecraft.client.gui.screen with parameters of type CompoundNBT Modifier and Type Method Description static java.util.List<java.lang.String>
ReadBookScreen. convertPages(CompoundNBT p_214157_0_)
-
Uses of CompoundNBT in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer that return CompoundNBT Modifier and Type Method Description CompoundNBT
ServerData. write()
Methods in net.minecraft.client.multiplayer with parameters of type CompoundNBT Modifier and Type Method Description static ServerData
ServerData. read(CompoundNBT p_78837_0_)
Chunk
ClientChunkProvider. replaceWithPacketData(int p_228313_1_, int p_228313_2_, BiomeContainer p_228313_3_, PacketBuffer p_228313_4_, CompoundNBT p_228313_5_, int p_228313_6_, boolean p_228313_7_)
-
Uses of CompoundNBT in net.minecraft.client.particle
Constructors in net.minecraft.client.particle with parameters of type CompoundNBT Constructor Description Starter(ClientWorld p_i232391_1_, double p_i232391_2_, double p_i232391_4_, double p_i232391_6_, double p_i232391_8_, double p_i232391_10_, double p_i232391_12_, ParticleManager p_i232391_14_, CompoundNBT p_i232391_15_)
-
Uses of CompoundNBT in net.minecraft.client.util
Fields in net.minecraft.client.util with type parameters of type CompoundNBT Modifier and Type Field Description private java.util.function.Consumer<CompoundNBT>
NBTQueryManager. callback
Methods in net.minecraft.client.util with parameters of type CompoundNBT Modifier and Type Method Description boolean
NBTQueryManager. handleResponse(int p_211548_1_, CompoundNBT p_211548_2_)
Method parameters in net.minecraft.client.util with type arguments of type CompoundNBT Modifier and Type Method Description void
NBTQueryManager. queryBlockEntityTag(BlockPos p_211547_1_, java.util.function.Consumer<CompoundNBT> p_211547_2_)
void
NBTQueryManager. queryEntityTag(int p_211549_1_, java.util.function.Consumer<CompoundNBT> p_211549_2_)
private int
NBTQueryManager. startTransaction(java.util.function.Consumer<CompoundNBT> p_211546_1_)
-
Uses of CompoundNBT in net.minecraft.client.world
Methods in net.minecraft.client.world with parameters of type CompoundNBT Modifier and Type Method Description void
ClientWorld. createFireworks(double p_92088_1_, double p_92088_3_, double p_92088_5_, double p_92088_7_, double p_92088_9_, double p_92088_11_, CompoundNBT p_92088_13_)
-
Uses of CompoundNBT in net.minecraft.command
Methods in net.minecraft.command that return CompoundNBT Modifier and Type Method Description <T extends ITimerCallback<C>>
CompoundNBTTimerCallbackSerializers. serialize(T p_216339_1_)
private CompoundNBT
TimerCallbackManager. storeEvent(TimerCallbackManager.Entry<T> p_216332_1_)
Methods in net.minecraft.command with parameters of type CompoundNBT Modifier and Type Method Description abstract C
ITimerCallback.Serializer. deserialize(CompoundNBT p_212846_1_)
TimedFunction
TimedFunction.Serializer. deserialize(CompoundNBT p_212846_1_)
TimedFunctionTag
TimedFunctionTag.Serializer. deserialize(CompoundNBT p_212846_1_)
ITimerCallback<C>
TimerCallbackSerializers. deserialize(CompoundNBT p_216341_1_)
private void
TimerCallbackManager. loadEvent(CompoundNBT p_216329_1_)
abstract void
ITimerCallback.Serializer. serialize(CompoundNBT p_212847_1_, C p_212847_2_)
void
TimedFunction.Serializer. serialize(CompoundNBT p_212847_1_, TimedFunction p_212847_2_)
void
TimedFunctionTag.Serializer. serialize(CompoundNBT p_212847_1_, TimedFunctionTag p_212847_2_)
-
Uses of CompoundNBT in net.minecraft.command.arguments
Fields in net.minecraft.command.arguments declared as CompoundNBT Modifier and Type Field Description private CompoundNBT
BlockPredicateArgument.BlockPredicate. nbt
private CompoundNBT
BlockPredicateArgument.TagPredicate. nbt
private CompoundNBT
BlockStateParser. nbt
private CompoundNBT
ItemParser. nbt
private CompoundNBT
ItemPredicateArgument.ItemPredicate. nbt
private CompoundNBT
ItemPredicateArgument.TagPredicate. nbt
private CompoundNBT
NBTPathArgument.JsonNode. pattern
private CompoundNBT
NBTPathArgument.ListNode. pattern
private CompoundNBT
BlockStateInput. tag
private CompoundNBT
ItemInput. tag
Methods in net.minecraft.command.arguments that return CompoundNBT Modifier and Type Method Description static <S> CompoundNBT
NBTCompoundTagArgument. getCompoundTag(com.mojang.brigadier.context.CommandContext<S> p_218042_0_, java.lang.String p_218042_1_)
CompoundNBT
BlockStateParser. getNbt()
CompoundNBT
ItemParser. getNbt()
CompoundNBT
NBTCompoundTagArgument. parse(com.mojang.brigadier.StringReader p_parse_1_)
Methods in net.minecraft.command.arguments with parameters of type CompoundNBT Modifier and Type Method Description private static java.util.function.Predicate<INBT>
NBTPathArgument. createTagPredicate(CompoundNBT p_218080_0_)
Constructors in net.minecraft.command.arguments with parameters of type CompoundNBT Constructor Description BlockPredicate(BlockState p_i48210_1_, java.util.Set<Property<?>> p_i48210_2_, CompoundNBT p_i48210_3_)
BlockStateInput(BlockState p_i47967_1_, java.util.Set<Property<?>> p_i47967_2_, CompoundNBT p_i47967_3_)
CompoundNode(CompoundNBT p_i51149_1_)
ItemInput(Item p_i47961_1_, CompoundNBT p_i47961_2_)
ItemPredicate(Item p_i48221_1_, CompoundNBT p_i48221_2_)
JsonNode(java.lang.String p_i51150_1_, CompoundNBT p_i51150_2_)
ListNode(CompoundNBT p_i51151_1_)
TagPredicate(ITag<Block> p_i48238_1_, java.util.Map<java.lang.String,java.lang.String> p_i48238_2_, CompoundNBT p_i48238_3_)
TagPredicate(ITag<Item> p_i48220_1_, CompoundNBT p_i48220_2_)
-
Uses of CompoundNBT in net.minecraft.command.impl
Fields in net.minecraft.command.impl declared as CompoundNBT Modifier and Type Field Description CompoundNBT
CloneCommand.BlockInfo. tag
Methods in net.minecraft.command.impl with parameters of type CompoundNBT Modifier and Type Method Description private static int
SummonCommand. spawnEntity(CommandSource p_198737_0_, ResourceLocation p_198737_1_, Vector3d p_198737_2_, CompoundNBT p_198737_3_, boolean p_198737_4_)
Constructors in net.minecraft.command.impl with parameters of type CompoundNBT Constructor Description BlockInfo(BlockPos p_i47708_1_, BlockState p_i47708_2_, CompoundNBT p_i47708_3_)
-
Uses of CompoundNBT in net.minecraft.command.impl.data
Methods in net.minecraft.command.impl.data that return CompoundNBT Modifier and Type Method Description CompoundNBT
BlockDataAccessor. getData()
CompoundNBT
EntityDataAccessor. getData()
CompoundNBT
IDataAccessor. getData()
CompoundNBT
StorageAccessor. getData()
Methods in net.minecraft.command.impl.data with parameters of type CompoundNBT Modifier and Type Method Description private static int
DataCommand. insertAtIndex(int p_218944_0_, CompoundNBT p_218944_1_, NBTPathArgument.NBTPath p_218944_2_, java.util.List<INBT> p_218944_3_)
private static int
DataCommand. mergeData(CommandSource p_198946_0_, IDataAccessor p_198946_1_, CompoundNBT p_198946_2_)
int
DataCommand.IModificationType. modify(com.mojang.brigadier.context.CommandContext<CommandSource> p_modify_1_, CompoundNBT p_modify_2_, NBTPathArgument.NBTPath p_modify_3_, java.util.List<INBT> p_modify_4_)
void
BlockDataAccessor. setData(CompoundNBT p_198925_1_)
void
EntityDataAccessor. setData(CompoundNBT p_198925_1_)
void
IDataAccessor. setData(CompoundNBT p_198925_1_)
void
StorageAccessor. setData(CompoundNBT p_198925_1_)
-
Uses of CompoundNBT in net.minecraft.data
Methods in net.minecraft.data that return CompoundNBT Modifier and Type Method Description CompoundNBT
SNBTToNBTConverter.ITransformer. apply(java.lang.String p_225371_1_, CompoundNBT p_225371_2_)
CompoundNBT
StructureUpdater. apply(java.lang.String p_225371_1_, CompoundNBT p_225371_2_)
private CompoundNBT
SNBTToNBTConverter. applyFilters(java.lang.String p_225368_1_, CompoundNBT p_225368_2_)
private static CompoundNBT
StructureUpdater. patchVersion(CompoundNBT p_225372_0_)
private static CompoundNBT
StructureUpdater. updateStructure(java.lang.String p_240519_0_, CompoundNBT p_240519_1_)
Methods in net.minecraft.data with parameters of type CompoundNBT Modifier and Type Method Description CompoundNBT
SNBTToNBTConverter.ITransformer. apply(java.lang.String p_225371_1_, CompoundNBT p_225371_2_)
CompoundNBT
StructureUpdater. apply(java.lang.String p_225371_1_, CompoundNBT p_225371_2_)
private CompoundNBT
SNBTToNBTConverter. applyFilters(java.lang.String p_225368_1_, CompoundNBT p_225368_2_)
private static CompoundNBT
StructureUpdater. patchVersion(CompoundNBT p_225372_0_)
private static CompoundNBT
StructureUpdater. updateStructure(java.lang.String p_240519_0_, CompoundNBT p_240519_1_)
-
Uses of CompoundNBT in net.minecraft.entity
Fields in net.minecraft.entity declared as CompoundNBT Modifier and Type Field Description private CompoundNBT
MobEntity. leashInfoTag
private CompoundNBT
Entity. persistentData
Methods in net.minecraft.entity that return CompoundNBT Modifier and Type Method Description CompoundNBT
Entity. getPersistentData()
CompoundNBT
Entity. saveWithoutId(CompoundNBT p_189511_1_)
Methods in net.minecraft.entity with parameters of type CompoundNBT Modifier and Type Method Description void
AgeableEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
protected void
AreaEffectCloudEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
BoostHelper. addAdditionalSaveData(CompoundNBT p_233618_1_)
protected abstract void
Entity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
LivingEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
MobEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
default void
IAngerable. addPersistentAngerSaveData(CompoundNBT p_233682_1_)
static java.util.Optional<EntityType<?>>
EntityType. by(CompoundNBT p_220347_0_)
static java.util.Optional<Entity>
EntityType. create(CompoundNBT p_220330_0_, World p_220330_1_)
T
EntityType. create(ServerWorld p_220349_1_, CompoundNBT p_220349_2_, ITextComponent p_220349_3_, PlayerEntity p_220349_4_, BlockPos p_220349_5_, SpawnReason p_220349_6_, boolean p_220349_7_, boolean p_220349_8_)
ILivingEntityData
AgeableEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
ILivingEntityData
MobEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
void
Entity. load(CompoundNBT p_70020_1_)
static Entity
EntityType. loadEntityRecursive(CompoundNBT p_220335_0_, World p_220335_1_, java.util.function.Function<Entity,Entity> p_220335_2_)
private static java.util.Optional<Entity>
EntityType. loadStaticEntity(CompoundNBT p_220343_0_, World p_220343_1_)
void
AgeableEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
protected void
AreaEffectCloudEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
BoostHelper. readAdditionalSaveData(CompoundNBT p_233621_1_)
protected abstract void
Entity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
LivingEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
MobEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
default void
IAngerable. readPersistentAngerSaveData(ServerWorld p_241358_1_, CompoundNBT p_241358_2_)
boolean
Entity. save(CompoundNBT p_70039_1_)
boolean
Entity. saveAsPassenger(CompoundNBT p_184198_1_)
CompoundNBT
Entity. saveWithoutId(CompoundNBT p_189511_1_)
T
EntityType. spawn(ServerWorld p_220342_1_, CompoundNBT p_220342_2_, ITextComponent p_220342_3_, PlayerEntity p_220342_4_, BlockPos p_220342_5_, SpawnReason p_220342_6_, boolean p_220342_7_, boolean p_220342_8_)
static void
EntityType. updateCustomEntityTag(World p_208048_0_, PlayerEntity p_208048_1_, Entity p_208048_2_, CompoundNBT p_208048_3_)
-
Uses of CompoundNBT in net.minecraft.entity.ai.attributes
Methods in net.minecraft.entity.ai.attributes that return CompoundNBT Modifier and Type Method Description CompoundNBT
AttributeModifier. save()
CompoundNBT
ModifiableAttributeInstance. save()
Methods in net.minecraft.entity.ai.attributes with parameters of type CompoundNBT Modifier and Type Method Description static AttributeModifier
AttributeModifier. load(CompoundNBT p_233800_0_)
void
ModifiableAttributeInstance. load(CompoundNBT p_233765_1_)
-
Uses of CompoundNBT in net.minecraft.entity.boss
Methods in net.minecraft.entity.boss with parameters of type CompoundNBT Modifier and Type Method Description void
WitherEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
WitherEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
-
Uses of CompoundNBT in net.minecraft.entity.boss.dragon
Methods in net.minecraft.entity.boss.dragon with parameters of type CompoundNBT Modifier and Type Method Description void
EnderDragonEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
protected void
EnderDragonPartEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
EnderDragonEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
protected void
EnderDragonPartEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
-
Uses of CompoundNBT in net.minecraft.entity.effect
Methods in net.minecraft.entity.effect with parameters of type CompoundNBT Modifier and Type Method Description protected void
LightningBoltEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
protected void
LightningBoltEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
-
Uses of CompoundNBT in net.minecraft.entity.item
Fields in net.minecraft.entity.item declared as CompoundNBT Modifier and Type Field Description CompoundNBT
FallingBlockEntity. blockData
Methods in net.minecraft.entity.item that return CompoundNBT Modifier and Type Method Description private CompoundNBT
ArmorStandEntity. writePose()
Methods in net.minecraft.entity.item with parameters of type CompoundNBT Modifier and Type Method Description void
ArmorStandEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
protected void
BoatEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
protected void
EnderCrystalEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
ExperienceOrbEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
protected void
FallingBlockEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
HangingEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
ItemEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
ItemFrameEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
LeashKnotEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
PaintingEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
protected void
TNTEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
ArmorStandEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
protected void
BoatEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
protected void
EnderCrystalEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
ExperienceOrbEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
protected void
FallingBlockEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
HangingEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
ItemEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
ItemFrameEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
LeashKnotEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
PaintingEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
protected void
TNTEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
private void
ArmorStandEntity. readPose(CompoundNBT p_175416_1_)
-
Uses of CompoundNBT in net.minecraft.entity.item.minecart
Methods in net.minecraft.entity.item.minecart with parameters of type CompoundNBT Modifier and Type Method Description protected void
AbstractMinecartEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
protected void
CommandBlockMinecartEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
protected void
ContainerMinecartEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
protected void
FurnaceMinecartEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
protected void
HopperMinecartEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
protected void
SpawnerMinecartEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
protected void
TNTMinecartEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
protected void
AbstractMinecartEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
protected void
CommandBlockMinecartEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
protected void
ContainerMinecartEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
protected void
FurnaceMinecartEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
protected void
HopperMinecartEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
protected void
SpawnerMinecartEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
protected void
TNTMinecartEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
-
Uses of CompoundNBT in net.minecraft.entity.merchant.villager
Methods in net.minecraft.entity.merchant.villager with parameters of type CompoundNBT Modifier and Type Method Description void
AbstractVillagerEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
VillagerEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
WanderingTraderEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
ILivingEntityData
AbstractVillagerEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
ILivingEntityData
VillagerEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
void
AbstractVillagerEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
VillagerEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
WanderingTraderEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
-
Uses of CompoundNBT in net.minecraft.entity.monster
Fields in net.minecraft.entity.monster declared as CompoundNBT Modifier and Type Field Description private CompoundNBT
ZombieVillagerEntity. tradeOffers
Methods in net.minecraft.entity.monster with parameters of type CompoundNBT Modifier and Type Method Description void
AbstractRaiderEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
CreeperEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
EndermanEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
EndermiteEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
EvokerEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
GhastEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
HoglinEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
PatrollerEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
PhantomEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
PillagerEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
RavagerEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
ShulkerEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
SlimeEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
SpellcastingIllagerEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
VexEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
VindicatorEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
ZoglinEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
ZombieEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
ZombieVillagerEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
ZombifiedPiglinEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
ILivingEntityData
AbstractRaiderEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
ILivingEntityData
AbstractSkeletonEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
ILivingEntityData
CaveSpiderEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
ILivingEntityData
DrownedEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
ILivingEntityData
HoglinEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
ILivingEntityData
IllusionerEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
ILivingEntityData
PatrollerEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
ILivingEntityData
PhantomEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
ILivingEntityData
PillagerEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
ILivingEntityData
SlimeEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
ILivingEntityData
SpiderEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
ILivingEntityData
VexEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
ILivingEntityData
VindicatorEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
ILivingEntityData
WitherSkeletonEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
ILivingEntityData
ZombieEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
ILivingEntityData
ZombieVillagerEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
void
AbstractRaiderEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
AbstractSkeletonEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
CreeperEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
EndermanEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
EndermiteEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
EvokerEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
GhastEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
HoglinEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
PatrollerEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
PhantomEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
PillagerEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
RavagerEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
ShulkerEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
SlimeEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
SpellcastingIllagerEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
VexEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
VindicatorEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
ZoglinEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
ZombieEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
ZombieVillagerEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
ZombifiedPiglinEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
ZombieVillagerEntity. setTradeOffers(CompoundNBT p_213790_1_)
-
Uses of CompoundNBT in net.minecraft.entity.monster.piglin
Methods in net.minecraft.entity.monster.piglin with parameters of type CompoundNBT Modifier and Type Method Description void
AbstractPiglinEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
PiglinEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
ILivingEntityData
PiglinBruteEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
ILivingEntityData
PiglinEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
void
AbstractPiglinEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
PiglinEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
-
Uses of CompoundNBT in net.minecraft.entity.passive
-
Uses of CompoundNBT in net.minecraft.entity.passive.fish
Methods in net.minecraft.entity.passive.fish with parameters of type CompoundNBT Modifier and Type Method Description void
AbstractFishEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
PufferfishEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
TropicalFishEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
ILivingEntityData
AbstractGroupFishEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
ILivingEntityData
TropicalFishEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
void
AbstractFishEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
PufferfishEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
TropicalFishEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
-
Uses of CompoundNBT in net.minecraft.entity.passive.horse
Methods in net.minecraft.entity.passive.horse with parameters of type CompoundNBT Modifier and Type Method Description void
AbstractChestedHorseEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
AbstractHorseEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
HorseEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
LlamaEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
SkeletonHorseEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
TraderLlamaEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
ILivingEntityData
AbstractHorseEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
ILivingEntityData
HorseEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
ILivingEntityData
LlamaEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
ILivingEntityData
TraderLlamaEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)
void
AbstractChestedHorseEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
AbstractHorseEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
HorseEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
LlamaEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
SkeletonHorseEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
TraderLlamaEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
-
Uses of CompoundNBT in net.minecraft.entity.player
Fields in net.minecraft.entity.player with type parameters of type CompoundNBT Modifier and Type Field Description protected static DataParameter<CompoundNBT>
PlayerEntity. DATA_SHOULDER_LEFT
protected static DataParameter<CompoundNBT>
PlayerEntity. DATA_SHOULDER_RIGHT
Methods in net.minecraft.entity.player that return CompoundNBT Modifier and Type Method Description CompoundNBT
PlayerEntity. getShoulderEntityLeft()
CompoundNBT
PlayerEntity. getShoulderEntityRight()
Methods in net.minecraft.entity.player with parameters of type CompoundNBT Modifier and Type Method Description void
PlayerEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
ServerPlayerEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
PlayerAbilities. addSaveData(CompoundNBT p_75091_1_)
void
PlayerAbilities. loadSaveData(CompoundNBT p_75095_1_)
private void
PlayerEntity. playShoulderEntityAmbientSound(CompoundNBT p_192028_1_)
void
PlayerEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
ServerPlayerEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
private void
PlayerEntity. respawnEntityOnShoulder(CompoundNBT p_192026_1_)
boolean
PlayerEntity. setEntityOnShoulder(CompoundNBT p_192027_1_)
protected void
PlayerEntity. setShoulderEntityLeft(CompoundNBT p_192029_1_)
protected void
PlayerEntity. setShoulderEntityRight(CompoundNBT p_192031_1_)
-
Uses of CompoundNBT in net.minecraft.entity.projectile
Methods in net.minecraft.entity.projectile with parameters of type CompoundNBT Modifier and Type Method Description void
AbstractArrowEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
AbstractFireballEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
ArrowEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
DamagingProjectileEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
protected void
EvokerFangsEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
EyeOfEnderEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
FireballEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
FireworkRocketEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
FishingBobberEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
protected void
ProjectileEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
ProjectileItemEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
protected void
ShulkerBulletEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
SpectralArrowEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
TridentEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)
void
AbstractArrowEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
AbstractFireballEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
ArrowEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
DamagingProjectileEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
protected void
EvokerFangsEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
EyeOfEnderEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
FireballEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
FireworkRocketEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
FishingBobberEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
protected void
ProjectileEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
ProjectileItemEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
protected void
ShulkerBulletEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
SpectralArrowEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
void
TridentEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)
-
Uses of CompoundNBT in net.minecraft.inventory
Methods in net.minecraft.inventory that return CompoundNBT Modifier and Type Method Description static CompoundNBT
ItemStackHelper. saveAllItems(CompoundNBT p_191282_0_, NonNullList<ItemStack> p_191282_1_)
static CompoundNBT
ItemStackHelper. saveAllItems(CompoundNBT p_191281_0_, NonNullList<ItemStack> p_191281_1_, boolean p_191281_2_)
Methods in net.minecraft.inventory with parameters of type CompoundNBT Modifier and Type Method Description static void
ItemStackHelper. loadAllItems(CompoundNBT p_191283_0_, NonNullList<ItemStack> p_191283_1_)
static CompoundNBT
ItemStackHelper. saveAllItems(CompoundNBT p_191282_0_, NonNullList<ItemStack> p_191282_1_)
static CompoundNBT
ItemStackHelper. saveAllItems(CompoundNBT p_191281_0_, NonNullList<ItemStack> p_191281_1_, boolean p_191281_2_)
-
Uses of CompoundNBT in net.minecraft.item
Fields in net.minecraft.item declared as CompoundNBT Modifier and Type Field Description private CompoundNBT
ItemStack. capNBT
private CompoundNBT
ItemStack. tag
Methods in net.minecraft.item that return CompoundNBT Modifier and Type Method Description CompoundNBT
MerchantOffer. createTag()
CompoundNBT
MerchantOffers. createTag()
CompoundNBT
ItemStack. getOrCreateTag()
CompoundNBT
ItemStack. getOrCreateTagElement(java.lang.String p_190925_1_)
CompoundNBT
ItemStack. getTag()
CompoundNBT
ItemStack. getTagElement(java.lang.String p_179543_1_)
CompoundNBT
ItemStack. save(CompoundNBT p_77955_1_)
Methods in net.minecraft.item with parameters of type CompoundNBT Modifier and Type Method Description private void
CompassItem. addLodestoneTags(RegistryKey<World> p_234669_1_, BlockPos p_234669_2_, CompoundNBT p_234669_3_)
static void
FireworkStarItem. appendHoverText(CompoundNBT p_195967_0_, java.util.List<ITextComponent> p_195967_1_)
void
ItemStack. deserializeNBT(CompoundNBT nbt)
static java.util.Optional<RegistryKey<World>>
CompassItem. getLodestoneDimension(CompoundNBT p_234667_0_)
EntityType<?>
SpawnEggItem. getType(CompoundNBT p_208076_1_)
ICapabilityProvider
BucketItem. initCapabilities(ItemStack stack, CompoundNBT nbt)
ICapabilityProvider
MilkBucketItem. initCapabilities(ItemStack stack, CompoundNBT nbt)
static boolean
WritableBookItem. makeSureTagIsValid(CompoundNBT p_150930_0_)
static boolean
WrittenBookItem. makeSureTagIsValid(CompoundNBT p_77828_0_)
static ItemStack
ItemStack. of(CompoundNBT p_199557_0_)
CompoundNBT
ItemStack. save(CompoundNBT p_77955_1_)
void
ItemStack. setTag(CompoundNBT p_77982_1_)
boolean
SpawnEggItem. spawnsEntity(CompoundNBT p_208077_1_, EntityType<?> p_208077_2_)
boolean
Item. verifyTagAfterLoad(CompoundNBT p_179215_1_)
boolean
SkullItem. verifyTagAfterLoad(CompoundNBT p_179215_1_)
Constructors in net.minecraft.item with parameters of type CompoundNBT Constructor Description ItemStack(CompoundNBT p_i47263_1_)
ItemStack(IItemProvider p_i48204_1_, int p_i48204_2_, CompoundNBT capNBT)
MerchantOffer(CompoundNBT p_i50012_1_)
MerchantOffers(CompoundNBT p_i50011_1_)
Constructor parameters in net.minecraft.item with type arguments of type CompoundNBT Constructor Description ItemStack(IItemProvider p_i231596_1_, int p_i231596_2_, java.util.Optional<CompoundNBT> p_i231596_3_)
-
Uses of CompoundNBT in net.minecraft.item.crafting
Methods in net.minecraft.item.crafting that return CompoundNBT Modifier and Type Method Description CompoundNBT
ServerRecipeBook. toNbt()
Methods in net.minecraft.item.crafting with parameters of type CompoundNBT Modifier and Type Method Description void
ServerRecipeBook. fromNbt(CompoundNBT p_192825_1_, RecipeManager p_192825_2_)
static RecipeBookStatus
RecipeBookStatus. read(CompoundNBT p_242154_0_)
void
RecipeBookStatus. write(CompoundNBT p_242160_1_)
-
Uses of CompoundNBT in net.minecraft.loot.functions
Fields in net.minecraft.loot.functions declared as CompoundNBT Modifier and Type Field Description private CompoundNBT
SetNBT. tag
Methods in net.minecraft.loot.functions with parameters of type CompoundNBT Modifier and Type Method Description static LootFunction.Builder<?>
SetNBT. setTag(CompoundNBT p_215952_0_)
Constructors in net.minecraft.loot.functions with parameters of type CompoundNBT Constructor Description SetNBT(ILootCondition[] p_i46620_1_, CompoundNBT p_i46620_2_)
-
Uses of CompoundNBT in net.minecraft.nbt
Fields in net.minecraft.nbt with type parameters of type CompoundNBT Modifier and Type Field Description static com.mojang.serialization.Codec<CompoundNBT>
CompoundNBT. CODEC
static INBTType<CompoundNBT>
CompoundNBT. TYPE
Methods in net.minecraft.nbt that return CompoundNBT Modifier and Type Method Description protected CompoundNBT
NBTDynamicOps.NBTRecordBuilder. append(java.lang.String p_append_1_, INBT p_append_2_, CompoundNBT p_append_3_)
CompoundNBT
CompoundNBT. copy()
CompoundNBT
CompoundNBT. getCompound(java.lang.String p_74775_1_)
CompoundNBT
ListNBT. getCompound(int p_150305_1_)
protected CompoundNBT
NBTDynamicOps.NBTRecordBuilder. initBuilder()
CompoundNBT
CompoundNBT. merge(CompoundNBT p_197643_1_)
static CompoundNBT
JsonToNBT. parseTag(java.lang.String p_180713_0_)
static CompoundNBT
CompressedStreamTools. read(java.io.DataInput p_74794_0_)
static CompoundNBT
CompressedStreamTools. read(java.io.DataInput p_152456_0_, NBTSizeTracker p_152456_1_)
static CompoundNBT
CompressedStreamTools. read(java.io.File p_74797_0_)
static CompoundNBT
CompressedStreamTools. readCompressed(java.io.File p_244263_0_)
static CompoundNBT
CompressedStreamTools. readCompressed(java.io.InputStream p_74796_0_)
(package private) CompoundNBT
JsonToNBT. readSingleStruct()
CompoundNBT
JsonToNBT. readStruct()
static CompoundNBT
NBTUtil. update(com.mojang.datafixers.DataFixer p_210822_0_, DefaultTypeReferences p_210822_1_, CompoundNBT p_210822_2_, int p_210822_3_)
static CompoundNBT
NBTUtil. update(com.mojang.datafixers.DataFixer p_210821_0_, DefaultTypeReferences p_210821_1_, CompoundNBT p_210821_2_, int p_210821_3_, int p_210821_4_)
static CompoundNBT
NBTUtil. writeBlockPos(BlockPos p_186859_0_)
static CompoundNBT
NBTUtil. writeBlockState(BlockState p_190009_0_)
static CompoundNBT
NBTUtil. writeGameProfile(CompoundNBT p_180708_0_, com.mojang.authlib.GameProfile p_180708_1_)
Methods in net.minecraft.nbt that return types with arguments of type CompoundNBT Modifier and Type Method Description INBTType<CompoundNBT>
CompoundNBT. getType()
Methods in net.minecraft.nbt with parameters of type CompoundNBT Modifier and Type Method Description protected CompoundNBT
NBTDynamicOps.NBTRecordBuilder. append(java.lang.String p_append_1_, INBT p_append_2_, CompoundNBT p_append_3_)
protected com.mojang.serialization.DataResult<INBT>
NBTDynamicOps.NBTRecordBuilder. build(CompoundNBT p_build_1_, INBT p_build_2_)
CompoundNBT
CompoundNBT. merge(CompoundNBT p_197643_1_)
static BlockPos
NBTUtil. readBlockPos(CompoundNBT p_186861_0_)
static BlockState
NBTUtil. readBlockState(CompoundNBT p_190008_0_)
static com.mojang.authlib.GameProfile
NBTUtil. readGameProfile(CompoundNBT p_152459_0_)
private static <S extends StateHolder<?,S>,T extends java.lang.Comparable<T>>
SNBTUtil. setValueHelper(S p_193590_0_, Property<T> p_193590_1_, java.lang.String p_193590_2_, CompoundNBT p_193590_3_, CompoundNBT p_193590_4_)
static CompoundNBT
NBTUtil. update(com.mojang.datafixers.DataFixer p_210822_0_, DefaultTypeReferences p_210822_1_, CompoundNBT p_210822_2_, int p_210822_3_)
static CompoundNBT
NBTUtil. update(com.mojang.datafixers.DataFixer p_210821_0_, DefaultTypeReferences p_210821_1_, CompoundNBT p_210821_2_, int p_210821_3_, int p_210821_4_)
static void
CompressedStreamTools. write(CompoundNBT p_74800_0_, java.io.DataOutput p_74800_1_)
static void
CompressedStreamTools. write(CompoundNBT p_74795_0_, java.io.File p_74795_1_)
static void
CompressedStreamTools. writeCompressed(CompoundNBT p_244264_0_, java.io.File p_244264_1_)
static void
CompressedStreamTools. writeCompressed(CompoundNBT p_74799_0_, java.io.OutputStream p_74799_1_)
static CompoundNBT
NBTUtil. writeGameProfile(CompoundNBT p_180708_0_, com.mojang.authlib.GameProfile p_180708_1_)
-
Uses of CompoundNBT in net.minecraft.network
Methods in net.minecraft.network that return CompoundNBT Modifier and Type Method Description CompoundNBT
PacketBuffer. readAnySizeNbt()
CompoundNBT
PacketBuffer. readNbt()
CompoundNBT
PacketBuffer. readNbt(NBTSizeTracker p_244272_1_)
Methods in net.minecraft.network with parameters of type CompoundNBT Modifier and Type Method Description PacketBuffer
PacketBuffer. writeNbt(CompoundNBT p_150786_1_)
-
Uses of CompoundNBT in net.minecraft.network.datasync
Fields in net.minecraft.network.datasync with type parameters of type CompoundNBT Modifier and Type Field Description static IDataSerializer<CompoundNBT>
DataSerializers. COMPOUND_TAG
-
Uses of CompoundNBT in net.minecraft.network.play.server
Fields in net.minecraft.network.play.server declared as CompoundNBT Modifier and Type Field Description private CompoundNBT
SChunkDataPacket. heightmaps
private CompoundNBT
SQueryNBTResponsePacket. tag
private CompoundNBT
SUpdateTileEntityPacket. tag
Fields in net.minecraft.network.play.server with type parameters of type CompoundNBT Modifier and Type Field Description private java.util.List<CompoundNBT>
SChunkDataPacket. blockEntitiesTags
Methods in net.minecraft.network.play.server that return CompoundNBT Modifier and Type Method Description CompoundNBT
SChunkDataPacket. getHeightmaps()
CompoundNBT
SQueryNBTResponsePacket. getTag()
CompoundNBT
SUpdateTileEntityPacket. getTag()
Methods in net.minecraft.network.play.server that return types with arguments of type CompoundNBT Modifier and Type Method Description java.util.List<CompoundNBT>
SChunkDataPacket. getBlockEntitiesTags()
Constructors in net.minecraft.network.play.server with parameters of type CompoundNBT Constructor Description SQueryNBTResponsePacket(int p_i49757_1_, CompoundNBT p_i49757_2_)
SUpdateTileEntityPacket(BlockPos p_i46967_1_, int p_i46967_2_, CompoundNBT p_i46967_3_)
-
Uses of CompoundNBT in net.minecraft.potion
Methods in net.minecraft.potion that return CompoundNBT Modifier and Type Method Description CompoundNBT
EffectInstance. save(CompoundNBT p_82719_1_)
Methods in net.minecraft.potion with parameters of type CompoundNBT Modifier and Type Method Description static java.util.List<EffectInstance>
PotionUtils. getAllEffects(CompoundNBT p_185185_0_)
static java.util.List<EffectInstance>
PotionUtils. getCustomEffects(CompoundNBT p_185192_0_)
static void
PotionUtils. getCustomEffects(CompoundNBT p_185193_0_, java.util.List<EffectInstance> p_185193_1_)
static Potion
PotionUtils. getPotion(CompoundNBT p_185187_0_)
static EffectInstance
EffectInstance. load(CompoundNBT p_82722_0_)
private static EffectInstance
EffectInstance. loadSpecifiedEffect(Effect p_230116_0_, CompoundNBT p_230116_1_)
private static EffectInstance
EffectInstance. readCurativeItems(EffectInstance effect, CompoundNBT nbt)
CompoundNBT
EffectInstance. save(CompoundNBT p_82719_1_)
private void
EffectInstance. writeDetailsTo(CompoundNBT p_230119_1_)
-
Uses of CompoundNBT in net.minecraft.scoreboard
Fields in net.minecraft.scoreboard declared as CompoundNBT Modifier and Type Field Description private CompoundNBT
ScoreboardSaveData. delayLoad
Methods in net.minecraft.scoreboard that return CompoundNBT Modifier and Type Method Description CompoundNBT
ScoreboardSaveData. save(CompoundNBT p_189551_1_)
Methods in net.minecraft.scoreboard with parameters of type CompoundNBT Modifier and Type Method Description void
ScoreboardSaveData. load(CompoundNBT p_76184_1_)
protected void
ScoreboardSaveData. loadDisplaySlots(CompoundNBT p_96504_1_)
CompoundNBT
ScoreboardSaveData. save(CompoundNBT p_189551_1_)
protected void
ScoreboardSaveData. saveDisplaySlots(CompoundNBT p_96497_1_)
-
Uses of CompoundNBT in net.minecraft.server
Methods in net.minecraft.server that return CompoundNBT Modifier and Type Method Description CompoundNBT
CustomServerBossInfo. save()
CompoundNBT
CustomServerBossInfoManager. save()
Methods in net.minecraft.server with parameters of type CompoundNBT Modifier and Type Method Description static CustomServerBossInfo
CustomServerBossInfo. load(CompoundNBT p_201371_0_, ResourceLocation p_201371_1_)
void
CustomServerBossInfoManager. load(CompoundNBT p_201381_1_)
-
Uses of CompoundNBT in net.minecraft.server.integrated
Fields in net.minecraft.server.integrated declared as CompoundNBT Modifier and Type Field Description private CompoundNBT
IntegratedPlayerList. playerData
Methods in net.minecraft.server.integrated that return CompoundNBT Modifier and Type Method Description CompoundNBT
IntegratedPlayerList. getSingleplayerData()
-
Uses of CompoundNBT in net.minecraft.server.management
Methods in net.minecraft.server.management that return CompoundNBT Modifier and Type Method Description CompoundNBT
PlayerList. getSingleplayerData()
CompoundNBT
PlayerList. load(ServerPlayerEntity p_72380_1_)
-
Uses of CompoundNBT in net.minecraft.stats
Methods in net.minecraft.stats that return CompoundNBT Modifier and Type Method Description private static CompoundNBT
ServerStatisticsManager. fromJson(com.google.gson.JsonObject p_199065_0_)
-
Uses of CompoundNBT in net.minecraft.test
Methods in net.minecraft.test that return CompoundNBT Modifier and Type Method Description private static CompoundNBT
StructureHelper. tryLoadStructure(java.nio.file.Path p_229606_0_)
-
Uses of CompoundNBT in net.minecraft.tileentity
Fields in net.minecraft.tileentity declared as CompoundNBT Modifier and Type Field Description private CompoundNBT
TileEntity. customTileData
private CompoundNBT
BeehiveTileEntity.Bee. entityData
Methods in net.minecraft.tileentity that return CompoundNBT Modifier and Type Method Description CompoundNBT
TileEntity. getTileData()
CompoundNBT
BannerTileEntity. getUpdateTag()
CompoundNBT
BeaconTileEntity. getUpdateTag()
CompoundNBT
CampfireTileEntity. getUpdateTag()
CompoundNBT
ConduitTileEntity. getUpdateTag()
CompoundNBT
EndGatewayTileEntity. getUpdateTag()
CompoundNBT
JigsawTileEntity. getUpdateTag()
CompoundNBT
MobSpawnerTileEntity. getUpdateTag()
CompoundNBT
PistonTileEntity. getUpdateTag()
CompoundNBT
SignTileEntity. getUpdateTag()
CompoundNBT
SkullTileEntity. getUpdateTag()
CompoundNBT
StructureBlockTileEntity. getUpdateTag()
CompoundNBT
TileEntity. getUpdateTag()
CompoundNBT
AbstractFurnaceTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
BannerTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
BarrelTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
BeaconTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
BeehiveTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
BrewingStandTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
CampfireTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
ChestTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
CommandBlockLogic. save(CompoundNBT p_189510_1_)
CompoundNBT
CommandBlockTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
ComparatorTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
ConduitTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
DispenserTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
EnchantingTableTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
EndGatewayTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
HopperTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
JigsawTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
JukeboxTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
LecternTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
LockableTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
MobSpawnerTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
PistonTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
ShulkerBoxTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
SignTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
SkullTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
StructureBlockTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
TileEntity. save(CompoundNBT p_189515_1_)
private CompoundNBT
TileEntity. saveMetadata(CompoundNBT p_189516_1_)
private CompoundNBT
CampfireTileEntity. saveMetadataAndItems(CompoundNBT p_213983_1_)
CompoundNBT
ShulkerBoxTileEntity. saveToTag(CompoundNBT p_190580_1_)
Methods in net.minecraft.tileentity with parameters of type CompoundNBT Modifier and Type Method Description void
AbstractFurnaceTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)
void
BannerTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)
void
BarrelTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)
void
BeaconTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)
void
BeehiveTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)
void
BrewingStandTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)
void
CampfireTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)
void
ChestTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)
void
CommandBlockLogic. load(CompoundNBT p_145759_1_)
void
CommandBlockTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)
void
ComparatorTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)
void
ConduitTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)
void
DispenserTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)
void
EnchantingTableTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)
void
EndGatewayTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)
void
HopperTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)
void
JigsawTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)
void
JukeboxTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)
void
LecternTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)
void
LockableTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)
void
MobSpawnerTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)
void
PistonTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)
void
ShulkerBoxTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)
void
SignTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)
void
SkullTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)
void
StructureBlockTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)
void
TileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)
void
ShulkerBoxTileEntity. loadFromTag(CompoundNBT p_190586_1_)
static TileEntity
TileEntity. loadStatic(BlockState p_235657_0_, CompoundNBT p_235657_1_)
CompoundNBT
AbstractFurnaceTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
BannerTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
BarrelTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
BeaconTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
BeehiveTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
BrewingStandTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
CampfireTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
ChestTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
CommandBlockLogic. save(CompoundNBT p_189510_1_)
CompoundNBT
CommandBlockTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
ComparatorTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
ConduitTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
DispenserTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
EnchantingTableTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
EndGatewayTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
HopperTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
JigsawTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
JukeboxTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
LecternTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
LockableTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
MobSpawnerTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
PistonTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
ShulkerBoxTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
SignTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
SkullTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
StructureBlockTileEntity. save(CompoundNBT p_189515_1_)
CompoundNBT
TileEntity. save(CompoundNBT p_189515_1_)
private CompoundNBT
TileEntity. saveMetadata(CompoundNBT p_189516_1_)
private CompoundNBT
CampfireTileEntity. saveMetadataAndItems(CompoundNBT p_213983_1_)
CompoundNBT
ShulkerBoxTileEntity. saveToTag(CompoundNBT p_190580_1_)
protected boolean
LockableLootTileEntity. tryLoadLootTable(CompoundNBT p_184283_1_)
protected boolean
LockableLootTileEntity. trySaveLootTable(CompoundNBT p_184282_1_)
Constructors in net.minecraft.tileentity with parameters of type CompoundNBT Constructor Description Bee(CompoundNBT p_i225767_1_, int p_i225767_2_, int p_i225767_3_)
-
Uses of CompoundNBT in net.minecraft.util
Fields in net.minecraft.util declared as CompoundNBT Modifier and Type Field Description private CompoundNBT
WeightedSpawnerEntity. tag
Methods in net.minecraft.util that return CompoundNBT Modifier and Type Method Description CompoundNBT
WeightedSpawnerEntity. getTag()
CompoundNBT
WeightedSpawnerEntity. save()
Methods in net.minecraft.util with parameters of type CompoundNBT Modifier and Type Method Description void
FoodStats. addAdditionalSaveData(CompoundNBT p_75117_1_)
void
FoodStats. readAdditionalSaveData(CompoundNBT p_75112_1_)
Constructors in net.minecraft.util with parameters of type CompoundNBT Constructor Description WeightedSpawnerEntity(int p_i46716_1_, CompoundNBT p_i46716_2_)
WeightedSpawnerEntity(CompoundNBT p_i46715_1_)
-
Uses of CompoundNBT in net.minecraft.util.palette
Fields in net.minecraft.util.palette with type parameters of type CompoundNBT Modifier and Type Field Description private java.util.function.Function<CompoundNBT,T>
ArrayPalette. reader
private java.util.function.Function<CompoundNBT,T>
HashMapPalette. reader
private java.util.function.Function<CompoundNBT,T>
PalettedContainer. reader
private java.util.function.Function<T,CompoundNBT>
HashMapPalette. writer
private java.util.function.Function<T,CompoundNBT>
PalettedContainer. writer
Methods in net.minecraft.util.palette that return CompoundNBT Modifier and Type Method Description CompoundNBT
UpgradeData. write()
Methods in net.minecraft.util.palette with parameters of type CompoundNBT Modifier and Type Method Description void
PalettedContainer. write(CompoundNBT p_196963_1_, java.lang.String p_196963_2_, java.lang.String p_196963_3_)
Constructors in net.minecraft.util.palette with parameters of type CompoundNBT Constructor Description UpgradeData(CompoundNBT p_i47714_1_)
Constructor parameters in net.minecraft.util.palette with type arguments of type CompoundNBT Constructor Description ArrayPalette(ObjectIntIdentityMap<T> p_i48962_1_, int p_i48962_2_, IResizeCallback<T> p_i48962_3_, java.util.function.Function<CompoundNBT,T> p_i48962_4_)
HashMapPalette(ObjectIntIdentityMap<T> p_i48964_1_, int p_i48964_2_, IResizeCallback<T> p_i48964_3_, java.util.function.Function<CompoundNBT,T> p_i48964_4_, java.util.function.Function<T,CompoundNBT> p_i48964_5_)
PalettedContainer(IPalette<T> p_i48961_1_, ObjectIntIdentityMap<T> p_i48961_2_, java.util.function.Function<CompoundNBT,T> p_i48961_3_, java.util.function.Function<T,CompoundNBT> p_i48961_4_, T p_i48961_5_)
-
Uses of CompoundNBT in net.minecraft.util.text
Methods in net.minecraft.util.text that return types with arguments of type CompoundNBT Modifier and Type Method Description protected java.util.stream.Stream<CompoundNBT>
NBTTextComponent.Block. getData(CommandSource p_218673_1_)
protected java.util.stream.Stream<CompoundNBT>
NBTTextComponent.Entity. getData(CommandSource p_218673_1_)
protected abstract java.util.stream.Stream<CompoundNBT>
NBTTextComponent. getData(CommandSource p_218673_1_)
protected java.util.stream.Stream<CompoundNBT>
NBTTextComponent.Storage. getData(CommandSource p_218673_1_)
-
Uses of CompoundNBT in net.minecraft.util.text.event
Fields in net.minecraft.util.text.event declared as CompoundNBT Modifier and Type Field Description private CompoundNBT
HoverEvent.ItemHover. tag
Constructors in net.minecraft.util.text.event with parameters of type CompoundNBT Constructor Description ItemHover(Item p_i232567_1_, int p_i232567_2_, CompoundNBT p_i232567_3_)
-
Uses of CompoundNBT in net.minecraft.world
Methods in net.minecraft.world that return CompoundNBT Modifier and Type Method Description CompoundNBT
GameRules. createTag()
CompoundNBT
ForcedChunksSaveData. save(CompoundNBT p_189551_1_)
Methods in net.minecraft.world with parameters of type CompoundNBT Modifier and Type Method Description void
LockCode. addToTag(CompoundNBT p_180157_1_)
void
World. createFireworks(double p_92088_1_, double p_92088_3_, double p_92088_5_, double p_92088_7_, double p_92088_9_, double p_92088_11_, CompoundNBT p_92088_13_)
static LockCode
LockCode. fromTag(CompoundNBT p_180158_0_)
void
ForcedChunksSaveData. load(CompoundNBT p_76184_1_)
CompoundNBT
ForcedChunksSaveData. save(CompoundNBT p_189551_1_)
-
Uses of CompoundNBT in net.minecraft.world.border
Methods in net.minecraft.world.border with parameters of type CompoundNBT Modifier and Type Method Description void
WorldBorder.Serializer. write(CompoundNBT p_235939_1_)
-
Uses of CompoundNBT in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk with type parameters of type CompoundNBT Modifier and Type Field Description private java.util.Map<BlockPos,CompoundNBT>
ChunkPrimer. blockEntityNbts
private java.util.List<CompoundNBT>
ChunkPrimer. entities
private java.util.Map<BlockPos,CompoundNBT>
Chunk. pendingBlockEntities
Methods in net.minecraft.world.chunk that return CompoundNBT Modifier and Type Method Description CompoundNBT
Chunk. getBlockEntityNbt(BlockPos p_201579_1_)
CompoundNBT
ChunkPrimer. getBlockEntityNbt(BlockPos p_201579_1_)
CompoundNBT
ChunkPrimerWrapper. getBlockEntityNbt(BlockPos p_201579_1_)
CompoundNBT
IChunk. getBlockEntityNbt(BlockPos p_201579_1_)
CompoundNBT
Chunk. getBlockEntityNbtForSaving(BlockPos p_223134_1_)
CompoundNBT
ChunkPrimer. getBlockEntityNbtForSaving(BlockPos p_223134_1_)
CompoundNBT
ChunkPrimerWrapper. getBlockEntityNbtForSaving(BlockPos p_223134_1_)
CompoundNBT
IChunk. getBlockEntityNbtForSaving(BlockPos p_223134_1_)
CompoundNBT
Chunk. writeCapsToNBT()
Deprecated.Methods in net.minecraft.world.chunk that return types with arguments of type CompoundNBT Modifier and Type Method Description java.util.Map<BlockPos,CompoundNBT>
ChunkPrimer. getBlockEntityNbts()
java.util.List<CompoundNBT>
ChunkPrimer. getEntities()
Methods in net.minecraft.world.chunk with parameters of type CompoundNBT Modifier and Type Method Description void
ChunkPrimer. addEntity(CompoundNBT p_201626_1_)
private TileEntity
Chunk. promotePendingBlockEntity(BlockPos p_212815_1_, CompoundNBT p_212815_2_)
void
Chunk. readCapsFromNBT(CompoundNBT tag)
Deprecated.void
Chunk. replaceWithPacketData(BiomeContainer p_227073_1_, PacketBuffer p_227073_2_, CompoundNBT p_227073_3_, int p_227073_4_)
void
Chunk. setBlockEntityNbt(CompoundNBT p_201591_1_)
void
ChunkPrimer. setBlockEntityNbt(CompoundNBT p_201591_1_)
void
ChunkPrimerWrapper. setBlockEntityNbt(CompoundNBT p_201591_1_)
default void
IChunk. setBlockEntityNbt(CompoundNBT p_201591_1_)
-
Uses of CompoundNBT in net.minecraft.world.chunk.storage
Fields in net.minecraft.world.chunk.storage declared as CompoundNBT Modifier and Type Field Description private CompoundNBT
IOWorker.Entry. data
Methods in net.minecraft.world.chunk.storage that return CompoundNBT Modifier and Type Method Description CompoundNBT
IOWorker. load(ChunkPos p_227090_1_)
private static CompoundNBT
ChunkSerializer. packStructureData(ChunkPos p_222649_0_, java.util.Map<Structure<?>,StructureStart<?>> p_222649_1_, java.util.Map<Structure<?>,it.unimi.dsi.fastutil.longs.LongSet> p_222649_2_)
CompoundNBT
ChunkLoader. read(ChunkPos p_227078_1_)
CompoundNBT
RegionFileCache. read(ChunkPos p_219099_1_)
private CompoundNBT
RegionSectionCache. tryRead(ChunkPos p_223138_1_)
CompoundNBT
ChunkLoader. upgradeChunkTag(RegistryKey<World> p_235968_1_, java.util.function.Supplier<DimensionSavedDataManager> p_235968_2_, CompoundNBT p_235968_3_)
static CompoundNBT
ChunkSerializer. write(ServerWorld p_222645_0_, IChunk p_222645_1_)
Methods in net.minecraft.world.chunk.storage with parameters of type CompoundNBT Modifier and Type Method Description static void
ChunkLoaderUtil. convertToAnvilFormat(DynamicRegistries.Impl p_242708_0_, ChunkLoaderUtil.AnvilConverterData p_242708_1_, CompoundNBT p_242708_2_, BiomeProvider p_242708_3_)
static ChunkStatus.Type
ChunkSerializer. getChunkTypeFromTag(CompoundNBT p_222651_0_)
static int
ChunkLoader. getVersion(CompoundNBT p_219165_0_)
static ChunkLoaderUtil.AnvilConverterData
ChunkLoaderUtil. load(CompoundNBT p_76691_0_)
private static void
ChunkSerializer. postLoadChunk(CompoundNBT p_222650_0_, Chunk p_222650_1_)
static ChunkPrimer
ChunkSerializer. read(ServerWorld p_222656_0_, TemplateManager p_222656_1_, PointOfInterestManager p_222656_2_, ChunkPos p_222656_3_, CompoundNBT p_222656_4_)
java.util.concurrent.CompletableFuture<java.lang.Void>
IOWorker. store(ChunkPos p_227093_1_, CompoundNBT p_227093_2_)
private static java.util.Map<Structure<?>,it.unimi.dsi.fastutil.longs.LongSet>
ChunkSerializer. unpackStructureReferences(ChunkPos p_227075_0_, CompoundNBT p_227075_1_)
private static java.util.Map<Structure<?>,StructureStart<?>>
ChunkSerializer. unpackStructureStart(TemplateManager p_235967_0_, CompoundNBT p_235967_1_, long p_235967_2_)
CompoundNBT
ChunkLoader. upgradeChunkTag(RegistryKey<World> p_235968_1_, java.util.function.Supplier<DimensionSavedDataManager> p_235968_2_, CompoundNBT p_235968_3_)
void
ChunkLoader. write(ChunkPos p_219100_1_, CompoundNBT p_219100_2_)
protected void
RegionFileCache. write(ChunkPos p_219100_1_, CompoundNBT p_219100_2_)
Constructors in net.minecraft.world.chunk.storage with parameters of type CompoundNBT Constructor Description Entry(CompoundNBT p_i231891_1_)
-
Uses of CompoundNBT in net.minecraft.world.end
Methods in net.minecraft.world.end that return CompoundNBT Modifier and Type Method Description CompoundNBT
DragonFightManager. saveData()
Constructors in net.minecraft.world.end with parameters of type CompoundNBT Constructor Description DragonFightManager(ServerWorld p_i231901_1_, long p_i231901_2_, CompoundNBT p_i231901_4_)
-
Uses of CompoundNBT in net.minecraft.world.gen.feature.jigsaw
Fields in net.minecraft.world.gen.feature.jigsaw declared as CompoundNBT Modifier and Type Field Description private CompoundNBT
FeatureJigsawPiece. defaultJigsawNBT
Methods in net.minecraft.world.gen.feature.jigsaw that return CompoundNBT Modifier and Type Method Description private CompoundNBT
FeatureJigsawPiece. fillDefaultJigsawNBT()
-
Uses of CompoundNBT in net.minecraft.world.gen.feature.structure
Fields in net.minecraft.world.gen.feature.structure with type parameters of type CompoundNBT Modifier and Type Field Description private java.util.Map<java.lang.String,it.unimi.dsi.fastutil.longs.Long2ObjectMap<CompoundNBT>>
LegacyStructureDataUtil. dataMap
Methods in net.minecraft.world.gen.feature.structure that return CompoundNBT Modifier and Type Method Description CompoundNBT
StructurePiece. createTag()
CompoundNBT
StructureStart. createTag(int p_143021_1_, int p_143021_2_)
CompoundNBT
StructureIndexesSavedData. save(CompoundNBT p_189551_1_)
CompoundNBT
LegacyStructureDataUtil. updateFromLegacy(CompoundNBT p_212181_1_)
private CompoundNBT
LegacyStructureDataUtil. updateStructureStart(CompoundNBT p_212182_1_, ChunkPos p_212182_2_)
Methods in net.minecraft.world.gen.feature.structure with parameters of type CompoundNBT Modifier and Type Method Description protected void
AbstractVillagePiece. addAdditionalSaveData(CompoundNBT p_143011_1_)
protected void
BuriedTreasure.Piece. addAdditionalSaveData(CompoundNBT p_143011_1_)
protected void
DesertPyramidPiece. addAdditionalSaveData(CompoundNBT p_143011_1_)
protected void
EndCityPieces.CityTemplate. addAdditionalSaveData(CompoundNBT p_143011_1_)
protected void
FortressPieces.Corridor. addAdditionalSaveData(CompoundNBT p_143011_1_)
protected void
FortressPieces.Corridor2. addAdditionalSaveData(CompoundNBT p_143011_1_)
protected void
FortressPieces.End. addAdditionalSaveData(CompoundNBT p_143011_1_)
protected void
FortressPieces.Piece. addAdditionalSaveData(CompoundNBT p_143011_1_)
protected void
FortressPieces.Throne. addAdditionalSaveData(CompoundNBT p_143011_1_)
protected void
IglooPieces.Piece. addAdditionalSaveData(CompoundNBT p_143011_1_)
protected void
JunglePyramidPiece. addAdditionalSaveData(CompoundNBT p_143011_1_)
protected void
MineshaftPieces.Corridor. addAdditionalSaveData(CompoundNBT p_143011_1_)
protected void
MineshaftPieces.Cross. addAdditionalSaveData(CompoundNBT p_143011_1_)
protected void
MineshaftPieces.Piece. addAdditionalSaveData(CompoundNBT p_143011_1_)
protected void
MineshaftPieces.Room. addAdditionalSaveData(CompoundNBT p_143011_1_)
protected void
NetherFossilStructures.Piece. addAdditionalSaveData(CompoundNBT p_143011_1_)
protected void
OceanMonumentPieces.Piece. addAdditionalSaveData(CompoundNBT p_143011_1_)
protected void
OceanRuinPieces.Piece. addAdditionalSaveData(CompoundNBT p_143011_1_)
protected void
RuinedPortalPiece. addAdditionalSaveData(CompoundNBT p_143011_1_)
protected void
ScatteredStructurePiece. addAdditionalSaveData(CompoundNBT p_143011_1_)
protected void
ShipwreckPieces.Piece. addAdditionalSaveData(CompoundNBT p_143011_1_)
protected void
StrongholdPieces.ChestCorridor. addAdditionalSaveData(CompoundNBT p_143011_1_)
protected void
StrongholdPieces.Corridor. addAdditionalSaveData(CompoundNBT p_143011_1_)
protected void
StrongholdPieces.Crossing. addAdditionalSaveData(CompoundNBT p_143011_1_)
protected void
StrongholdPieces.Library. addAdditionalSaveData(CompoundNBT p_143011_1_)
protected void
StrongholdPieces.PortalRoom. addAdditionalSaveData(CompoundNBT p_143011_1_)
protected void
StrongholdPieces.RoomCrossing. addAdditionalSaveData(CompoundNBT p_143011_1_)
protected void
StrongholdPieces.Stairs. addAdditionalSaveData(CompoundNBT p_143011_1_)
protected void
StrongholdPieces.Straight. addAdditionalSaveData(CompoundNBT p_143011_1_)
protected void
StrongholdPieces.Stronghold. addAdditionalSaveData(CompoundNBT p_143011_1_)
protected abstract void
StructurePiece. addAdditionalSaveData(CompoundNBT p_143011_1_)
protected void
SwampHutPiece. addAdditionalSaveData(CompoundNBT p_143011_1_)
protected void
TemplateStructurePiece. addAdditionalSaveData(CompoundNBT p_143011_1_)
protected void
WoodlandMansionPieces.MansionTemplate. addAdditionalSaveData(CompoundNBT p_143011_1_)
StructurePiece
IStructurePieceType. load(TemplateManager p_load_1_, CompoundNBT p_load_2_)
void
StructureIndexesSavedData. load(CompoundNBT p_76184_1_)
static StructureStart<?>
Structure. loadStaticStart(TemplateManager p_236393_0_, CompoundNBT p_236393_1_, long p_236393_2_)
CompoundNBT
StructureIndexesSavedData. save(CompoundNBT p_189551_1_)
CompoundNBT
LegacyStructureDataUtil. updateFromLegacy(CompoundNBT p_212181_1_)
private CompoundNBT
LegacyStructureDataUtil. updateStructureStart(CompoundNBT p_212182_1_, ChunkPos p_212182_2_)
-
Uses of CompoundNBT in net.minecraft.world.gen.feature.template
Fields in net.minecraft.world.gen.feature.template declared as CompoundNBT Modifier and Type Field Description CompoundNBT
Template.BlockInfo. nbt
CompoundNBT
Template.EntityInfo. nbt
private CompoundNBT
RuleEntry. outputTag
Methods in net.minecraft.world.gen.feature.template that return CompoundNBT Modifier and Type Method Description CompoundNBT
RuleEntry. getOutputTag()
CompoundNBT
Template. save(CompoundNBT p_189552_1_)
Methods in net.minecraft.world.gen.feature.template with parameters of type CompoundNBT Modifier and Type Method Description private static java.util.Optional<Entity>
Template. createEntityIgnoreException(IServerWorld p_215382_0_, CompoundNBT p_215382_1_)
void
Template. load(CompoundNBT p_186256_1_)
Template
TemplateManager. readStructure(CompoundNBT p_227458_1_)
CompoundNBT
Template. save(CompoundNBT p_189552_1_)
Constructors in net.minecraft.world.gen.feature.template with parameters of type CompoundNBT Constructor Description BlockInfo(BlockPos p_i47042_1_, BlockState p_i47042_2_, CompoundNBT p_i47042_3_)
EntityInfo(Vector3d p_i47101_1_, BlockPos p_i47101_2_, CompoundNBT p_i47101_3_)
Constructor parameters in net.minecraft.world.gen.feature.template with type arguments of type CompoundNBT Constructor Description RuleEntry(RuleTest p_i232118_1_, RuleTest p_i232118_2_, PosRuleTest p_i232118_3_, BlockState p_i232118_4_, java.util.Optional<CompoundNBT> p_i232118_5_)
-
Uses of CompoundNBT in net.minecraft.world.raid
Methods in net.minecraft.world.raid that return CompoundNBT Modifier and Type Method Description CompoundNBT
Raid. save(CompoundNBT p_221326_1_)
CompoundNBT
RaidManager. save(CompoundNBT p_189551_1_)
Methods in net.minecraft.world.raid with parameters of type CompoundNBT Modifier and Type Method Description void
RaidManager. load(CompoundNBT p_76184_1_)
CompoundNBT
Raid. save(CompoundNBT p_221326_1_)
CompoundNBT
RaidManager. save(CompoundNBT p_189551_1_)
Constructors in net.minecraft.world.raid with parameters of type CompoundNBT Constructor Description Raid(ServerWorld p_i50145_1_, CompoundNBT p_i50145_2_)
-
Uses of CompoundNBT in net.minecraft.world.server
Methods in net.minecraft.world.server that return CompoundNBT Modifier and Type Method Description private CompoundNBT
ChunkManager. readChunk(ChunkPos p_219178_1_)
-
Uses of CompoundNBT in net.minecraft.world.spawner
Methods in net.minecraft.world.spawner that return CompoundNBT Modifier and Type Method Description CompoundNBT
AbstractSpawner. save(CompoundNBT p_189530_1_)
Methods in net.minecraft.world.spawner with parameters of type CompoundNBT Modifier and Type Method Description void
AbstractSpawner. load(CompoundNBT p_98270_1_)
CompoundNBT
AbstractSpawner. save(CompoundNBT p_189530_1_)
-
Uses of CompoundNBT in net.minecraft.world.storage
Fields in net.minecraft.world.storage declared as CompoundNBT Modifier and Type Field Description private CompoundNBT
ServerWorldInfo. customBossEvents
private CompoundNBT
ServerWorldInfo. endDragonFightData
private CompoundNBT
ServerWorldInfo. loadedPlayerTag
Fields in net.minecraft.world.storage with type parameters of type CompoundNBT Modifier and Type Field Description private java.util.Map<java.lang.String,CompoundNBT>
CommandStorage.Container. storage
Methods in net.minecraft.world.storage that return CompoundNBT Modifier and Type Method Description CompoundNBT
IServerConfiguration. createTag(DynamicRegistries p_230411_1_, CompoundNBT p_230411_2_)
CompoundNBT
ServerWorldInfo. createTag(DynamicRegistries p_230411_1_, CompoundNBT p_230411_2_)
CompoundNBT
IServerConfiguration. endDragonFightData()
CompoundNBT
ServerWorldInfo. endDragonFightData()
CompoundNBT
CommandStorage.Container. get(java.lang.String p_227493_1_)
CompoundNBT
CommandStorage. get(ResourceLocation p_227488_1_)
CompoundNBT
IServerConfiguration. getCustomBossEvents()
CompoundNBT
ServerWorldInfo. getCustomBossEvents()
CompoundNBT
IServerConfiguration. getLoadedPlayerTag()
CompoundNBT
ServerWorldInfo. getLoadedPlayerTag()
CompoundNBT
PlayerData. load(PlayerEntity p_237336_1_)
CompoundNBT
DimensionSavedDataManager. readTagFromDisk(java.lang.String p_215755_1_, int p_215755_2_)
CompoundNBT
CommandStorage.Container. save(CompoundNBT p_189551_1_)
CompoundNBT
MapBanner. save()
CompoundNBT
MapData. save(CompoundNBT p_189551_1_)
CompoundNBT
MapFrame. save()
CompoundNBT
MapIdTracker. save(CompoundNBT p_189551_1_)
abstract CompoundNBT
WorldSavedData. save(CompoundNBT p_189551_1_)
CompoundNBT
WorldSavedData. serializeNBT()
Methods in net.minecraft.world.storage with parameters of type CompoundNBT Modifier and Type Method Description CompoundNBT
IServerConfiguration. createTag(DynamicRegistries p_230411_1_, CompoundNBT p_230411_2_)
CompoundNBT
ServerWorldInfo. createTag(DynamicRegistries p_230411_1_, CompoundNBT p_230411_2_)
void
WorldSavedData. deserializeNBT(CompoundNBT nbt)
void
CommandStorage.Container. load(CompoundNBT p_76184_1_)
static MapBanner
MapBanner. load(CompoundNBT p_204300_0_)
void
MapData. load(CompoundNBT p_76184_1_)
static MapFrame
MapFrame. load(CompoundNBT p_212765_0_)
void
MapIdTracker. load(CompoundNBT p_76184_1_)
abstract void
WorldSavedData. load(CompoundNBT p_76184_1_)
static ServerWorldInfo
ServerWorldInfo. parse(com.mojang.serialization.Dynamic<INBT> p_237369_0_, com.mojang.datafixers.DataFixer p_237369_1_, int p_237369_2_, CompoundNBT p_237369_3_, WorldSettings p_237369_4_, VersionData p_237369_5_, DimensionGeneratorSettings p_237369_6_, com.mojang.serialization.Lifecycle p_237369_7_)
void
CommandStorage.Container. put(java.lang.String p_227495_1_, CompoundNBT p_227495_2_)
CompoundNBT
CommandStorage.Container. save(CompoundNBT p_189551_1_)
CompoundNBT
MapData. save(CompoundNBT p_189551_1_)
CompoundNBT
MapIdTracker. save(CompoundNBT p_189551_1_)
abstract CompoundNBT
WorldSavedData. save(CompoundNBT p_189551_1_)
void
SaveFormat.LevelSave. saveDataTag(DynamicRegistries p_237288_1_, IServerConfiguration p_237288_2_, CompoundNBT p_237288_3_)
void
CommandStorage. set(ResourceLocation p_227489_1_, CompoundNBT p_227489_2_)
void
IServerConfiguration. setCustomBossEvents(CompoundNBT p_230414_1_)
void
ServerWorldInfo. setCustomBossEvents(CompoundNBT p_230414_1_)
void
IServerConfiguration. setEndDragonFightData(CompoundNBT p_230413_1_)
void
ServerWorldInfo. setEndDragonFightData(CompoundNBT p_230413_1_)
private void
ServerWorldInfo. setTagData(DynamicRegistries p_237370_1_, CompoundNBT p_237370_2_, CompoundNBT p_237370_3_)
Constructors in net.minecraft.world.storage with parameters of type CompoundNBT Constructor Description ServerWorldInfo(com.mojang.datafixers.DataFixer p_i242043_1_, int p_i242043_2_, CompoundNBT p_i242043_3_, boolean p_i242043_4_, int p_i242043_5_, int p_i242043_6_, int p_i242043_7_, float p_i242043_8_, long p_i242043_9_, long p_i242043_11_, int p_i242043_13_, int p_i242043_14_, int p_i242043_15_, boolean p_i242043_16_, int p_i242043_17_, boolean p_i242043_18_, boolean p_i242043_19_, boolean p_i242043_20_, WorldBorder.Serializer p_i242043_21_, int p_i242043_22_, int p_i242043_23_, java.util.UUID p_i242043_24_, java.util.LinkedHashSet<java.lang.String> p_i242043_25_, TimerCallbackManager<MinecraftServer> p_i242043_26_, CompoundNBT p_i242043_27_, CompoundNBT p_i242043_28_, WorldSettings p_i242043_29_, DimensionGeneratorSettings p_i242043_30_, com.mojang.serialization.Lifecycle p_i242043_31_)
-
Uses of CompoundNBT in net.minecraftforge.common
Methods in net.minecraftforge.common that return CompoundNBT Modifier and Type Method Description CompoundNBT
ForgeMod. getDataForWriting(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo)
Methods in net.minecraftforge.common with parameters of type CompoundNBT Modifier and Type Method Description EntityType<?>
ForgeSpawnEggItem. getType(CompoundNBT tag)
void
ForgeMod. readData(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo, CompoundNBT tag)
-
Uses of CompoundNBT in net.minecraftforge.common.capabilities
Fields in net.minecraftforge.common.capabilities declared as CompoundNBT Modifier and Type Field Description private CompoundNBT
CapabilityProvider. lazyData
Methods in net.minecraftforge.common.capabilities that return CompoundNBT Modifier and Type Method Description protected CompoundNBT
CapabilityProvider. serializeCaps()
CompoundNBT
CapabilityDispatcher. serializeNBT()
Methods in net.minecraftforge.common.capabilities with parameters of type CompoundNBT Modifier and Type Method Description protected void
CapabilityProvider. deserializeCaps(CompoundNBT tag)
void
CapabilityDispatcher. deserializeNBT(CompoundNBT nbt)
-
Uses of CompoundNBT in net.minecraftforge.common.extensions
Methods in net.minecraftforge.common.extensions that return CompoundNBT Modifier and Type Method Description CompoundNBT
IForgeEntity. getPersistentData()
Returns a NBTTagCompound that can be used to store custom data for this entity.default CompoundNBT
IForgeItem. getShareTag(ItemStack stack)
Override this method to change the NBT data being sent to the client.default CompoundNBT
IForgeItemStack. getShareTag()
Get the NBT data to be sent to the client.CompoundNBT
IForgeTileEntity. getTileData()
Gets aNBTTagCompound
that can be used to store custom data for this tile entity.default CompoundNBT
IForgeEntity. serializeNBT()
default CompoundNBT
IForgeItemStack. serializeNBT()
default CompoundNBT
IForgeTileEntity. serializeNBT()
Methods in net.minecraftforge.common.extensions with parameters of type CompoundNBT Modifier and Type Method Description default void
IForgeEntity. deserializeNBT(CompoundNBT nbt)
default void
IForgeTileEntity. deserializeNBT(BlockState state, CompoundNBT nbt)
default void
IForgeTileEntity. deserializeNBT(CompoundNBT nbt)
default void
IForgeTileEntity. handleUpdateTag(BlockState state, CompoundNBT tag)
Called when the chunk's TE update tag, gotten from#getUpdateTag()
, is received on the client.default ICapabilityProvider
IForgeItem. initCapabilities(ItemStack stack, CompoundNBT nbt)
Called from ItemStack.setItem, will hold extra data for the life of this ItemStack.default void
IForgeItem. readShareTag(ItemStack stack, CompoundNBT nbt)
Override this method to decide what to do with the NBT data received from getNBTShareTag().default void
IForgeItemStack. readShareTag(CompoundNBT nbt)
Override this method to decide what to do with the NBT data received from getNBTShareTag().default void
IForgeEffectInstance. writeCurativeItems(CompoundNBT nbt)
-
Uses of CompoundNBT in net.minecraftforge.common.util
Fields in net.minecraftforge.common.util declared as CompoundNBT Modifier and Type Field Description private CompoundNBT
WorldCapabilityData. capNBT
private CompoundNBT
BlockSnapshot. nbt
Fields in net.minecraftforge.common.util with type parameters of type CompoundNBT Modifier and Type Field Description private INBTSerializable<CompoundNBT>
WorldCapabilityData. serializable
Methods in net.minecraftforge.common.util that return CompoundNBT Modifier and Type Method Description CompoundNBT
BlockSnapshot. getNbt()
private static CompoundNBT
BlockSnapshot. getTileNBT(TileEntity te)
static CompoundNBT
JsonUtils. readNBT(com.google.gson.JsonObject json, java.lang.String key)
CompoundNBT
DummyWorldSaveData. save(CompoundNBT compound)
CompoundNBT
WorldCapabilityData. save(CompoundNBT nbt)
Methods in net.minecraftforge.common.util with parameters of type CompoundNBT Modifier and Type Method Description void
DummyWorldSaveData. load(CompoundNBT nbt)
void
WorldCapabilityData. load(CompoundNBT nbt)
CompoundNBT
DummyWorldSaveData. save(CompoundNBT compound)
CompoundNBT
WorldCapabilityData. save(CompoundNBT nbt)
Method parameters in net.minecraftforge.common.util with type arguments of type CompoundNBT Modifier and Type Method Description void
WorldCapabilityData. setCapabilities(INBTSerializable<CompoundNBT> capabilities)
Constructors in net.minecraftforge.common.util with parameters of type CompoundNBT Constructor Description BlockSnapshot(RegistryKey<World> dim, IWorld world, BlockPos pos, BlockState state, CompoundNBT nbt, int flags)
Constructor parameters in net.minecraftforge.common.util with type arguments of type CompoundNBT Constructor Description WorldCapabilityData(INBTSerializable<CompoundNBT> serializable)
-
Uses of CompoundNBT in net.minecraftforge.common.world
Methods in net.minecraftforge.common.world with parameters of type CompoundNBT Modifier and Type Method Description private static void
ForgeChunkManager. readBlockForcedChunks(java.lang.String modId, long chunkPos, CompoundNBT modEntry, java.lang.String key, java.util.Map<ForgeChunkManager.TicketOwner<BlockPos>,it.unimi.dsi.fastutil.longs.LongSet> blockForcedChunks)
Reads the forge block forced chunks.private static void
ForgeChunkManager. readEntityForcedChunks(java.lang.String modId, long chunkPos, CompoundNBT modEntry, java.lang.String key, java.util.Map<ForgeChunkManager.TicketOwner<java.util.UUID>,it.unimi.dsi.fastutil.longs.LongSet> entityForcedChunks)
Reads the forge entity forced chunks.static void
ForgeChunkManager. readForgeForcedChunks(CompoundNBT nbt, ForgeChunkManager.TicketTracker<BlockPos> blockForcedChunks, ForgeChunkManager.TicketTracker<java.util.UUID> entityForcedChunks)
Reads the forge forced chunks from the NBT compound.static void
ForgeChunkManager. writeForgeForcedChunks(CompoundNBT nbt, ForgeChunkManager.TicketTracker<BlockPos> blockForcedChunks, ForgeChunkManager.TicketTracker<java.util.UUID> entityForcedChunks)
Writes the forge forced chunks into the NBT compound.Method parameters in net.minecraftforge.common.world with type arguments of type CompoundNBT Modifier and Type Method Description private static <T extends java.lang.Comparable<? super T>>
voidForgeChunkManager. writeForcedChunkOwners(java.util.Map<java.lang.String,it.unimi.dsi.fastutil.longs.Long2ObjectMap<CompoundNBT>> forcedEntries, java.util.Map<ForgeChunkManager.TicketOwner<T>,it.unimi.dsi.fastutil.longs.LongSet> forcedChunks, java.lang.String listKey, int listType, java.util.function.BiConsumer<T,ListNBT> ownerWriter)
private static <T extends java.lang.Comparable<? super T>>
voidForgeChunkManager. writeForcedChunkOwners(java.util.Map<java.lang.String,it.unimi.dsi.fastutil.longs.Long2ObjectMap<CompoundNBT>> forcedEntries, ForgeChunkManager.TicketTracker<T> tracker, java.lang.String listKey, int listType, java.util.function.BiConsumer<T,ListNBT> ownerWriter)
-
Uses of CompoundNBT in net.minecraftforge.debug.block
Methods in net.minecraftforge.debug.block that return CompoundNBT Modifier and Type Method Description CompoundNBT
FullPotsAccessorDemo.DioriteFlowerPotTileEntity. getUpdateTag()
CompoundNBT
FullPotsAccessorDemo.DioriteFlowerPotTileEntity. save(CompoundNBT tag)
Methods in net.minecraftforge.debug.block with parameters of type CompoundNBT Modifier and Type Method Description void
FullPotsAccessorDemo.DioriteFlowerPotTileEntity. handleUpdateTag(BlockState state, CompoundNBT tag)
void
FullPotsAccessorDemo.DioriteFlowerPotTileEntity. load(BlockState state, CompoundNBT tag)
CompoundNBT
FullPotsAccessorDemo.DioriteFlowerPotTileEntity. save(CompoundNBT tag)
-
Uses of CompoundNBT in net.minecraftforge.event.world
Fields in net.minecraftforge.event.world declared as CompoundNBT Modifier and Type Field Description private CompoundNBT
ChunkDataEvent. data
Methods in net.minecraftforge.event.world that return CompoundNBT Modifier and Type Method Description CompoundNBT
ChunkDataEvent. getData()
Constructors in net.minecraftforge.event.world with parameters of type CompoundNBT Constructor Description ChunkDataEvent(IChunk chunk, CompoundNBT data)
ChunkDataEvent(IChunk chunk, IWorld world, CompoundNBT data)
Load(IChunk chunk, CompoundNBT data, ChunkStatus.Type status)
Save(IChunk chunk, IWorld world, CompoundNBT data)
-
Uses of CompoundNBT in net.minecraftforge.fluids
Fields in net.minecraftforge.fluids declared as CompoundNBT Modifier and Type Field Description private CompoundNBT
FluidStack. tag
Methods in net.minecraftforge.fluids that return CompoundNBT Modifier and Type Method Description CompoundNBT
FluidStack. getChildTag(java.lang.String childName)
CompoundNBT
FluidStack. getOrCreateChildTag(java.lang.String childName)
CompoundNBT
FluidStack. getOrCreateTag()
CompoundNBT
FluidStack. getTag()
CompoundNBT
FluidStack. writeToNBT(CompoundNBT nbt)
Methods in net.minecraftforge.fluids with parameters of type CompoundNBT Modifier and Type Method Description static FluidStack
FluidStack. loadFluidStackFromNBT(CompoundNBT nbt)
This provides a safe method for retrieving a FluidStack - if the Fluid is invalid, the stack will return as null.void
FluidStack. setTag(CompoundNBT tag)
CompoundNBT
FluidStack. writeToNBT(CompoundNBT nbt)
Constructors in net.minecraftforge.fluids with parameters of type CompoundNBT Constructor Description FluidStack(Fluid fluid, int amount, CompoundNBT nbt)
-
Uses of CompoundNBT in net.minecraftforge.fluids.capability
Methods in net.minecraftforge.fluids.capability that return CompoundNBT Modifier and Type Method Description CompoundNBT
TileFluidHandler. save(CompoundNBT tag)
Methods in net.minecraftforge.fluids.capability with parameters of type CompoundNBT Modifier and Type Method Description ICapabilityProvider
ItemFluidContainer. initCapabilities(ItemStack stack, CompoundNBT nbt)
void
TileFluidHandler. load(BlockState state, CompoundNBT tag)
CompoundNBT
TileFluidHandler. save(CompoundNBT tag)
-
Uses of CompoundNBT in net.minecraftforge.fluids.capability.templates
Methods in net.minecraftforge.fluids.capability.templates that return CompoundNBT Modifier and Type Method Description CompoundNBT
FluidTank. writeToNBT(CompoundNBT nbt)
Methods in net.minecraftforge.fluids.capability.templates with parameters of type CompoundNBT Modifier and Type Method Description FluidTank
FluidTank. readFromNBT(CompoundNBT nbt)
CompoundNBT
FluidTank. writeToNBT(CompoundNBT nbt)
-
Uses of CompoundNBT in net.minecraftforge.fml
Methods in net.minecraftforge.fml that return CompoundNBT Modifier and Type Method Description CompoundNBT
FMLWorldPersistenceHook. getDataForWriting(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo)
CompoundNBT
WorldPersistenceHooks.WorldPersistenceHook. getDataForWriting(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo)
Methods in net.minecraftforge.fml with parameters of type CompoundNBT Modifier and Type Method Description static void
WorldPersistenceHooks. handleWorldDataLoad(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo, CompoundNBT tagCompound)
static void
WorldPersistenceHooks. handleWorldDataSave(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo, CompoundNBT tagCompound)
void
FMLWorldPersistenceHook. readData(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo, CompoundNBT tag)
void
WorldPersistenceHooks.WorldPersistenceHook. readData(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo, CompoundNBT tag)
-
Uses of CompoundNBT in net.minecraftforge.items
Methods in net.minecraftforge.items that return CompoundNBT Modifier and Type Method Description CompoundNBT
ItemStackHandler. serializeNBT()
Methods in net.minecraftforge.items with parameters of type CompoundNBT Modifier and Type Method Description void
ItemStackHandler. deserializeNBT(CompoundNBT nbt)
-
Uses of CompoundNBT in net.minecraftforge.registries
Methods in net.minecraftforge.registries that return CompoundNBT Modifier and Type Method Description CompoundNBT
ForgeRegistry.Snapshot. write()
Methods in net.minecraftforge.registries with parameters of type CompoundNBT Modifier and Type Method Description static ForgeRegistry.Snapshot
ForgeRegistry.Snapshot. read(CompoundNBT nbt)
-