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 CompoundNBTNBTPredicate. tagMethods in net.minecraft.advancements.criterion that return CompoundNBT Modifier and Type Method Description static CompoundNBTNBTPredicate. getEntityTagToCompare(Entity p_196981_0_)Methods in net.minecraft.advancements.criterion with parameters of type CompoundNBT Modifier and Type Method Description ItemPredicate.BuilderItemPredicate.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 CompoundNBTGameSettings. dataFix(CompoundNBT p_189988_1_)Methods in net.minecraft.client with parameters of type CompoundNBT Modifier and Type Method Description private voidKeyboardListener. copyCreateBlockCommand(BlockState p_211558_1_, BlockPos p_211558_2_, CompoundNBT p_211558_3_)private voidKeyboardListener. copyCreateEntityCommand(ResourceLocation p_211557_1_, Vector3d p_211557_2_, CompoundNBT p_211557_3_)private CompoundNBTGameSettings. 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 CompoundNBTServerData. write()Methods in net.minecraft.client.multiplayer with parameters of type CompoundNBT Modifier and Type Method Description static ServerDataServerData. read(CompoundNBT p_78837_0_)ChunkClientChunkProvider. 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. callbackMethods in net.minecraft.client.util with parameters of type CompoundNBT Modifier and Type Method Description booleanNBTQueryManager. 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 voidNBTQueryManager. queryBlockEntityTag(BlockPos p_211547_1_, java.util.function.Consumer<CompoundNBT> p_211547_2_)voidNBTQueryManager. queryEntityTag(int p_211549_1_, java.util.function.Consumer<CompoundNBT> p_211549_2_)private intNBTQueryManager. 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 voidClientWorld. 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 CompoundNBTTimerCallbackManager. storeEvent(TimerCallbackManager.Entry<T> p_216332_1_)Methods in net.minecraft.command with parameters of type CompoundNBT Modifier and Type Method Description abstract CITimerCallback.Serializer. deserialize(CompoundNBT p_212846_1_)TimedFunctionTimedFunction.Serializer. deserialize(CompoundNBT p_212846_1_)TimedFunctionTagTimedFunctionTag.Serializer. deserialize(CompoundNBT p_212846_1_)ITimerCallback<C>TimerCallbackSerializers. deserialize(CompoundNBT p_216341_1_)private voidTimerCallbackManager. loadEvent(CompoundNBT p_216329_1_)abstract voidITimerCallback.Serializer. serialize(CompoundNBT p_212847_1_, C p_212847_2_)voidTimedFunction.Serializer. serialize(CompoundNBT p_212847_1_, TimedFunction p_212847_2_)voidTimedFunctionTag.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 CompoundNBTBlockPredicateArgument.BlockPredicate. nbtprivate CompoundNBTBlockPredicateArgument.TagPredicate. nbtprivate CompoundNBTBlockStateParser. nbtprivate CompoundNBTItemParser. nbtprivate CompoundNBTItemPredicateArgument.ItemPredicate. nbtprivate CompoundNBTItemPredicateArgument.TagPredicate. nbtprivate CompoundNBTNBTPathArgument.JsonNode. patternprivate CompoundNBTNBTPathArgument.ListNode. patternprivate CompoundNBTBlockStateInput. tagprivate CompoundNBTItemInput. tagMethods in net.minecraft.command.arguments that return CompoundNBT Modifier and Type Method Description static <S> CompoundNBTNBTCompoundTagArgument. getCompoundTag(com.mojang.brigadier.context.CommandContext<S> p_218042_0_, java.lang.String p_218042_1_)CompoundNBTBlockStateParser. getNbt()CompoundNBTItemParser. getNbt()CompoundNBTNBTCompoundTagArgument. 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 CompoundNBTCloneCommand.BlockInfo. tagMethods in net.minecraft.command.impl with parameters of type CompoundNBT Modifier and Type Method Description private static intSummonCommand. 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 CompoundNBTBlockDataAccessor. getData()CompoundNBTEntityDataAccessor. getData()CompoundNBTIDataAccessor. getData()CompoundNBTStorageAccessor. getData()Methods in net.minecraft.command.impl.data with parameters of type CompoundNBT Modifier and Type Method Description private static intDataCommand. insertAtIndex(int p_218944_0_, CompoundNBT p_218944_1_, NBTPathArgument.NBTPath p_218944_2_, java.util.List<INBT> p_218944_3_)private static intDataCommand. mergeData(CommandSource p_198946_0_, IDataAccessor p_198946_1_, CompoundNBT p_198946_2_)intDataCommand.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_)voidBlockDataAccessor. setData(CompoundNBT p_198925_1_)voidEntityDataAccessor. setData(CompoundNBT p_198925_1_)voidIDataAccessor. setData(CompoundNBT p_198925_1_)voidStorageAccessor. 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 CompoundNBTSNBTToNBTConverter.ITransformer. apply(java.lang.String p_225371_1_, CompoundNBT p_225371_2_)CompoundNBTStructureUpdater. apply(java.lang.String p_225371_1_, CompoundNBT p_225371_2_)private CompoundNBTSNBTToNBTConverter. applyFilters(java.lang.String p_225368_1_, CompoundNBT p_225368_2_)private static CompoundNBTStructureUpdater. patchVersion(CompoundNBT p_225372_0_)private static CompoundNBTStructureUpdater. 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 CompoundNBTSNBTToNBTConverter.ITransformer. apply(java.lang.String p_225371_1_, CompoundNBT p_225371_2_)CompoundNBTStructureUpdater. apply(java.lang.String p_225371_1_, CompoundNBT p_225371_2_)private CompoundNBTSNBTToNBTConverter. applyFilters(java.lang.String p_225368_1_, CompoundNBT p_225368_2_)private static CompoundNBTStructureUpdater. patchVersion(CompoundNBT p_225372_0_)private static CompoundNBTStructureUpdater. 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 CompoundNBTMobEntity. leashInfoTagprivate CompoundNBTEntity. persistentDataMethods in net.minecraft.entity that return CompoundNBT Modifier and Type Method Description CompoundNBTEntity. getPersistentData()CompoundNBTEntity. saveWithoutId(CompoundNBT p_189511_1_)Methods in net.minecraft.entity with parameters of type CompoundNBT Modifier and Type Method Description voidAgeableEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)protected voidAreaEffectCloudEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidBoostHelper. addAdditionalSaveData(CompoundNBT p_233618_1_)protected abstract voidEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidLivingEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidMobEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)default voidIAngerable. 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_)TEntityType. 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_)ILivingEntityDataAgeableEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)ILivingEntityDataMobEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)voidEntity. load(CompoundNBT p_70020_1_)static EntityEntityType. 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_)voidAgeableEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)protected voidAreaEffectCloudEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidBoostHelper. readAdditionalSaveData(CompoundNBT p_233621_1_)protected abstract voidEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidLivingEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidMobEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)default voidIAngerable. readPersistentAngerSaveData(ServerWorld p_241358_1_, CompoundNBT p_241358_2_)booleanEntity. save(CompoundNBT p_70039_1_)booleanEntity. saveAsPassenger(CompoundNBT p_184198_1_)CompoundNBTEntity. saveWithoutId(CompoundNBT p_189511_1_)TEntityType. 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 voidEntityType. 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 CompoundNBTAttributeModifier. save()CompoundNBTModifiableAttributeInstance. save()Methods in net.minecraft.entity.ai.attributes with parameters of type CompoundNBT Modifier and Type Method Description static AttributeModifierAttributeModifier. load(CompoundNBT p_233800_0_)voidModifiableAttributeInstance. 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 voidWitherEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidWitherEntity. 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 voidEnderDragonEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)protected voidEnderDragonPartEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidEnderDragonEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)protected voidEnderDragonPartEntity. 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 voidLightningBoltEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)protected voidLightningBoltEntity. 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 CompoundNBTFallingBlockEntity. blockDataMethods in net.minecraft.entity.item that return CompoundNBT Modifier and Type Method Description private CompoundNBTArmorStandEntity. writePose()Methods in net.minecraft.entity.item with parameters of type CompoundNBT Modifier and Type Method Description voidArmorStandEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)protected voidBoatEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)protected voidEnderCrystalEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidExperienceOrbEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)protected voidFallingBlockEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidHangingEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidItemEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidItemFrameEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidLeashKnotEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidPaintingEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)protected voidTNTEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidArmorStandEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)protected voidBoatEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)protected voidEnderCrystalEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidExperienceOrbEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)protected voidFallingBlockEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidHangingEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidItemEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidItemFrameEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidLeashKnotEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidPaintingEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)protected voidTNTEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)private voidArmorStandEntity. 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 voidAbstractMinecartEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)protected voidCommandBlockMinecartEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)protected voidContainerMinecartEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)protected voidFurnaceMinecartEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)protected voidHopperMinecartEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)protected voidSpawnerMinecartEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)protected voidTNTMinecartEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)protected voidAbstractMinecartEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)protected voidCommandBlockMinecartEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)protected voidContainerMinecartEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)protected voidFurnaceMinecartEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)protected voidHopperMinecartEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)protected voidSpawnerMinecartEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)protected voidTNTMinecartEntity. 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 voidAbstractVillagerEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidVillagerEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidWanderingTraderEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)ILivingEntityDataAbstractVillagerEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)ILivingEntityDataVillagerEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)voidAbstractVillagerEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidVillagerEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidWanderingTraderEntity. 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 CompoundNBTZombieVillagerEntity. tradeOffersMethods in net.minecraft.entity.monster with parameters of type CompoundNBT Modifier and Type Method Description voidAbstractRaiderEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidCreeperEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidEndermanEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidEndermiteEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidEvokerEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidGhastEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidHoglinEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidPatrollerEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidPhantomEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidPillagerEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidRavagerEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidShulkerEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidSlimeEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidSpellcastingIllagerEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidVexEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidVindicatorEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidZoglinEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidZombieEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidZombieVillagerEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidZombifiedPiglinEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)ILivingEntityDataAbstractRaiderEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)ILivingEntityDataAbstractSkeletonEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)ILivingEntityDataCaveSpiderEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)ILivingEntityDataDrownedEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)ILivingEntityDataHoglinEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)ILivingEntityDataIllusionerEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)ILivingEntityDataPatrollerEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)ILivingEntityDataPhantomEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)ILivingEntityDataPillagerEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)ILivingEntityDataSlimeEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)ILivingEntityDataSpiderEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)ILivingEntityDataVexEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)ILivingEntityDataVindicatorEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)ILivingEntityDataWitherSkeletonEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)ILivingEntityDataZombieEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)ILivingEntityDataZombieVillagerEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)voidAbstractRaiderEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidAbstractSkeletonEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidCreeperEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidEndermanEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidEndermiteEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidEvokerEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidGhastEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidHoglinEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidPatrollerEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidPhantomEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidPillagerEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidRavagerEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidShulkerEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidSlimeEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidSpellcastingIllagerEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidVexEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidVindicatorEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidZoglinEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidZombieEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidZombieVillagerEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidZombifiedPiglinEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidZombieVillagerEntity. 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 voidAbstractPiglinEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidPiglinEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)ILivingEntityDataPiglinBruteEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)ILivingEntityDataPiglinEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)voidAbstractPiglinEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidPiglinEntity. 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 voidAbstractFishEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidPufferfishEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidTropicalFishEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)ILivingEntityDataAbstractGroupFishEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)ILivingEntityDataTropicalFishEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)voidAbstractFishEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidPufferfishEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidTropicalFishEntity. 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 voidAbstractChestedHorseEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidAbstractHorseEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidHorseEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidLlamaEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidSkeletonHorseEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidTraderLlamaEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)ILivingEntityDataAbstractHorseEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)ILivingEntityDataHorseEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)ILivingEntityDataLlamaEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)ILivingEntityDataTraderLlamaEntity. finalizeSpawn(IServerWorld p_213386_1_, DifficultyInstance p_213386_2_, SpawnReason p_213386_3_, ILivingEntityData p_213386_4_, CompoundNBT p_213386_5_)voidAbstractChestedHorseEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidAbstractHorseEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidHorseEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidLlamaEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidSkeletonHorseEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidTraderLlamaEntity. 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_LEFTprotected static DataParameter<CompoundNBT>PlayerEntity. DATA_SHOULDER_RIGHTMethods in net.minecraft.entity.player that return CompoundNBT Modifier and Type Method Description CompoundNBTPlayerEntity. getShoulderEntityLeft()CompoundNBTPlayerEntity. getShoulderEntityRight()Methods in net.minecraft.entity.player with parameters of type CompoundNBT Modifier and Type Method Description voidPlayerEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidServerPlayerEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidPlayerAbilities. addSaveData(CompoundNBT p_75091_1_)voidPlayerAbilities. loadSaveData(CompoundNBT p_75095_1_)private voidPlayerEntity. playShoulderEntityAmbientSound(CompoundNBT p_192028_1_)voidPlayerEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidServerPlayerEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)private voidPlayerEntity. respawnEntityOnShoulder(CompoundNBT p_192026_1_)booleanPlayerEntity. setEntityOnShoulder(CompoundNBT p_192027_1_)protected voidPlayerEntity. setShoulderEntityLeft(CompoundNBT p_192029_1_)protected voidPlayerEntity. 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 voidAbstractArrowEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidAbstractFireballEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidArrowEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidDamagingProjectileEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)protected voidEvokerFangsEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidEyeOfEnderEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidFireballEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidFireworkRocketEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidFishingBobberEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)protected voidProjectileEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidProjectileItemEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)protected voidShulkerBulletEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidSpectralArrowEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidTridentEntity. addAdditionalSaveData(CompoundNBT p_213281_1_)voidAbstractArrowEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidAbstractFireballEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidArrowEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidDamagingProjectileEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)protected voidEvokerFangsEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidEyeOfEnderEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidFireballEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidFireworkRocketEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidFishingBobberEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)protected voidProjectileEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidProjectileItemEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)protected voidShulkerBulletEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidSpectralArrowEntity. readAdditionalSaveData(CompoundNBT p_70037_1_)voidTridentEntity. 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 CompoundNBTItemStackHelper. saveAllItems(CompoundNBT p_191282_0_, NonNullList<ItemStack> p_191282_1_)static CompoundNBTItemStackHelper. 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 voidItemStackHelper. loadAllItems(CompoundNBT p_191283_0_, NonNullList<ItemStack> p_191283_1_)static CompoundNBTItemStackHelper. saveAllItems(CompoundNBT p_191282_0_, NonNullList<ItemStack> p_191282_1_)static CompoundNBTItemStackHelper. 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 CompoundNBTItemStack. capNBTprivate CompoundNBTItemStack. tagMethods in net.minecraft.item that return CompoundNBT Modifier and Type Method Description CompoundNBTMerchantOffer. createTag()CompoundNBTMerchantOffers. createTag()CompoundNBTItemStack. getOrCreateTag()CompoundNBTItemStack. getOrCreateTagElement(java.lang.String p_190925_1_)CompoundNBTItemStack. getTag()CompoundNBTItemStack. getTagElement(java.lang.String p_179543_1_)CompoundNBTItemStack. save(CompoundNBT p_77955_1_)Methods in net.minecraft.item with parameters of type CompoundNBT Modifier and Type Method Description private voidCompassItem. addLodestoneTags(RegistryKey<World> p_234669_1_, BlockPos p_234669_2_, CompoundNBT p_234669_3_)static voidFireworkStarItem. appendHoverText(CompoundNBT p_195967_0_, java.util.List<ITextComponent> p_195967_1_)voidItemStack. deserializeNBT(CompoundNBT nbt)static java.util.Optional<RegistryKey<World>>CompassItem. getLodestoneDimension(CompoundNBT p_234667_0_)EntityType<?>SpawnEggItem. getType(CompoundNBT p_208076_1_)ICapabilityProviderBucketItem. initCapabilities(ItemStack stack, CompoundNBT nbt)ICapabilityProviderMilkBucketItem. initCapabilities(ItemStack stack, CompoundNBT nbt)static booleanWritableBookItem. makeSureTagIsValid(CompoundNBT p_150930_0_)static booleanWrittenBookItem. makeSureTagIsValid(CompoundNBT p_77828_0_)static ItemStackItemStack. of(CompoundNBT p_199557_0_)CompoundNBTItemStack. save(CompoundNBT p_77955_1_)voidItemStack. setTag(CompoundNBT p_77982_1_)booleanSpawnEggItem. spawnsEntity(CompoundNBT p_208077_1_, EntityType<?> p_208077_2_)booleanItem. verifyTagAfterLoad(CompoundNBT p_179215_1_)booleanSkullItem. 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 CompoundNBTServerRecipeBook. toNbt()Methods in net.minecraft.item.crafting with parameters of type CompoundNBT Modifier and Type Method Description voidServerRecipeBook. fromNbt(CompoundNBT p_192825_1_, RecipeManager p_192825_2_)static RecipeBookStatusRecipeBookStatus. read(CompoundNBT p_242154_0_)voidRecipeBookStatus. 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 CompoundNBTSetNBT. tagMethods 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. CODECstatic INBTType<CompoundNBT>CompoundNBT. TYPEMethods in net.minecraft.nbt that return CompoundNBT Modifier and Type Method Description protected CompoundNBTNBTDynamicOps.NBTRecordBuilder. append(java.lang.String p_append_1_, INBT p_append_2_, CompoundNBT p_append_3_)CompoundNBTCompoundNBT. copy()CompoundNBTCompoundNBT. getCompound(java.lang.String p_74775_1_)CompoundNBTListNBT. getCompound(int p_150305_1_)protected CompoundNBTNBTDynamicOps.NBTRecordBuilder. initBuilder()CompoundNBTCompoundNBT. merge(CompoundNBT p_197643_1_)static CompoundNBTJsonToNBT. parseTag(java.lang.String p_180713_0_)static CompoundNBTCompressedStreamTools. read(java.io.DataInput p_74794_0_)static CompoundNBTCompressedStreamTools. read(java.io.DataInput p_152456_0_, NBTSizeTracker p_152456_1_)static CompoundNBTCompressedStreamTools. read(java.io.File p_74797_0_)static CompoundNBTCompressedStreamTools. readCompressed(java.io.File p_244263_0_)static CompoundNBTCompressedStreamTools. readCompressed(java.io.InputStream p_74796_0_)(package private) CompoundNBTJsonToNBT. readSingleStruct()CompoundNBTJsonToNBT. readStruct()static CompoundNBTNBTUtil. update(com.mojang.datafixers.DataFixer p_210822_0_, DefaultTypeReferences p_210822_1_, CompoundNBT p_210822_2_, int p_210822_3_)static CompoundNBTNBTUtil. 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 CompoundNBTNBTUtil. writeBlockPos(BlockPos p_186859_0_)static CompoundNBTNBTUtil. writeBlockState(BlockState p_190009_0_)static CompoundNBTNBTUtil. 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 CompoundNBTNBTDynamicOps.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_)CompoundNBTCompoundNBT. merge(CompoundNBT p_197643_1_)static BlockPosNBTUtil. readBlockPos(CompoundNBT p_186861_0_)static BlockStateNBTUtil. readBlockState(CompoundNBT p_190008_0_)static com.mojang.authlib.GameProfileNBTUtil. 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 CompoundNBTNBTUtil. update(com.mojang.datafixers.DataFixer p_210822_0_, DefaultTypeReferences p_210822_1_, CompoundNBT p_210822_2_, int p_210822_3_)static CompoundNBTNBTUtil. 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 voidCompressedStreamTools. write(CompoundNBT p_74800_0_, java.io.DataOutput p_74800_1_)static voidCompressedStreamTools. write(CompoundNBT p_74795_0_, java.io.File p_74795_1_)static voidCompressedStreamTools. writeCompressed(CompoundNBT p_244264_0_, java.io.File p_244264_1_)static voidCompressedStreamTools. writeCompressed(CompoundNBT p_74799_0_, java.io.OutputStream p_74799_1_)static CompoundNBTNBTUtil. 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 CompoundNBTPacketBuffer. readAnySizeNbt()CompoundNBTPacketBuffer. readNbt()CompoundNBTPacketBuffer. readNbt(NBTSizeTracker p_244272_1_)Methods in net.minecraft.network with parameters of type CompoundNBT Modifier and Type Method Description PacketBufferPacketBuffer. 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 CompoundNBTSChunkDataPacket. heightmapsprivate CompoundNBTSQueryNBTResponsePacket. tagprivate CompoundNBTSUpdateTileEntityPacket. tagFields in net.minecraft.network.play.server with type parameters of type CompoundNBT Modifier and Type Field Description private java.util.List<CompoundNBT>SChunkDataPacket. blockEntitiesTagsMethods in net.minecraft.network.play.server that return CompoundNBT Modifier and Type Method Description CompoundNBTSChunkDataPacket. getHeightmaps()CompoundNBTSQueryNBTResponsePacket. getTag()CompoundNBTSUpdateTileEntityPacket. 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 CompoundNBTEffectInstance. 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 voidPotionUtils. getCustomEffects(CompoundNBT p_185193_0_, java.util.List<EffectInstance> p_185193_1_)static PotionPotionUtils. getPotion(CompoundNBT p_185187_0_)static EffectInstanceEffectInstance. load(CompoundNBT p_82722_0_)private static EffectInstanceEffectInstance. loadSpecifiedEffect(Effect p_230116_0_, CompoundNBT p_230116_1_)private static EffectInstanceEffectInstance. readCurativeItems(EffectInstance effect, CompoundNBT nbt)CompoundNBTEffectInstance. save(CompoundNBT p_82719_1_)private voidEffectInstance. 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 CompoundNBTScoreboardSaveData. delayLoadMethods in net.minecraft.scoreboard that return CompoundNBT Modifier and Type Method Description CompoundNBTScoreboardSaveData. save(CompoundNBT p_189551_1_)Methods in net.minecraft.scoreboard with parameters of type CompoundNBT Modifier and Type Method Description voidScoreboardSaveData. load(CompoundNBT p_76184_1_)protected voidScoreboardSaveData. loadDisplaySlots(CompoundNBT p_96504_1_)CompoundNBTScoreboardSaveData. save(CompoundNBT p_189551_1_)protected voidScoreboardSaveData. 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 CompoundNBTCustomServerBossInfo. save()CompoundNBTCustomServerBossInfoManager. save()Methods in net.minecraft.server with parameters of type CompoundNBT Modifier and Type Method Description static CustomServerBossInfoCustomServerBossInfo. load(CompoundNBT p_201371_0_, ResourceLocation p_201371_1_)voidCustomServerBossInfoManager. 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 CompoundNBTIntegratedPlayerList. playerDataMethods in net.minecraft.server.integrated that return CompoundNBT Modifier and Type Method Description CompoundNBTIntegratedPlayerList. getSingleplayerData() -
Uses of CompoundNBT in net.minecraft.server.management
Methods in net.minecraft.server.management that return CompoundNBT Modifier and Type Method Description CompoundNBTPlayerList. getSingleplayerData()CompoundNBTPlayerList. 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 CompoundNBTServerStatisticsManager. 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 CompoundNBTStructureHelper. 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 CompoundNBTTileEntity. customTileDataprivate CompoundNBTBeehiveTileEntity.Bee. entityDataMethods in net.minecraft.tileentity that return CompoundNBT Modifier and Type Method Description CompoundNBTTileEntity. getTileData()CompoundNBTBannerTileEntity. getUpdateTag()CompoundNBTBeaconTileEntity. getUpdateTag()CompoundNBTCampfireTileEntity. getUpdateTag()CompoundNBTConduitTileEntity. getUpdateTag()CompoundNBTEndGatewayTileEntity. getUpdateTag()CompoundNBTJigsawTileEntity. getUpdateTag()CompoundNBTMobSpawnerTileEntity. getUpdateTag()CompoundNBTPistonTileEntity. getUpdateTag()CompoundNBTSignTileEntity. getUpdateTag()CompoundNBTSkullTileEntity. getUpdateTag()CompoundNBTStructureBlockTileEntity. getUpdateTag()CompoundNBTTileEntity. getUpdateTag()CompoundNBTAbstractFurnaceTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTBannerTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTBarrelTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTBeaconTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTBeehiveTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTBrewingStandTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTCampfireTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTChestTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTCommandBlockLogic. save(CompoundNBT p_189510_1_)CompoundNBTCommandBlockTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTComparatorTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTConduitTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTDispenserTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTEnchantingTableTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTEndGatewayTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTHopperTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTJigsawTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTJukeboxTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTLecternTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTLockableTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTMobSpawnerTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTPistonTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTShulkerBoxTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTSignTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTSkullTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTStructureBlockTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTTileEntity. save(CompoundNBT p_189515_1_)private CompoundNBTTileEntity. saveMetadata(CompoundNBT p_189516_1_)private CompoundNBTCampfireTileEntity. saveMetadataAndItems(CompoundNBT p_213983_1_)CompoundNBTShulkerBoxTileEntity. saveToTag(CompoundNBT p_190580_1_)Methods in net.minecraft.tileentity with parameters of type CompoundNBT Modifier and Type Method Description voidAbstractFurnaceTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)voidBannerTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)voidBarrelTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)voidBeaconTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)voidBeehiveTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)voidBrewingStandTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)voidCampfireTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)voidChestTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)voidCommandBlockLogic. load(CompoundNBT p_145759_1_)voidCommandBlockTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)voidComparatorTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)voidConduitTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)voidDispenserTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)voidEnchantingTableTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)voidEndGatewayTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)voidHopperTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)voidJigsawTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)voidJukeboxTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)voidLecternTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)voidLockableTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)voidMobSpawnerTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)voidPistonTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)voidShulkerBoxTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)voidSignTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)voidSkullTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)voidStructureBlockTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)voidTileEntity. load(BlockState p_230337_1_, CompoundNBT p_230337_2_)voidShulkerBoxTileEntity. loadFromTag(CompoundNBT p_190586_1_)static TileEntityTileEntity. loadStatic(BlockState p_235657_0_, CompoundNBT p_235657_1_)CompoundNBTAbstractFurnaceTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTBannerTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTBarrelTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTBeaconTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTBeehiveTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTBrewingStandTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTCampfireTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTChestTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTCommandBlockLogic. save(CompoundNBT p_189510_1_)CompoundNBTCommandBlockTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTComparatorTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTConduitTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTDispenserTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTEnchantingTableTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTEndGatewayTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTHopperTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTJigsawTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTJukeboxTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTLecternTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTLockableTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTMobSpawnerTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTPistonTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTShulkerBoxTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTSignTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTSkullTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTStructureBlockTileEntity. save(CompoundNBT p_189515_1_)CompoundNBTTileEntity. save(CompoundNBT p_189515_1_)private CompoundNBTTileEntity. saveMetadata(CompoundNBT p_189516_1_)private CompoundNBTCampfireTileEntity. saveMetadataAndItems(CompoundNBT p_213983_1_)CompoundNBTShulkerBoxTileEntity. saveToTag(CompoundNBT p_190580_1_)protected booleanLockableLootTileEntity. tryLoadLootTable(CompoundNBT p_184283_1_)protected booleanLockableLootTileEntity. 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 CompoundNBTWeightedSpawnerEntity. tagMethods in net.minecraft.util that return CompoundNBT Modifier and Type Method Description CompoundNBTWeightedSpawnerEntity. getTag()CompoundNBTWeightedSpawnerEntity. save()Methods in net.minecraft.util with parameters of type CompoundNBT Modifier and Type Method Description voidFoodStats. addAdditionalSaveData(CompoundNBT p_75117_1_)voidFoodStats. 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. readerprivate java.util.function.Function<CompoundNBT,T>HashMapPalette. readerprivate java.util.function.Function<CompoundNBT,T>PalettedContainer. readerprivate java.util.function.Function<T,CompoundNBT>HashMapPalette. writerprivate java.util.function.Function<T,CompoundNBT>PalettedContainer. writerMethods in net.minecraft.util.palette that return CompoundNBT Modifier and Type Method Description CompoundNBTUpgradeData. write()Methods in net.minecraft.util.palette with parameters of type CompoundNBT Modifier and Type Method Description voidPalettedContainer. 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 CompoundNBTHoverEvent.ItemHover. tagConstructors 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 CompoundNBTGameRules. createTag()CompoundNBTForcedChunksSaveData. save(CompoundNBT p_189551_1_)Methods in net.minecraft.world with parameters of type CompoundNBT Modifier and Type Method Description voidLockCode. addToTag(CompoundNBT p_180157_1_)voidWorld. 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 LockCodeLockCode. fromTag(CompoundNBT p_180158_0_)voidForcedChunksSaveData. load(CompoundNBT p_76184_1_)CompoundNBTForcedChunksSaveData. 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 voidWorldBorder.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. blockEntityNbtsprivate java.util.List<CompoundNBT>ChunkPrimer. entitiesprivate java.util.Map<BlockPos,CompoundNBT>Chunk. pendingBlockEntitiesMethods in net.minecraft.world.chunk that return CompoundNBT Modifier and Type Method Description CompoundNBTChunk. getBlockEntityNbt(BlockPos p_201579_1_)CompoundNBTChunkPrimer. getBlockEntityNbt(BlockPos p_201579_1_)CompoundNBTChunkPrimerWrapper. getBlockEntityNbt(BlockPos p_201579_1_)CompoundNBTIChunk. getBlockEntityNbt(BlockPos p_201579_1_)CompoundNBTChunk. getBlockEntityNbtForSaving(BlockPos p_223134_1_)CompoundNBTChunkPrimer. getBlockEntityNbtForSaving(BlockPos p_223134_1_)CompoundNBTChunkPrimerWrapper. getBlockEntityNbtForSaving(BlockPos p_223134_1_)CompoundNBTIChunk. getBlockEntityNbtForSaving(BlockPos p_223134_1_)CompoundNBTChunk. 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 voidChunkPrimer. addEntity(CompoundNBT p_201626_1_)private TileEntityChunk. promotePendingBlockEntity(BlockPos p_212815_1_, CompoundNBT p_212815_2_)voidChunk. readCapsFromNBT(CompoundNBT tag)Deprecated.voidChunk. replaceWithPacketData(BiomeContainer p_227073_1_, PacketBuffer p_227073_2_, CompoundNBT p_227073_3_, int p_227073_4_)voidChunk. setBlockEntityNbt(CompoundNBT p_201591_1_)voidChunkPrimer. setBlockEntityNbt(CompoundNBT p_201591_1_)voidChunkPrimerWrapper. setBlockEntityNbt(CompoundNBT p_201591_1_)default voidIChunk. 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 CompoundNBTIOWorker.Entry. dataMethods in net.minecraft.world.chunk.storage that return CompoundNBT Modifier and Type Method Description CompoundNBTIOWorker. load(ChunkPos p_227090_1_)private static CompoundNBTChunkSerializer. 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_)CompoundNBTChunkLoader. read(ChunkPos p_227078_1_)CompoundNBTRegionFileCache. read(ChunkPos p_219099_1_)private CompoundNBTRegionSectionCache. tryRead(ChunkPos p_223138_1_)CompoundNBTChunkLoader. upgradeChunkTag(RegistryKey<World> p_235968_1_, java.util.function.Supplier<DimensionSavedDataManager> p_235968_2_, CompoundNBT p_235968_3_)static CompoundNBTChunkSerializer. 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 voidChunkLoaderUtil. convertToAnvilFormat(DynamicRegistries.Impl p_242708_0_, ChunkLoaderUtil.AnvilConverterData p_242708_1_, CompoundNBT p_242708_2_, BiomeProvider p_242708_3_)static ChunkStatus.TypeChunkSerializer. getChunkTypeFromTag(CompoundNBT p_222651_0_)static intChunkLoader. getVersion(CompoundNBT p_219165_0_)static ChunkLoaderUtil.AnvilConverterDataChunkLoaderUtil. load(CompoundNBT p_76691_0_)private static voidChunkSerializer. postLoadChunk(CompoundNBT p_222650_0_, Chunk p_222650_1_)static ChunkPrimerChunkSerializer. 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_)CompoundNBTChunkLoader. upgradeChunkTag(RegistryKey<World> p_235968_1_, java.util.function.Supplier<DimensionSavedDataManager> p_235968_2_, CompoundNBT p_235968_3_)voidChunkLoader. write(ChunkPos p_219100_1_, CompoundNBT p_219100_2_)protected voidRegionFileCache. 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 CompoundNBTDragonFightManager. 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 CompoundNBTFeatureJigsawPiece. defaultJigsawNBTMethods in net.minecraft.world.gen.feature.jigsaw that return CompoundNBT Modifier and Type Method Description private CompoundNBTFeatureJigsawPiece. 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. dataMapMethods in net.minecraft.world.gen.feature.structure that return CompoundNBT Modifier and Type Method Description CompoundNBTStructurePiece. createTag()CompoundNBTStructureStart. createTag(int p_143021_1_, int p_143021_2_)CompoundNBTStructureIndexesSavedData. save(CompoundNBT p_189551_1_)CompoundNBTLegacyStructureDataUtil. updateFromLegacy(CompoundNBT p_212181_1_)private CompoundNBTLegacyStructureDataUtil. 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 voidAbstractVillagePiece. addAdditionalSaveData(CompoundNBT p_143011_1_)protected voidBuriedTreasure.Piece. addAdditionalSaveData(CompoundNBT p_143011_1_)protected voidDesertPyramidPiece. addAdditionalSaveData(CompoundNBT p_143011_1_)protected voidEndCityPieces.CityTemplate. addAdditionalSaveData(CompoundNBT p_143011_1_)protected voidFortressPieces.Corridor. addAdditionalSaveData(CompoundNBT p_143011_1_)protected voidFortressPieces.Corridor2. addAdditionalSaveData(CompoundNBT p_143011_1_)protected voidFortressPieces.End. addAdditionalSaveData(CompoundNBT p_143011_1_)protected voidFortressPieces.Piece. addAdditionalSaveData(CompoundNBT p_143011_1_)protected voidFortressPieces.Throne. addAdditionalSaveData(CompoundNBT p_143011_1_)protected voidIglooPieces.Piece. addAdditionalSaveData(CompoundNBT p_143011_1_)protected voidJunglePyramidPiece. addAdditionalSaveData(CompoundNBT p_143011_1_)protected voidMineshaftPieces.Corridor. addAdditionalSaveData(CompoundNBT p_143011_1_)protected voidMineshaftPieces.Cross. addAdditionalSaveData(CompoundNBT p_143011_1_)protected voidMineshaftPieces.Piece. addAdditionalSaveData(CompoundNBT p_143011_1_)protected voidMineshaftPieces.Room. addAdditionalSaveData(CompoundNBT p_143011_1_)protected voidNetherFossilStructures.Piece. addAdditionalSaveData(CompoundNBT p_143011_1_)protected voidOceanMonumentPieces.Piece. addAdditionalSaveData(CompoundNBT p_143011_1_)protected voidOceanRuinPieces.Piece. addAdditionalSaveData(CompoundNBT p_143011_1_)protected voidRuinedPortalPiece. addAdditionalSaveData(CompoundNBT p_143011_1_)protected voidScatteredStructurePiece. addAdditionalSaveData(CompoundNBT p_143011_1_)protected voidShipwreckPieces.Piece. addAdditionalSaveData(CompoundNBT p_143011_1_)protected voidStrongholdPieces.ChestCorridor. addAdditionalSaveData(CompoundNBT p_143011_1_)protected voidStrongholdPieces.Corridor. addAdditionalSaveData(CompoundNBT p_143011_1_)protected voidStrongholdPieces.Crossing. addAdditionalSaveData(CompoundNBT p_143011_1_)protected voidStrongholdPieces.Library. addAdditionalSaveData(CompoundNBT p_143011_1_)protected voidStrongholdPieces.PortalRoom. addAdditionalSaveData(CompoundNBT p_143011_1_)protected voidStrongholdPieces.RoomCrossing. addAdditionalSaveData(CompoundNBT p_143011_1_)protected voidStrongholdPieces.Stairs. addAdditionalSaveData(CompoundNBT p_143011_1_)protected voidStrongholdPieces.Straight. addAdditionalSaveData(CompoundNBT p_143011_1_)protected voidStrongholdPieces.Stronghold. addAdditionalSaveData(CompoundNBT p_143011_1_)protected abstract voidStructurePiece. addAdditionalSaveData(CompoundNBT p_143011_1_)protected voidSwampHutPiece. addAdditionalSaveData(CompoundNBT p_143011_1_)protected voidTemplateStructurePiece. addAdditionalSaveData(CompoundNBT p_143011_1_)protected voidWoodlandMansionPieces.MansionTemplate. addAdditionalSaveData(CompoundNBT p_143011_1_)StructurePieceIStructurePieceType. load(TemplateManager p_load_1_, CompoundNBT p_load_2_)voidStructureIndexesSavedData. load(CompoundNBT p_76184_1_)static StructureStart<?>Structure. loadStaticStart(TemplateManager p_236393_0_, CompoundNBT p_236393_1_, long p_236393_2_)CompoundNBTStructureIndexesSavedData. save(CompoundNBT p_189551_1_)CompoundNBTLegacyStructureDataUtil. updateFromLegacy(CompoundNBT p_212181_1_)private CompoundNBTLegacyStructureDataUtil. 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 CompoundNBTTemplate.BlockInfo. nbtCompoundNBTTemplate.EntityInfo. nbtprivate CompoundNBTRuleEntry. outputTagMethods in net.minecraft.world.gen.feature.template that return CompoundNBT Modifier and Type Method Description CompoundNBTRuleEntry. getOutputTag()CompoundNBTTemplate. 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_)voidTemplate. load(CompoundNBT p_186256_1_)TemplateTemplateManager. readStructure(CompoundNBT p_227458_1_)CompoundNBTTemplate. 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 CompoundNBTRaid. save(CompoundNBT p_221326_1_)CompoundNBTRaidManager. save(CompoundNBT p_189551_1_)Methods in net.minecraft.world.raid with parameters of type CompoundNBT Modifier and Type Method Description voidRaidManager. load(CompoundNBT p_76184_1_)CompoundNBTRaid. save(CompoundNBT p_221326_1_)CompoundNBTRaidManager. 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 CompoundNBTChunkManager. 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 CompoundNBTAbstractSpawner. save(CompoundNBT p_189530_1_)Methods in net.minecraft.world.spawner with parameters of type CompoundNBT Modifier and Type Method Description voidAbstractSpawner. load(CompoundNBT p_98270_1_)CompoundNBTAbstractSpawner. 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 CompoundNBTServerWorldInfo. customBossEventsprivate CompoundNBTServerWorldInfo. endDragonFightDataprivate CompoundNBTServerWorldInfo. loadedPlayerTagFields 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. storageMethods in net.minecraft.world.storage that return CompoundNBT Modifier and Type Method Description CompoundNBTIServerConfiguration. createTag(DynamicRegistries p_230411_1_, CompoundNBT p_230411_2_)CompoundNBTServerWorldInfo. createTag(DynamicRegistries p_230411_1_, CompoundNBT p_230411_2_)CompoundNBTIServerConfiguration. endDragonFightData()CompoundNBTServerWorldInfo. endDragonFightData()CompoundNBTCommandStorage.Container. get(java.lang.String p_227493_1_)CompoundNBTCommandStorage. get(ResourceLocation p_227488_1_)CompoundNBTIServerConfiguration. getCustomBossEvents()CompoundNBTServerWorldInfo. getCustomBossEvents()CompoundNBTIServerConfiguration. getLoadedPlayerTag()CompoundNBTServerWorldInfo. getLoadedPlayerTag()CompoundNBTPlayerData. load(PlayerEntity p_237336_1_)CompoundNBTDimensionSavedDataManager. readTagFromDisk(java.lang.String p_215755_1_, int p_215755_2_)CompoundNBTCommandStorage.Container. save(CompoundNBT p_189551_1_)CompoundNBTMapBanner. save()CompoundNBTMapData. save(CompoundNBT p_189551_1_)CompoundNBTMapFrame. save()CompoundNBTMapIdTracker. save(CompoundNBT p_189551_1_)abstract CompoundNBTWorldSavedData. save(CompoundNBT p_189551_1_)CompoundNBTWorldSavedData. serializeNBT()Methods in net.minecraft.world.storage with parameters of type CompoundNBT Modifier and Type Method Description CompoundNBTIServerConfiguration. createTag(DynamicRegistries p_230411_1_, CompoundNBT p_230411_2_)CompoundNBTServerWorldInfo. createTag(DynamicRegistries p_230411_1_, CompoundNBT p_230411_2_)voidWorldSavedData. deserializeNBT(CompoundNBT nbt)voidCommandStorage.Container. load(CompoundNBT p_76184_1_)static MapBannerMapBanner. load(CompoundNBT p_204300_0_)voidMapData. load(CompoundNBT p_76184_1_)static MapFrameMapFrame. load(CompoundNBT p_212765_0_)voidMapIdTracker. load(CompoundNBT p_76184_1_)abstract voidWorldSavedData. load(CompoundNBT p_76184_1_)static ServerWorldInfoServerWorldInfo. 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_)voidCommandStorage.Container. put(java.lang.String p_227495_1_, CompoundNBT p_227495_2_)CompoundNBTCommandStorage.Container. save(CompoundNBT p_189551_1_)CompoundNBTMapData. save(CompoundNBT p_189551_1_)CompoundNBTMapIdTracker. save(CompoundNBT p_189551_1_)abstract CompoundNBTWorldSavedData. save(CompoundNBT p_189551_1_)voidSaveFormat.LevelSave. saveDataTag(DynamicRegistries p_237288_1_, IServerConfiguration p_237288_2_, CompoundNBT p_237288_3_)voidCommandStorage. set(ResourceLocation p_227489_1_, CompoundNBT p_227489_2_)voidIServerConfiguration. setCustomBossEvents(CompoundNBT p_230414_1_)voidServerWorldInfo. setCustomBossEvents(CompoundNBT p_230414_1_)voidIServerConfiguration. setEndDragonFightData(CompoundNBT p_230413_1_)voidServerWorldInfo. setEndDragonFightData(CompoundNBT p_230413_1_)private voidServerWorldInfo. 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 CompoundNBTForgeMod. 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)voidForgeMod. 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 CompoundNBTCapabilityProvider. lazyDataMethods in net.minecraftforge.common.capabilities that return CompoundNBT Modifier and Type Method Description protected CompoundNBTCapabilityProvider. serializeCaps()CompoundNBTCapabilityDispatcher. serializeNBT()Methods in net.minecraftforge.common.capabilities with parameters of type CompoundNBT Modifier and Type Method Description protected voidCapabilityProvider. deserializeCaps(CompoundNBT tag)voidCapabilityDispatcher. 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 CompoundNBTIForgeEntity. getPersistentData()Returns a NBTTagCompound that can be used to store custom data for this entity.default CompoundNBTIForgeItem. getShareTag(ItemStack stack)Override this method to change the NBT data being sent to the client.default CompoundNBTIForgeItemStack. getShareTag()Get the NBT data to be sent to the client.CompoundNBTIForgeTileEntity. getTileData()Gets aNBTTagCompoundthat can be used to store custom data for this tile entity.default CompoundNBTIForgeEntity. serializeNBT()default CompoundNBTIForgeItemStack. serializeNBT()default CompoundNBTIForgeTileEntity. serializeNBT()Methods in net.minecraftforge.common.extensions with parameters of type CompoundNBT Modifier and Type Method Description default voidIForgeEntity. deserializeNBT(CompoundNBT nbt)default voidIForgeTileEntity. deserializeNBT(BlockState state, CompoundNBT nbt)default voidIForgeTileEntity. deserializeNBT(CompoundNBT nbt)default voidIForgeTileEntity. handleUpdateTag(BlockState state, CompoundNBT tag)Called when the chunk's TE update tag, gotten from#getUpdateTag(), is received on the client.default ICapabilityProviderIForgeItem. initCapabilities(ItemStack stack, CompoundNBT nbt)Called from ItemStack.setItem, will hold extra data for the life of this ItemStack.default voidIForgeItem. readShareTag(ItemStack stack, CompoundNBT nbt)Override this method to decide what to do with the NBT data received from getNBTShareTag().default voidIForgeItemStack. readShareTag(CompoundNBT nbt)Override this method to decide what to do with the NBT data received from getNBTShareTag().default voidIForgeEffectInstance. 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 CompoundNBTWorldCapabilityData. capNBTprivate CompoundNBTBlockSnapshot. nbtFields in net.minecraftforge.common.util with type parameters of type CompoundNBT Modifier and Type Field Description private INBTSerializable<CompoundNBT>WorldCapabilityData. serializableMethods in net.minecraftforge.common.util that return CompoundNBT Modifier and Type Method Description CompoundNBTBlockSnapshot. getNbt()private static CompoundNBTBlockSnapshot. getTileNBT(TileEntity te)static CompoundNBTJsonUtils. readNBT(com.google.gson.JsonObject json, java.lang.String key)CompoundNBTDummyWorldSaveData. save(CompoundNBT compound)CompoundNBTWorldCapabilityData. save(CompoundNBT nbt)Methods in net.minecraftforge.common.util with parameters of type CompoundNBT Modifier and Type Method Description voidDummyWorldSaveData. load(CompoundNBT nbt)voidWorldCapabilityData. load(CompoundNBT nbt)CompoundNBTDummyWorldSaveData. save(CompoundNBT compound)CompoundNBTWorldCapabilityData. save(CompoundNBT nbt)Method parameters in net.minecraftforge.common.util with type arguments of type CompoundNBT Modifier and Type Method Description voidWorldCapabilityData. 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 voidForgeChunkManager. 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 voidForgeChunkManager. 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 voidForgeChunkManager. readForgeForcedChunks(CompoundNBT nbt, ForgeChunkManager.TicketTracker<BlockPos> blockForcedChunks, ForgeChunkManager.TicketTracker<java.util.UUID> entityForcedChunks)Reads the forge forced chunks from the NBT compound.static voidForgeChunkManager. 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 CompoundNBTFullPotsAccessorDemo.DioriteFlowerPotTileEntity. getUpdateTag()CompoundNBTFullPotsAccessorDemo.DioriteFlowerPotTileEntity. save(CompoundNBT tag)Methods in net.minecraftforge.debug.block with parameters of type CompoundNBT Modifier and Type Method Description voidFullPotsAccessorDemo.DioriteFlowerPotTileEntity. handleUpdateTag(BlockState state, CompoundNBT tag)voidFullPotsAccessorDemo.DioriteFlowerPotTileEntity. load(BlockState state, CompoundNBT tag)CompoundNBTFullPotsAccessorDemo.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 CompoundNBTChunkDataEvent. dataMethods in net.minecraftforge.event.world that return CompoundNBT Modifier and Type Method Description CompoundNBTChunkDataEvent. 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 CompoundNBTFluidStack. tagMethods in net.minecraftforge.fluids that return CompoundNBT Modifier and Type Method Description CompoundNBTFluidStack. getChildTag(java.lang.String childName)CompoundNBTFluidStack. getOrCreateChildTag(java.lang.String childName)CompoundNBTFluidStack. getOrCreateTag()CompoundNBTFluidStack. getTag()CompoundNBTFluidStack. writeToNBT(CompoundNBT nbt)Methods in net.minecraftforge.fluids with parameters of type CompoundNBT Modifier and Type Method Description static FluidStackFluidStack. loadFluidStackFromNBT(CompoundNBT nbt)This provides a safe method for retrieving a FluidStack - if the Fluid is invalid, the stack will return as null.voidFluidStack. setTag(CompoundNBT tag)CompoundNBTFluidStack. 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 CompoundNBTTileFluidHandler. save(CompoundNBT tag)Methods in net.minecraftforge.fluids.capability with parameters of type CompoundNBT Modifier and Type Method Description ICapabilityProviderItemFluidContainer. initCapabilities(ItemStack stack, CompoundNBT nbt)voidTileFluidHandler. load(BlockState state, CompoundNBT tag)CompoundNBTTileFluidHandler. 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 CompoundNBTFluidTank. writeToNBT(CompoundNBT nbt)Methods in net.minecraftforge.fluids.capability.templates with parameters of type CompoundNBT Modifier and Type Method Description FluidTankFluidTank. readFromNBT(CompoundNBT nbt)CompoundNBTFluidTank. writeToNBT(CompoundNBT nbt) -
Uses of CompoundNBT in net.minecraftforge.fml
Methods in net.minecraftforge.fml that return CompoundNBT Modifier and Type Method Description CompoundNBTFMLWorldPersistenceHook. getDataForWriting(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo)CompoundNBTWorldPersistenceHooks.WorldPersistenceHook. getDataForWriting(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo)Methods in net.minecraftforge.fml with parameters of type CompoundNBT Modifier and Type Method Description static voidWorldPersistenceHooks. handleWorldDataLoad(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo, CompoundNBT tagCompound)static voidWorldPersistenceHooks. handleWorldDataSave(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo, CompoundNBT tagCompound)voidFMLWorldPersistenceHook. readData(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo, CompoundNBT tag)voidWorldPersistenceHooks.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 CompoundNBTItemStackHandler. serializeNBT()Methods in net.minecraftforge.items with parameters of type CompoundNBT Modifier and Type Method Description voidItemStackHandler. deserializeNBT(CompoundNBT nbt) -
Uses of CompoundNBT in net.minecraftforge.registries
Methods in net.minecraftforge.registries that return CompoundNBT Modifier and Type Method Description CompoundNBTForgeRegistry.Snapshot. write()Methods in net.minecraftforge.registries with parameters of type CompoundNBT Modifier and Type Method Description static ForgeRegistry.SnapshotForgeRegistry.Snapshot. read(CompoundNBT nbt)
-