Uses of Class
net.minecraft.nbt.CompoundTag
Packages that use CompoundTag
Package
Description
-
Uses of CompoundTag in net.minecraft.advancements.critereon
Fields in net.minecraft.advancements.critereon declared as CompoundTagMethods in net.minecraft.advancements.critereon that return CompoundTagModifier and TypeMethodDescriptionstatic CompoundTagNbtPredicate.getEntityTagToCompare(Entity p_57486_) Methods in net.minecraft.advancements.critereon with parameters of type CompoundTagModifier and TypeMethodDescriptionBlockPredicate.Builder.hasNbt(CompoundTag p_146725_) ItemPredicate.Builder.hasNbt(CompoundTag p_45076_) Constructors in net.minecraft.advancements.critereon with parameters of type CompoundTag -
Uses of CompoundTag in net.minecraft.client
Fields in net.minecraft.client with type parameters of type CompoundTagMethods in net.minecraft.client that return CompoundTagMethods in net.minecraft.client with parameters of type CompoundTagModifier and TypeMethodDescriptionprivate voidKeyboardHandler.copyCreateBlockCommand(BlockState p_90900_, BlockPos p_90901_, CompoundTag p_90902_) private voidKeyboardHandler.copyCreateEntityCommand(ResourceLocation p_90923_, Vec3 p_90924_, CompoundTag p_90925_) private CompoundTagOptions.dataFix(CompoundTag p_92165_) booleanDebugQueryHandler.handleResponse(int p_90706_, CompoundTag p_90707_) Method parameters in net.minecraft.client with type arguments of type CompoundTagModifier and TypeMethodDescriptionvoidDebugQueryHandler.queryBlockEntityTag(BlockPos p_90709_, Consumer<CompoundTag> p_90710_) voidDebugQueryHandler.queryEntityTag(int p_90703_, Consumer<CompoundTag> p_90704_) private intDebugQueryHandler.startTransaction(Consumer<CompoundTag> p_90712_) -
Uses of CompoundTag in net.minecraft.client.gui.screens.inventory
Methods in net.minecraft.client.gui.screens.inventory with parameters of type CompoundTagModifier and TypeMethodDescriptionBookViewScreen.loadPages(CompoundTag p_169695_) static voidBookViewScreen.loadPages(CompoundTag p_169697_, Consumer<String> p_169698_) -
Uses of CompoundTag in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer that return CompoundTagMethods in net.minecraft.client.multiplayer with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidClientLevel.createFireworks(double p_104585_, double p_104586_, double p_104587_, double p_104588_, double p_104589_, double p_104590_, CompoundTag p_104591_) static ServerDataServerData.read(CompoundTag p_105386_) ClientChunkCache.replaceWithPacketData(int p_194117_, int p_194118_, FriendlyByteBuf p_194119_, CompoundTag p_194120_, Consumer<ClientboundLevelChunkPacketData.BlockEntityTagOutput> p_194121_) -
Uses of CompoundTag in net.minecraft.client.particle
Constructors in net.minecraft.client.particle with parameters of type CompoundTagModifierConstructorDescriptionStarter(ClientLevel p_106757_, double p_106758_, double p_106759_, double p_106760_, double p_106761_, double p_106762_, double p_106763_, ParticleEngine p_106764_, CompoundTag p_106765_) -
Uses of CompoundTag in net.minecraft.client.server
Fields in net.minecraft.client.server declared as CompoundTagMethods in net.minecraft.client.server that return CompoundTag -
Uses of CompoundTag in net.minecraft.commands.arguments
Fields in net.minecraft.commands.arguments declared as CompoundTagModifier and TypeFieldDescriptionprivate final CompoundTagNbtPathArgument.MatchElementNode.patternprivate final CompoundTagNbtPathArgument.MatchObjectNode.patternMethods in net.minecraft.commands.arguments that return CompoundTagModifier and TypeMethodDescriptionstatic <S> CompoundTagCompoundTagArgument.getCompoundTag(com.mojang.brigadier.context.CommandContext<S> p_87661_, String p_87662_) CompoundTagArgument.parse(com.mojang.brigadier.StringReader p_87659_) Methods in net.minecraft.commands.arguments with parameters of type CompoundTagConstructors in net.minecraft.commands.arguments with parameters of type CompoundTagModifierConstructorDescriptionMatchElementNode(CompoundTag p_99566_) MatchObjectNode(String p_99588_, CompoundTag p_99589_) MatchRootObjectNode(CompoundTag p_99605_) -
Uses of CompoundTag in net.minecraft.commands.arguments.blocks
Fields in net.minecraft.commands.arguments.blocks declared as CompoundTagModifier and TypeFieldDescriptionprivate final CompoundTagBlockPredicateArgument.BlockPredicate.nbtprivate final CompoundTagBlockPredicateArgument.TagPredicate.nbtprivate CompoundTagBlockStateParser.nbtprivate final CompoundTagBlockInput.tagMethods in net.minecraft.commands.arguments.blocks that return CompoundTagConstructors in net.minecraft.commands.arguments.blocks with parameters of type CompoundTagModifierConstructorDescriptionBlockInput(BlockState p_114666_, Set<Property<?>> p_114667_, CompoundTag p_114668_) BlockPredicate(BlockState p_115595_, Set<Property<?>> p_115596_, CompoundTag p_115597_) (package private)TagPredicate(TagKey<Block> p_205591_, Map<String, String> p_205592_, CompoundTag p_205593_) -
Uses of CompoundTag in net.minecraft.commands.arguments.item
Fields in net.minecraft.commands.arguments.item declared as CompoundTagModifier and TypeFieldDescriptionprivate CompoundTagItemParser.nbtprivate final CompoundTagItemPredicateArgument.ItemPredicate.nbtprivate final CompoundTagItemPredicateArgument.TagPredicate.nbtprivate final CompoundTagItemInput.tagMethods in net.minecraft.commands.arguments.item that return CompoundTagConstructors in net.minecraft.commands.arguments.item with parameters of type CompoundTagModifierConstructorDescriptionItemInput(Item p_120977_, CompoundTag p_120978_) ItemPredicate(Item p_121061_, CompoundTag p_121062_) TagPredicate(TagKey<Item> p_205686_, CompoundTag p_205687_) -
Uses of CompoundTag in net.minecraft.data.structures
Methods in net.minecraft.data.structures that return CompoundTagModifier and TypeMethodDescriptionSnbtToNbt.Filter.apply(String p_126480_, CompoundTag p_126481_) StructureUpdater.apply(String p_126503_, CompoundTag p_126504_) private CompoundTagSnbtToNbt.applyFilters(String p_126461_, CompoundTag p_126462_) private static CompoundTagStructureUpdater.patchVersion(CompoundTag p_126506_) static CompoundTagStructureUpdater.update(String p_176823_, CompoundTag p_176824_) private static CompoundTagStructureUpdater.updateStructure(String p_126508_, CompoundTag p_126509_) Methods in net.minecraft.data.structures with parameters of type CompoundTagModifier and TypeMethodDescriptionSnbtToNbt.Filter.apply(String p_126480_, CompoundTag p_126481_) StructureUpdater.apply(String p_126503_, CompoundTag p_126504_) private CompoundTagSnbtToNbt.applyFilters(String p_126461_, CompoundTag p_126462_) private static CompoundTagStructureUpdater.patchVersion(CompoundTag p_126506_) static CompoundTagStructureUpdater.update(String p_176823_, CompoundTag p_176824_) private static CompoundTagStructureUpdater.updateStructure(String p_126508_, CompoundTag p_126509_) -
Uses of CompoundTag in net.minecraft.gametest.framework
Methods in net.minecraft.gametest.framework that return CompoundTagModifier and TypeMethodDescriptionprivate static CompoundTagStructureUtils.tryLoadStructure(Path p_127903_) -
Uses of CompoundTag in net.minecraft.nbt
Fields in net.minecraft.nbt with type parameters of type CompoundTagModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<CompoundTag>CompoundTag.CODECstatic final TagType<CompoundTag>CompoundTag.TYPEMethods in net.minecraft.nbt that return CompoundTagModifier and TypeMethodDescriptionprotected CompoundTagNbtOps.NbtRecordBuilder.append(String p_129186_, Tag p_129187_, CompoundTag p_129188_) CompoundTag.copy()CompoundTag.getCompound(String p_128470_) ListTag.getCompound(int p_128729_) protected CompoundTagNbtOps.NbtRecordBuilder.initBuilder()CompoundTag.merge(CompoundTag p_128392_) (package private) static CompoundTagNbtUtils.packStructureTemplate(CompoundTag p_178068_) static CompoundTagstatic CompoundTagstatic CompoundTagNbtIo.read(DataInput p_128935_, NbtAccounter p_128936_) static CompoundTagstatic CompoundTagNbtIo.readCompressed(File p_128938_) static CompoundTagNbtIo.readCompressed(InputStream p_128940_) (package private) CompoundTagTagParser.readSingleStruct()TagParser.readStruct()static CompoundTagNbtUtils.snbtToStructure(String p_178025_) (package private) static CompoundTagNbtUtils.unpackBlockState(String p_178054_) (package private) static CompoundTagNbtUtils.unpackStructureTemplate(CompoundTag p_178072_) static CompoundTagNbtUtils.update(com.mojang.datafixers.DataFixer p_129214_, DataFixTypes p_129215_, CompoundTag p_129216_, int p_129217_) static CompoundTagNbtUtils.update(com.mojang.datafixers.DataFixer p_129219_, DataFixTypes p_129220_, CompoundTag p_129221_, int p_129222_, int p_129223_) static CompoundTagNbtUtils.writeBlockPos(BlockPos p_129225_) static CompoundTagNbtUtils.writeBlockState(BlockState p_129203_) static CompoundTagNbtUtils.writeFluidState(FluidState p_178023_) static CompoundTagNbtUtils.writeGameProfile(CompoundTag p_129231_, com.mojang.authlib.GameProfile p_129232_) Methods in net.minecraft.nbt that return types with arguments of type CompoundTagMethods in net.minecraft.nbt with parameters of type CompoundTagModifier and TypeMethodDescriptionprotected CompoundTagNbtOps.NbtRecordBuilder.append(String p_129186_, Tag p_129187_, CompoundTag p_129188_) protected com.mojang.serialization.DataResult<Tag>NbtOps.NbtRecordBuilder.build(CompoundTag p_129190_, Tag p_129191_) SnbtPrinterTagVisitor.getKeys(CompoundTag p_178147_) CompoundTag.merge(CompoundTag p_128392_) (package private) static StringNbtUtils.packBlockState(CompoundTag p_178076_) (package private) static CompoundTagNbtUtils.packStructureTemplate(CompoundTag p_178068_) static BlockPosNbtUtils.readBlockPos(CompoundTag p_129240_) static BlockStateNbtUtils.readBlockState(CompoundTag p_129242_) static com.mojang.authlib.GameProfileNbtUtils.readGameProfile(CompoundTag p_129229_) private static <S extends StateHolder<?,S>, T extends Comparable<T>>
SNbtUtils.setValueHelper(S p_129205_, Property<T> p_129206_, String p_129207_, CompoundTag p_129208_, CompoundTag p_129209_) static StringNbtUtils.structureToSnbt(CompoundTag p_178064_) (package private) static CompoundTagNbtUtils.unpackStructureTemplate(CompoundTag p_178072_) static CompoundTagNbtUtils.update(com.mojang.datafixers.DataFixer p_129214_, DataFixTypes p_129215_, CompoundTag p_129216_, int p_129217_) static CompoundTagNbtUtils.update(com.mojang.datafixers.DataFixer p_129219_, DataFixTypes p_129220_, CompoundTag p_129221_, int p_129222_, int p_129223_) voidSnbtPrinterTagVisitor.visitCompound(CompoundTag p_178120_) voidStringTagVisitor.visitCompound(CompoundTag p_178166_) voidTagVisitor.visitCompound(CompoundTag p_178218_) voidTextComponentTagVisitor.visitCompound(CompoundTag p_178260_) static voidNbtIo.write(CompoundTag p_128942_, DataOutput p_128943_) static voidNbtIo.write(CompoundTag p_128956_, File p_128957_) static voidNbtIo.writeCompressed(CompoundTag p_128945_, File p_128946_) static voidNbtIo.writeCompressed(CompoundTag p_128948_, OutputStream p_128949_) static CompoundTagNbtUtils.writeGameProfile(CompoundTag p_129231_, com.mojang.authlib.GameProfile p_129232_) -
Uses of CompoundTag in net.minecraft.network
Methods in net.minecraft.network that return CompoundTagModifier and TypeMethodDescriptionFriendlyByteBuf.readAnySizeNbt()FriendlyByteBuf.readNbt()FriendlyByteBuf.readNbt(NbtAccounter p_130082_) Methods in net.minecraft.network with parameters of type CompoundTag -
Uses of CompoundTag in net.minecraft.network.chat
Fields in net.minecraft.network.chat declared as CompoundTagMethods in net.minecraft.network.chat that return types with arguments of type CompoundTagModifier and TypeMethodDescriptionprotected Stream<CompoundTag>NbtComponent.BlockNbtComponent.getData(CommandSourceStack p_130994_) protected Stream<CompoundTag>NbtComponent.EntityNbtComponent.getData(CommandSourceStack p_131017_) protected abstract Stream<CompoundTag>NbtComponent.getData(CommandSourceStack p_130962_) protected Stream<CompoundTag>NbtComponent.StorageNbtComponent.getData(CommandSourceStack p_131038_) Constructors in net.minecraft.network.chat with parameters of type CompoundTagModifierConstructorDescription(package private)ItemStackInfo(Item p_130893_, int p_130894_, CompoundTag p_130895_) -
Uses of CompoundTag in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as CompoundTagModifier and TypeFieldDescriptionprivate final CompoundTagClientboundLevelChunkPacketData.heightmapsprivate final CompoundTagClientboundBlockEntityDataPacket.tag(package private) final CompoundTagClientboundLevelChunkPacketData.BlockEntityInfo.tagprivate final CompoundTagClientboundTagQueryPacket.tagMethods in net.minecraft.network.protocol.game that return CompoundTagModifier and TypeMethodDescriptionClientboundLevelChunkPacketData.getHeightmaps()ClientboundBlockEntityDataPacket.getTag()ClientboundTagQueryPacket.getTag()Methods in net.minecraft.network.protocol.game with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidClientboundLevelChunkPacketData.BlockEntityTagOutput.accept(BlockPos p_195696_, BlockEntityType<?> p_195697_, CompoundTag p_195698_) Method parameters in net.minecraft.network.protocol.game with type arguments of type CompoundTagModifier and TypeMethodDescriptionClientboundBlockEntityDataPacket.create(BlockEntity p_195643_, Function<BlockEntity, CompoundTag> p_195644_) Constructors in net.minecraft.network.protocol.game with parameters of type CompoundTagModifierConstructorDescriptionprivateBlockEntityInfo(int p_195685_, int p_195686_, BlockEntityType<?> p_195687_, CompoundTag p_195688_) privateClientboundBlockEntityDataPacket(BlockPos p_195637_, BlockEntityType<?> p_195638_, CompoundTag p_195639_) ClientboundTagQueryPacket(int p_133497_, CompoundTag p_133498_) -
Uses of CompoundTag in net.minecraft.network.syncher
Fields in net.minecraft.network.syncher with type parameters of type CompoundTagModifier and TypeFieldDescriptionstatic final EntityDataSerializer<CompoundTag>EntityDataSerializers.COMPOUND_TAG -
Uses of CompoundTag in net.minecraft.server
Methods in net.minecraft.server with parameters of type CompoundTag -
Uses of CompoundTag in net.minecraft.server.bossevents
Methods in net.minecraft.server.bossevents that return CompoundTagMethods in net.minecraft.server.bossevents with parameters of type CompoundTagModifier and TypeMethodDescriptionstatic CustomBossEventCustomBossEvent.load(CompoundTag p_136273_, ResourceLocation p_136274_) voidCustomBossEvents.load(CompoundTag p_136296_) -
Uses of CompoundTag in net.minecraft.server.commands
Fields in net.minecraft.server.commands declared as CompoundTagMethods in net.minecraft.server.commands with parameters of type CompoundTagModifier and TypeMethodDescriptionprivate static intSummonCommand.spawnEntity(CommandSourceStack p_138821_, ResourceLocation p_138822_, Vec3 p_138823_, CompoundTag p_138824_, boolean p_138825_) Constructors in net.minecraft.server.commands with parameters of type CompoundTagModifierConstructorDescriptionCloneBlockInfo(BlockPos p_136783_, BlockState p_136784_, CompoundTag p_136785_) -
Uses of CompoundTag in net.minecraft.server.commands.data
Methods in net.minecraft.server.commands.data that return CompoundTagModifier and TypeMethodDescriptionBlockDataAccessor.getData()DataAccessor.getData()EntityDataAccessor.getData()StorageDataAccessor.getData()Methods in net.minecraft.server.commands.data with parameters of type CompoundTagModifier and TypeMethodDescriptionprivate static intDataCommands.insertAtIndex(int p_139361_, CompoundTag p_139362_, NbtPathArgument.NbtPath p_139363_, List<Tag> p_139364_) private static intDataCommands.mergeData(CommandSourceStack p_139395_, DataAccessor p_139396_, CompoundTag p_139397_) intDataCommands.DataManipulator.modify(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_139496_, CompoundTag p_139497_, NbtPathArgument.NbtPath p_139498_, List<Tag> p_139499_) voidBlockDataAccessor.setData(CompoundTag p_139307_) voidDataAccessor.setData(CompoundTag p_139323_) voidEntityDataAccessor.setData(CompoundTag p_139519_) voidStorageDataAccessor.setData(CompoundTag p_139556_) -
Uses of CompoundTag in net.minecraft.server.level
Methods in net.minecraft.server.level that return CompoundTagMethods in net.minecraft.server.level with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidServerPlayer.addAdditionalSaveData(CompoundTag p_9197_) voidServerPlayer.loadGameTypes(CompoundTag p_143428_) voidServerPlayer.readAdditionalSaveData(CompoundTag p_9131_) private static GameTypeServerPlayer.readPlayerMode(CompoundTag p_143414_, String p_143415_) private voidServerPlayer.storeGameTypes(CompoundTag p_143431_) Method parameters in net.minecraft.server.level with type arguments of type CompoundTagModifier and TypeMethodDescriptionprivate static voidChunkMap.postLoadProtoChunk(ServerLevel p_143065_, List<CompoundTag> p_143066_) -
Uses of CompoundTag in net.minecraft.server.players
Methods in net.minecraft.server.players that return CompoundTagModifier and TypeMethodDescriptionPlayerList.getSingleplayerData()PlayerList.load(ServerPlayer p_11225_) -
Uses of CompoundTag in net.minecraft.stats
Methods in net.minecraft.stats that return CompoundTagModifier and TypeMethodDescriptionprivate static CompoundTagServerStatsCounter.fromJson(com.google.gson.JsonObject p_12831_) ServerRecipeBook.toNbt()Methods in net.minecraft.stats with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidServerRecipeBook.fromNbt(CompoundTag p_12795_, RecipeManager p_12796_) static RecipeBookSettingsRecipeBookSettings.read(CompoundTag p_12742_) voidRecipeBookSettings.write(CompoundTag p_12760_) -
Uses of CompoundTag in net.minecraft.world
Methods in net.minecraft.world that return CompoundTagModifier and TypeMethodDescriptionstatic CompoundTagContainerHelper.saveAllItems(CompoundTag p_18974_, NonNullList<ItemStack> p_18975_) static CompoundTagContainerHelper.saveAllItems(CompoundTag p_18977_, NonNullList<ItemStack> p_18978_, boolean p_18979_) Methods in net.minecraft.world with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidLockCode.addToTag(CompoundTag p_19110_) static LockCodeLockCode.fromTag(CompoundTag p_19112_) static voidContainerHelper.loadAllItems(CompoundTag p_18981_, NonNullList<ItemStack> p_18982_) static CompoundTagContainerHelper.saveAllItems(CompoundTag p_18974_, NonNullList<ItemStack> p_18975_) static CompoundTagContainerHelper.saveAllItems(CompoundTag p_18977_, NonNullList<ItemStack> p_18978_, boolean p_18979_) -
Uses of CompoundTag in net.minecraft.world.effect
Methods in net.minecraft.world.effect that return CompoundTagMethods in net.minecraft.world.effect with parameters of type CompoundTagModifier and TypeMethodDescriptionstatic MobEffectInstanceMobEffectInstance.load(CompoundTag p_19561_) private static MobEffectInstanceMobEffectInstance.loadSpecifiedEffect(MobEffect p_19546_, CompoundTag p_19547_) private static MobEffectInstanceMobEffectInstance.readCurativeItems(MobEffectInstance effect, CompoundTag nbt) MobEffectInstance.save(CompoundTag p_19556_) private voidMobEffectInstance.writeDetailsTo(CompoundTag p_19568_) -
Uses of CompoundTag in net.minecraft.world.entity
Fields in net.minecraft.world.entity declared as CompoundTagModifier and TypeFieldDescriptionprivate CompoundTagMarker.dataprivate CompoundTagMob.leashInfoTagprivate CompoundTagEntity.persistentDataMethods in net.minecraft.world.entity that return CompoundTagModifier and TypeMethodDescriptionEntity.getPersistentData()Entity.saveWithoutId(CompoundTag p_20241_) Methods in net.minecraft.world.entity with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidAgeableMob.addAdditionalSaveData(CompoundTag p_146761_) protected voidAreaEffectCloud.addAdditionalSaveData(CompoundTag p_19737_) protected abstract voidEntity.addAdditionalSaveData(CompoundTag p_20139_) voidExperienceOrb.addAdditionalSaveData(CompoundTag p_20796_) voidGlowSquid.addAdditionalSaveData(CompoundTag p_147122_) voidItemBasedSteering.addAdditionalSaveData(CompoundTag p_20848_) protected voidLightningBolt.addAdditionalSaveData(CompoundTag p_20877_) voidLivingEntity.addAdditionalSaveData(CompoundTag p_21145_) protected voidMarker.addAdditionalSaveData(CompoundTag p_147257_) voidMob.addAdditionalSaveData(CompoundTag p_21484_) voidTamableAnimal.addAdditionalSaveData(CompoundTag p_21819_) default voidNeutralMob.addPersistentAngerSaveData(CompoundTag p_21679_) static Optional<EntityType<?>>EntityType.by(CompoundTag p_20638_) EntityType.create(CompoundTag p_20643_, Level p_20644_) EntityType.create(ServerLevel p_20656_, CompoundTag p_20657_, Component p_20658_, Player p_20659_, BlockPos p_20660_, MobSpawnType p_20661_, boolean p_20662_, boolean p_20663_) AgeableMob.finalizeSpawn(ServerLevelAccessor p_146746_, DifficultyInstance p_146747_, MobSpawnType p_146748_, SpawnGroupData p_146749_, CompoundTag p_146750_) Mob.finalizeSpawn(ServerLevelAccessor p_21434_, DifficultyInstance p_21435_, MobSpawnType p_21436_, SpawnGroupData p_21437_, CompoundTag p_21438_) voidEntity.load(CompoundTag p_20259_) static EntityEntityType.loadEntityRecursive(CompoundTag p_20646_, Level p_20647_, Function<Entity, Entity> p_20648_) EntityType.loadStaticEntity(CompoundTag p_20670_, Level p_20671_) voidAgeableMob.readAdditionalSaveData(CompoundTag p_146752_) protected voidAreaEffectCloud.readAdditionalSaveData(CompoundTag p_19727_) protected abstract voidEntity.readAdditionalSaveData(CompoundTag p_20052_) voidExperienceOrb.readAdditionalSaveData(CompoundTag p_20788_) voidGlowSquid.readAdditionalSaveData(CompoundTag p_147117_) voidItemBasedSteering.readAdditionalSaveData(CompoundTag p_20853_) protected voidLightningBolt.readAdditionalSaveData(CompoundTag p_20873_) voidLivingEntity.readAdditionalSaveData(CompoundTag p_21096_) protected voidMarker.readAdditionalSaveData(CompoundTag p_147254_) voidMob.readAdditionalSaveData(CompoundTag p_21450_) voidTamableAnimal.readAdditionalSaveData(CompoundTag p_21815_) default voidNeutralMob.readPersistentAngerSaveData(Level p_147286_, CompoundTag p_147287_) booleanEntity.save(CompoundTag p_20224_) booleanEntity.saveAsPassenger(CompoundTag p_20087_) Entity.saveWithoutId(CompoundTag p_20241_) EntityType.spawn(ServerLevel p_20601_, CompoundTag p_20602_, Component p_20603_, Player p_20604_, BlockPos p_20605_, MobSpawnType p_20606_, boolean p_20607_, boolean p_20608_) static voidEntityType.updateCustomEntityTag(Level p_20621_, Player p_20622_, Entity p_20623_, CompoundTag p_20624_) -
Uses of CompoundTag in net.minecraft.world.entity.ai.attributes
Methods in net.minecraft.world.entity.ai.attributes that return CompoundTagMethods in net.minecraft.world.entity.ai.attributes with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidAttributeInstance.load(CompoundTag p_22114_) static AttributeModifierAttributeModifier.load(CompoundTag p_22213_) -
Uses of CompoundTag in net.minecraft.world.entity.ambient
Methods in net.minecraft.world.entity.ambient with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidBat.addAdditionalSaveData(CompoundTag p_27443_) voidBat.readAdditionalSaveData(CompoundTag p_27427_) -
Uses of CompoundTag in net.minecraft.world.entity.animal
Methods in net.minecraft.world.entity.animal with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidAbstractFish.addAdditionalSaveData(CompoundTag p_27485_) voidAnimal.addAdditionalSaveData(CompoundTag p_27587_) voidBee.addAdditionalSaveData(CompoundTag p_27823_) voidCat.addAdditionalSaveData(CompoundTag p_28156_) voidChicken.addAdditionalSaveData(CompoundTag p_28257_) voidDolphin.addAdditionalSaveData(CompoundTag p_28364_) voidFox.addAdditionalSaveData(CompoundTag p_28518_) voidIronGolem.addAdditionalSaveData(CompoundTag p_28867_) voidMushroomCow.addAdditionalSaveData(CompoundTag p_28944_) voidOcelot.addAdditionalSaveData(CompoundTag p_29024_) voidPanda.addAdditionalSaveData(CompoundTag p_29129_) voidParrot.addAdditionalSaveData(CompoundTag p_29422_) voidPig.addAdditionalSaveData(CompoundTag p_29495_) voidPolarBear.addAdditionalSaveData(CompoundTag p_29548_) voidPufferfish.addAdditionalSaveData(CompoundTag p_29624_) voidRabbit.addAdditionalSaveData(CompoundTag p_29697_) voidSheep.addAdditionalSaveData(CompoundTag p_29864_) voidSnowGolem.addAdditionalSaveData(CompoundTag p_29923_) voidTropicalFish.addAdditionalSaveData(CompoundTag p_30033_) voidTurtle.addAdditionalSaveData(CompoundTag p_30176_) voidWolf.addAdditionalSaveData(CompoundTag p_30418_) AbstractSchoolingFish.finalizeSpawn(ServerLevelAccessor p_27528_, DifficultyInstance p_27529_, MobSpawnType p_27530_, SpawnGroupData p_27531_, CompoundTag p_27532_) Cat.finalizeSpawn(ServerLevelAccessor p_28134_, DifficultyInstance p_28135_, MobSpawnType p_28136_, SpawnGroupData p_28137_, CompoundTag p_28138_) Dolphin.finalizeSpawn(ServerLevelAccessor p_28332_, DifficultyInstance p_28333_, MobSpawnType p_28334_, SpawnGroupData p_28335_, CompoundTag p_28336_) Fox.finalizeSpawn(ServerLevelAccessor p_28487_, DifficultyInstance p_28488_, MobSpawnType p_28489_, SpawnGroupData p_28490_, CompoundTag p_28491_) Ocelot.finalizeSpawn(ServerLevelAccessor p_29007_, DifficultyInstance p_29008_, MobSpawnType p_29009_, SpawnGroupData p_29010_, CompoundTag p_29011_) Panda.finalizeSpawn(ServerLevelAccessor p_29109_, DifficultyInstance p_29110_, MobSpawnType p_29111_, SpawnGroupData p_29112_, CompoundTag p_29113_) Parrot.finalizeSpawn(ServerLevelAccessor p_29389_, DifficultyInstance p_29390_, MobSpawnType p_29391_, SpawnGroupData p_29392_, CompoundTag p_29393_) PolarBear.finalizeSpawn(ServerLevelAccessor p_29533_, DifficultyInstance p_29534_, MobSpawnType p_29535_, SpawnGroupData p_29536_, CompoundTag p_29537_) Rabbit.finalizeSpawn(ServerLevelAccessor p_29678_, DifficultyInstance p_29679_, MobSpawnType p_29680_, SpawnGroupData p_29681_, CompoundTag p_29682_) Sheep.finalizeSpawn(ServerLevelAccessor p_29835_, DifficultyInstance p_29836_, MobSpawnType p_29837_, SpawnGroupData p_29838_, CompoundTag p_29839_) TropicalFish.finalizeSpawn(ServerLevelAccessor p_30023_, DifficultyInstance p_30024_, MobSpawnType p_30025_, SpawnGroupData p_30026_, CompoundTag p_30027_) Turtle.finalizeSpawn(ServerLevelAccessor p_30153_, DifficultyInstance p_30154_, MobSpawnType p_30155_, SpawnGroupData p_30156_, CompoundTag p_30157_) static voidBucketable.loadDefaultDataFromBucketTag(Mob p_148826_, CompoundTag p_148827_) Deprecated.voidAbstractFish.loadFromBucketTag(CompoundTag p_148708_) voidBucketable.loadFromBucketTag(CompoundTag p_148832_) voidAbstractFish.readAdditionalSaveData(CompoundTag p_27465_) voidAnimal.readAdditionalSaveData(CompoundTag p_27576_) voidBee.readAdditionalSaveData(CompoundTag p_27793_) voidCat.readAdditionalSaveData(CompoundTag p_28142_) voidChicken.readAdditionalSaveData(CompoundTag p_28243_) voidDolphin.readAdditionalSaveData(CompoundTag p_28340_) voidFox.readAdditionalSaveData(CompoundTag p_28493_) voidIronGolem.readAdditionalSaveData(CompoundTag p_28857_) voidMushroomCow.readAdditionalSaveData(CompoundTag p_28936_) voidOcelot.readAdditionalSaveData(CompoundTag p_29013_) voidPanda.readAdditionalSaveData(CompoundTag p_29115_) voidParrot.readAdditionalSaveData(CompoundTag p_29402_) voidPig.readAdditionalSaveData(CompoundTag p_29478_) voidPolarBear.readAdditionalSaveData(CompoundTag p_29541_) voidPufferfish.readAdditionalSaveData(CompoundTag p_29613_) voidRabbit.readAdditionalSaveData(CompoundTag p_29684_) voidSheep.readAdditionalSaveData(CompoundTag p_29845_) voidSnowGolem.readAdditionalSaveData(CompoundTag p_29915_) voidTropicalFish.readAdditionalSaveData(CompoundTag p_30029_) voidTurtle.readAdditionalSaveData(CompoundTag p_30162_) voidWolf.readAdditionalSaveData(CompoundTag p_30402_) -
Uses of CompoundTag in net.minecraft.world.entity.animal.axolotl
Methods in net.minecraft.world.entity.animal.axolotl with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidAxolotl.addAdditionalSaveData(CompoundTag p_149158_) Axolotl.finalizeSpawn(ServerLevelAccessor p_149132_, DifficultyInstance p_149133_, MobSpawnType p_149134_, SpawnGroupData p_149135_, CompoundTag p_149136_) voidAxolotl.loadFromBucketTag(CompoundTag p_149163_) voidAxolotl.readAdditionalSaveData(CompoundTag p_149145_) -
Uses of CompoundTag in net.minecraft.world.entity.animal.goat
Methods in net.minecraft.world.entity.animal.goat with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidGoat.addAdditionalSaveData(CompoundTag p_149385_) Goat.finalizeSpawn(ServerLevelAccessor p_149365_, DifficultyInstance p_149366_, MobSpawnType p_149367_, SpawnGroupData p_149368_, CompoundTag p_149369_) voidGoat.readAdditionalSaveData(CompoundTag p_149373_) -
Uses of CompoundTag in net.minecraft.world.entity.animal.horse
Methods in net.minecraft.world.entity.animal.horse with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidAbstractChestedHorse.addAdditionalSaveData(CompoundTag p_30496_) voidAbstractHorse.addAdditionalSaveData(CompoundTag p_30589_) voidHorse.addAdditionalSaveData(CompoundTag p_30716_) voidLlama.addAdditionalSaveData(CompoundTag p_30793_) voidSkeletonHorse.addAdditionalSaveData(CompoundTag p_30907_) voidTraderLlama.addAdditionalSaveData(CompoundTag p_30950_) AbstractHorse.finalizeSpawn(ServerLevelAccessor p_30555_, DifficultyInstance p_30556_, MobSpawnType p_30557_, SpawnGroupData p_30558_, CompoundTag p_30559_) Horse.finalizeSpawn(ServerLevelAccessor p_30703_, DifficultyInstance p_30704_, MobSpawnType p_30705_, SpawnGroupData p_30706_, CompoundTag p_30707_) Llama.finalizeSpawn(ServerLevelAccessor p_30774_, DifficultyInstance p_30775_, MobSpawnType p_30776_, SpawnGroupData p_30777_, CompoundTag p_30778_) TraderLlama.finalizeSpawn(ServerLevelAccessor p_30942_, DifficultyInstance p_30943_, MobSpawnType p_30944_, SpawnGroupData p_30945_, CompoundTag p_30946_) voidAbstractChestedHorse.readAdditionalSaveData(CompoundTag p_30488_) voidAbstractHorse.readAdditionalSaveData(CompoundTag p_30565_) voidHorse.readAdditionalSaveData(CompoundTag p_30711_) voidLlama.readAdditionalSaveData(CompoundTag p_30780_) voidSkeletonHorse.readAdditionalSaveData(CompoundTag p_30901_) voidTraderLlama.readAdditionalSaveData(CompoundTag p_30948_) -
Uses of CompoundTag in net.minecraft.world.entity.boss
Methods in net.minecraft.world.entity.boss with parameters of type CompoundTagModifier and TypeMethodDescriptionprotected voidEnderDragonPart.addAdditionalSaveData(CompoundTag p_31028_) protected voidEnderDragonPart.readAdditionalSaveData(CompoundTag p_31025_) -
Uses of CompoundTag in net.minecraft.world.entity.boss.enderdragon
Methods in net.minecraft.world.entity.boss.enderdragon with parameters of type CompoundTagModifier and TypeMethodDescriptionprotected voidEndCrystal.addAdditionalSaveData(CompoundTag p_31062_) voidEnderDragon.addAdditionalSaveData(CompoundTag p_31144_) protected voidEndCrystal.readAdditionalSaveData(CompoundTag p_31055_) voidEnderDragon.readAdditionalSaveData(CompoundTag p_31134_) -
Uses of CompoundTag in net.minecraft.world.entity.boss.wither
Methods in net.minecraft.world.entity.boss.wither with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidWitherBoss.addAdditionalSaveData(CompoundTag p_31485_) voidWitherBoss.readAdditionalSaveData(CompoundTag p_31474_) -
Uses of CompoundTag in net.minecraft.world.entity.decoration
Methods in net.minecraft.world.entity.decoration that return CompoundTagMethods in net.minecraft.world.entity.decoration with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidArmorStand.addAdditionalSaveData(CompoundTag p_31619_) voidHangingEntity.addAdditionalSaveData(CompoundTag p_31736_) voidItemFrame.addAdditionalSaveData(CompoundTag p_31808_) voidLeashFenceKnotEntity.addAdditionalSaveData(CompoundTag p_31852_) voidPainting.addAdditionalSaveData(CompoundTag p_31935_) voidArmorStand.readAdditionalSaveData(CompoundTag p_31600_) voidHangingEntity.readAdditionalSaveData(CompoundTag p_31730_) voidItemFrame.readAdditionalSaveData(CompoundTag p_31795_) voidLeashFenceKnotEntity.readAdditionalSaveData(CompoundTag p_31850_) voidPainting.readAdditionalSaveData(CompoundTag p_31927_) private voidArmorStand.readPose(CompoundTag p_31658_) -
Uses of CompoundTag in net.minecraft.world.entity.item
Fields in net.minecraft.world.entity.item declared as CompoundTagMethods in net.minecraft.world.entity.item with parameters of type CompoundTagModifier and TypeMethodDescriptionprotected voidFallingBlockEntity.addAdditionalSaveData(CompoundTag p_31973_) voidItemEntity.addAdditionalSaveData(CompoundTag p_32050_) protected voidPrimedTnt.addAdditionalSaveData(CompoundTag p_32097_) protected voidFallingBlockEntity.readAdditionalSaveData(CompoundTag p_31964_) voidItemEntity.readAdditionalSaveData(CompoundTag p_32034_) protected voidPrimedTnt.readAdditionalSaveData(CompoundTag p_32091_) -
Uses of CompoundTag in net.minecraft.world.entity.monster
Fields in net.minecraft.world.entity.monster declared as CompoundTagMethods in net.minecraft.world.entity.monster with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidCreeper.addAdditionalSaveData(CompoundTag p_32304_) voidEnderMan.addAdditionalSaveData(CompoundTag p_32520_) voidEndermite.addAdditionalSaveData(CompoundTag p_32610_) voidEvoker.addAdditionalSaveData(CompoundTag p_32646_) voidGhast.addAdditionalSaveData(CompoundTag p_32744_) voidPatrollingMonster.addAdditionalSaveData(CompoundTag p_33063_) voidPhantom.addAdditionalSaveData(CompoundTag p_33141_) voidPillager.addAdditionalSaveData(CompoundTag p_33300_) voidRavager.addAdditionalSaveData(CompoundTag p_33353_) voidShulker.addAdditionalSaveData(CompoundTag p_33443_) voidSkeleton.addAdditionalSaveData(CompoundTag p_149836_) voidSlime.addAdditionalSaveData(CompoundTag p_33619_) voidSpellcasterIllager.addAdditionalSaveData(CompoundTag p_33734_) voidStrider.addAdditionalSaveData(CompoundTag p_33918_) voidVex.addAdditionalSaveData(CompoundTag p_34015_) voidVindicator.addAdditionalSaveData(CompoundTag p_34100_) voidZoglin.addAdditionalSaveData(CompoundTag p_34234_) voidZombie.addAdditionalSaveData(CompoundTag p_34319_) voidZombieVillager.addAdditionalSaveData(CompoundTag p_34397_) voidZombifiedPiglin.addAdditionalSaveData(CompoundTag p_34458_) AbstractSkeleton.finalizeSpawn(ServerLevelAccessor p_32146_, DifficultyInstance p_32147_, MobSpawnType p_32148_, SpawnGroupData p_32149_, CompoundTag p_32150_) CaveSpider.finalizeSpawn(ServerLevelAccessor p_32259_, DifficultyInstance p_32260_, MobSpawnType p_32261_, SpawnGroupData p_32262_, CompoundTag p_32263_) Drowned.finalizeSpawn(ServerLevelAccessor p_32372_, DifficultyInstance p_32373_, MobSpawnType p_32374_, SpawnGroupData p_32375_, CompoundTag p_32376_) Illusioner.finalizeSpawn(ServerLevelAccessor p_32921_, DifficultyInstance p_32922_, MobSpawnType p_32923_, SpawnGroupData p_32924_, CompoundTag p_32925_) PatrollingMonster.finalizeSpawn(ServerLevelAccessor p_33049_, DifficultyInstance p_33050_, MobSpawnType p_33051_, SpawnGroupData p_33052_, CompoundTag p_33053_) Phantom.finalizeSpawn(ServerLevelAccessor p_33126_, DifficultyInstance p_33127_, MobSpawnType p_33128_, SpawnGroupData p_33129_, CompoundTag p_33130_) Pillager.finalizeSpawn(ServerLevelAccessor p_33282_, DifficultyInstance p_33283_, MobSpawnType p_33284_, SpawnGroupData p_33285_, CompoundTag p_33286_) Shulker.finalizeSpawn(ServerLevelAccessor p_149780_, DifficultyInstance p_149781_, MobSpawnType p_149782_, SpawnGroupData p_149783_, CompoundTag p_149784_) Slime.finalizeSpawn(ServerLevelAccessor p_33601_, DifficultyInstance p_33602_, MobSpawnType p_33603_, SpawnGroupData p_33604_, CompoundTag p_33605_) Spider.finalizeSpawn(ServerLevelAccessor p_33790_, DifficultyInstance p_33791_, MobSpawnType p_33792_, SpawnGroupData p_33793_, CompoundTag p_33794_) Strider.finalizeSpawn(ServerLevelAccessor p_33887_, DifficultyInstance p_33888_, MobSpawnType p_33889_, SpawnGroupData p_33890_, CompoundTag p_33891_) Vex.finalizeSpawn(ServerLevelAccessor p_34002_, DifficultyInstance p_34003_, MobSpawnType p_34004_, SpawnGroupData p_34005_, CompoundTag p_34006_) Vindicator.finalizeSpawn(ServerLevelAccessor p_34088_, DifficultyInstance p_34089_, MobSpawnType p_34090_, SpawnGroupData p_34091_, CompoundTag p_34092_) WitherSkeleton.finalizeSpawn(ServerLevelAccessor p_34178_, DifficultyInstance p_34179_, MobSpawnType p_34180_, SpawnGroupData p_34181_, CompoundTag p_34182_) Zombie.finalizeSpawn(ServerLevelAccessor p_34297_, DifficultyInstance p_34298_, MobSpawnType p_34299_, SpawnGroupData p_34300_, CompoundTag p_34301_) ZombieVillager.finalizeSpawn(ServerLevelAccessor p_34378_, DifficultyInstance p_34379_, MobSpawnType p_34380_, SpawnGroupData p_34381_, CompoundTag p_34382_) voidAbstractSkeleton.readAdditionalSaveData(CompoundTag p_32152_) voidCreeper.readAdditionalSaveData(CompoundTag p_32296_) voidEnderMan.readAdditionalSaveData(CompoundTag p_32511_) voidEndermite.readAdditionalSaveData(CompoundTag p_32595_) voidEvoker.readAdditionalSaveData(CompoundTag p_32642_) voidGhast.readAdditionalSaveData(CompoundTag p_32733_) voidPatrollingMonster.readAdditionalSaveData(CompoundTag p_33055_) voidPhantom.readAdditionalSaveData(CompoundTag p_33132_) voidPillager.readAdditionalSaveData(CompoundTag p_33291_) voidRavager.readAdditionalSaveData(CompoundTag p_33344_) voidShulker.readAdditionalSaveData(CompoundTag p_33432_) voidSkeleton.readAdditionalSaveData(CompoundTag p_149833_) voidSlime.readAdditionalSaveData(CompoundTag p_33607_) voidSpellcasterIllager.readAdditionalSaveData(CompoundTag p_33732_) voidStrider.readAdditionalSaveData(CompoundTag p_33898_) voidVex.readAdditionalSaveData(CompoundTag p_34008_) voidVindicator.readAdditionalSaveData(CompoundTag p_34094_) voidZoglin.readAdditionalSaveData(CompoundTag p_34223_) voidZombie.readAdditionalSaveData(CompoundTag p_34305_) voidZombieVillager.readAdditionalSaveData(CompoundTag p_34387_) voidZombifiedPiglin.readAdditionalSaveData(CompoundTag p_34446_) voidZombieVillager.setTradeOffers(CompoundTag p_34412_) -
Uses of CompoundTag in net.minecraft.world.entity.monster.hoglin
Methods in net.minecraft.world.entity.monster.hoglin with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidHoglin.addAdditionalSaveData(CompoundTag p_34529_) Hoglin.finalizeSpawn(ServerLevelAccessor p_34508_, DifficultyInstance p_34509_, MobSpawnType p_34510_, SpawnGroupData p_34511_, CompoundTag p_34512_) voidHoglin.readAdditionalSaveData(CompoundTag p_34519_) -
Uses of CompoundTag in net.minecraft.world.entity.monster.piglin
Methods in net.minecraft.world.entity.monster.piglin with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidAbstractPiglin.addAdditionalSaveData(CompoundTag p_34661_) voidPiglin.addAdditionalSaveData(CompoundTag p_34751_) Piglin.finalizeSpawn(ServerLevelAccessor p_34717_, DifficultyInstance p_34718_, MobSpawnType p_34719_, SpawnGroupData p_34720_, CompoundTag p_34721_) PiglinBrute.finalizeSpawn(ServerLevelAccessor p_35058_, DifficultyInstance p_35059_, MobSpawnType p_35060_, SpawnGroupData p_35061_, CompoundTag p_35062_) voidAbstractPiglin.readAdditionalSaveData(CompoundTag p_34659_) voidPiglin.readAdditionalSaveData(CompoundTag p_34725_) -
Uses of CompoundTag in net.minecraft.world.entity.npc
Methods in net.minecraft.world.entity.npc with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidAbstractVillager.addAdditionalSaveData(CompoundTag p_35301_) voidVillager.addAdditionalSaveData(CompoundTag p_35481_) voidWanderingTrader.addAdditionalSaveData(CompoundTag p_35861_) AbstractVillager.finalizeSpawn(ServerLevelAccessor p_35282_, DifficultyInstance p_35283_, MobSpawnType p_35284_, SpawnGroupData p_35285_, CompoundTag p_35286_) Villager.finalizeSpawn(ServerLevelAccessor p_35439_, DifficultyInstance p_35440_, MobSpawnType p_35441_, SpawnGroupData p_35442_, CompoundTag p_35443_) voidAbstractVillager.readAdditionalSaveData(CompoundTag p_35290_) voidVillager.readAdditionalSaveData(CompoundTag p_35451_) voidWanderingTrader.readAdditionalSaveData(CompoundTag p_35852_) -
Uses of CompoundTag in net.minecraft.world.entity.player
Fields in net.minecraft.world.entity.player with type parameters of type CompoundTagModifier and TypeFieldDescriptionprotected static final EntityDataAccessor<CompoundTag>Player.DATA_SHOULDER_LEFTprotected static final EntityDataAccessor<CompoundTag>Player.DATA_SHOULDER_RIGHTMethods in net.minecraft.world.entity.player that return CompoundTagMethods in net.minecraft.world.entity.player with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidPlayer.addAdditionalSaveData(CompoundTag p_36265_) voidAbilities.addSaveData(CompoundTag p_35946_) voidAbilities.loadSaveData(CompoundTag p_35951_) private voidPlayer.playShoulderEntityAmbientSound(CompoundTag p_36368_) voidPlayer.readAdditionalSaveData(CompoundTag p_36215_) private voidPlayer.respawnEntityOnShoulder(CompoundTag p_36371_) booleanPlayer.setEntityOnShoulder(CompoundTag p_36361_) protected voidPlayer.setShoulderEntityLeft(CompoundTag p_36363_) protected voidPlayer.setShoulderEntityRight(CompoundTag p_36365_) -
Uses of CompoundTag in net.minecraft.world.entity.projectile
Methods in net.minecraft.world.entity.projectile with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidAbstractArrow.addAdditionalSaveData(CompoundTag p_36772_) voidAbstractHurtingProjectile.addAdditionalSaveData(CompoundTag p_36848_) voidArrow.addAdditionalSaveData(CompoundTag p_36881_) protected voidEvokerFangs.addAdditionalSaveData(CompoundTag p_36943_) voidEyeOfEnder.addAdditionalSaveData(CompoundTag p_36975_) voidFireball.addAdditionalSaveData(CompoundTag p_37013_) voidFireworkRocketEntity.addAdditionalSaveData(CompoundTag p_37075_) voidFishingHook.addAdditionalSaveData(CompoundTag p_37161_) voidLargeFireball.addAdditionalSaveData(CompoundTag p_37222_) protected voidProjectile.addAdditionalSaveData(CompoundTag p_37265_) protected voidShulkerBullet.addAdditionalSaveData(CompoundTag p_37357_) voidSpectralArrow.addAdditionalSaveData(CompoundTag p_37426_) voidThrowableItemProjectile.addAdditionalSaveData(CompoundTag p_37449_) voidThrownTrident.addAdditionalSaveData(CompoundTag p_37582_) voidAbstractArrow.readAdditionalSaveData(CompoundTag p_36761_) voidAbstractHurtingProjectile.readAdditionalSaveData(CompoundTag p_36844_) voidArrow.readAdditionalSaveData(CompoundTag p_36875_) protected voidEvokerFangs.readAdditionalSaveData(CompoundTag p_36941_) voidEyeOfEnder.readAdditionalSaveData(CompoundTag p_36970_) voidFireball.readAdditionalSaveData(CompoundTag p_37009_) voidFireworkRocketEntity.readAdditionalSaveData(CompoundTag p_37073_) voidFishingHook.readAdditionalSaveData(CompoundTag p_37151_) voidLargeFireball.readAdditionalSaveData(CompoundTag p_37220_) protected voidProjectile.readAdditionalSaveData(CompoundTag p_37262_) protected voidShulkerBullet.readAdditionalSaveData(CompoundTag p_37353_) voidSpectralArrow.readAdditionalSaveData(CompoundTag p_37424_) voidThrowableItemProjectile.readAdditionalSaveData(CompoundTag p_37445_) voidThrownTrident.readAdditionalSaveData(CompoundTag p_37578_) -
Uses of CompoundTag in net.minecraft.world.entity.raid
Methods in net.minecraft.world.entity.raid that return CompoundTagModifier and TypeMethodDescriptionRaid.save(CompoundTag p_37748_) Raids.save(CompoundTag p_37976_) Methods in net.minecraft.world.entity.raid with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidRaider.addAdditionalSaveData(CompoundTag p_37870_) Raider.finalizeSpawn(ServerLevelAccessor p_37856_, DifficultyInstance p_37857_, MobSpawnType p_37858_, SpawnGroupData p_37859_, CompoundTag p_37860_) static RaidsRaids.load(ServerLevel p_150236_, CompoundTag p_150237_) voidRaider.readAdditionalSaveData(CompoundTag p_37862_) Raid.save(CompoundTag p_37748_) Raids.save(CompoundTag p_37976_) Constructors in net.minecraft.world.entity.raid with parameters of type CompoundTag -
Uses of CompoundTag in net.minecraft.world.entity.vehicle
Methods in net.minecraft.world.entity.vehicle with parameters of type CompoundTagModifier and TypeMethodDescriptionprotected voidAbstractMinecart.addAdditionalSaveData(CompoundTag p_38151_) protected voidAbstractMinecartContainer.addAdditionalSaveData(CompoundTag p_38248_) protected voidBoat.addAdditionalSaveData(CompoundTag p_38359_) protected voidMinecartCommandBlock.addAdditionalSaveData(CompoundTag p_38529_) protected voidMinecartFurnace.addAdditionalSaveData(CompoundTag p_38567_) protected voidMinecartHopper.addAdditionalSaveData(CompoundTag p_38608_) protected voidMinecartSpawner.addAdditionalSaveData(CompoundTag p_38635_) protected voidMinecartTNT.addAdditionalSaveData(CompoundTag p_38687_) protected voidAbstractMinecart.readAdditionalSaveData(CompoundTag p_38137_) protected voidAbstractMinecartContainer.readAdditionalSaveData(CompoundTag p_38235_) protected voidBoat.readAdditionalSaveData(CompoundTag p_38338_) protected voidMinecartCommandBlock.readAdditionalSaveData(CompoundTag p_38525_) protected voidMinecartFurnace.readAdditionalSaveData(CompoundTag p_38565_) protected voidMinecartHopper.readAdditionalSaveData(CompoundTag p_38606_) protected voidMinecartSpawner.readAdditionalSaveData(CompoundTag p_38633_) protected voidMinecartTNT.readAdditionalSaveData(CompoundTag p_38682_) -
Uses of CompoundTag in net.minecraft.world.food
Methods in net.minecraft.world.food with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidFoodData.addAdditionalSaveData(CompoundTag p_38720_) voidFoodData.readAdditionalSaveData(CompoundTag p_38716_) -
Uses of CompoundTag in net.minecraft.world.item
Fields in net.minecraft.world.item declared as CompoundTagModifier and TypeFieldDescriptionprivate CompoundTagItemStack.capNBTprivate CompoundTagItemStack.tagMethods in net.minecraft.world.item that return CompoundTagModifier and TypeMethodDescriptionstatic CompoundTagBlockItem.getBlockEntityData(ItemStack p_186337_) ItemStack.getOrCreateTag()ItemStack.getOrCreateTagElement(String p_41699_) ItemStack.getTag()ItemStack.getTagElement(String p_41738_) ItemStack.save(CompoundTag p_41740_) Methods in net.minecraft.world.item that return types with arguments of type CompoundTagModifier and TypeMethodDescriptionprivate static Optional<CompoundTag>BundleItem.getMatchingItem(ItemStack p_150757_, ListTag p_150758_) Methods in net.minecraft.world.item with parameters of type CompoundTagModifier and TypeMethodDescriptionprivate voidCompassItem.addLodestoneTags(ResourceKey<Level> p_40733_, BlockPos p_40734_, CompoundTag p_40735_) static voidFireworkStarItem.appendHoverText(CompoundTag p_41257_, List<Component> p_41258_) voidItemStack.deserializeNBT(CompoundTag nbt) static Optional<ResourceKey<Level>>CompassItem.getLodestoneDimension(CompoundTag p_40728_) EntityType<?>SpawnEggItem.getType(CompoundTag p_43229_) BucketItem.initCapabilities(ItemStack stack, CompoundTag nbt) MilkBucketItem.initCapabilities(ItemStack stack, CompoundTag nbt) static booleanWritableBookItem.makeSureTagIsValid(CompoundTag p_43453_) static booleanWrittenBookItem.makeSureTagIsValid(CompoundTag p_43472_) static ItemStackItemStack.of(CompoundTag p_41713_) ItemStack.save(CompoundTag p_41740_) static voidBlockItem.setBlockEntityData(ItemStack p_186339_, BlockEntityType<?> p_186340_, CompoundTag p_186341_) voidItemStack.setTag(CompoundTag p_41752_) booleanSpawnEggItem.spawnsEntity(CompoundTag p_43231_, EntityType<?> p_43232_) voidItem.verifyTagAfterLoad(CompoundTag p_150898_) voidPlayerHeadItem.verifyTagAfterLoad(CompoundTag p_151179_) Constructors in net.minecraft.world.item with parameters of type CompoundTagModifierConstructorDescriptionprivateItemStack(CompoundTag p_41608_) ItemStack(ItemLike p_41604_, int p_41605_, CompoundTag p_41606_) Constructor parameters in net.minecraft.world.item with type arguments of type CompoundTagModifierConstructorDescriptionprivateItemStack(ItemLike p_41604_, int p_41605_, Optional<CompoundTag> p_41606_) -
Uses of CompoundTag in net.minecraft.world.item.alchemy
Methods in net.minecraft.world.item.alchemy with parameters of type CompoundTagModifier and TypeMethodDescriptionstatic List<MobEffectInstance>PotionUtils.getAllEffects(CompoundTag p_43567_) static List<MobEffectInstance>PotionUtils.getCustomEffects(CompoundTag p_43574_) static voidPotionUtils.getCustomEffects(CompoundTag p_43569_, List<MobEffectInstance> p_43570_) static PotionPotionUtils.getPotion(CompoundTag p_43578_) -
Uses of CompoundTag in net.minecraft.world.item.enchantment
Methods in net.minecraft.world.item.enchantment that return CompoundTagModifier and TypeMethodDescriptionstatic CompoundTagEnchantmentHelper.storeEnchantment(ResourceLocation p_182444_, int p_182445_) Methods in net.minecraft.world.item.enchantment with parameters of type CompoundTagModifier and TypeMethodDescriptionstatic ResourceLocationEnchantmentHelper.getEnchantmentId(CompoundTag p_182447_) static intEnchantmentHelper.getEnchantmentLevel(CompoundTag p_182439_) static voidEnchantmentHelper.setEnchantmentLevel(CompoundTag p_182441_, int p_182442_) -
Uses of CompoundTag in net.minecraft.world.item.trading
Methods in net.minecraft.world.item.trading that return CompoundTagConstructors in net.minecraft.world.item.trading with parameters of type CompoundTagModifierConstructorDescriptionMerchantOffer(CompoundTag p_45351_) MerchantOffers(CompoundTag p_45387_) -
Uses of CompoundTag in net.minecraft.world.level
Fields in net.minecraft.world.level declared as CompoundTagModifier and TypeFieldDescriptionprivate final CompoundTagSpawnData.entityToSpawnThe field for theentityToSpawnrecord component.Methods in net.minecraft.world.level that return CompoundTagModifier and TypeMethodDescriptionGameRules.createTag()SpawnData.entityToSpawn()Returns the value of theentityToSpawnrecord component.SpawnData.getEntityToSpawn()BaseCommandBlock.save(CompoundTag p_45422_) BaseSpawner.save(CompoundTag p_186382_) ForcedChunksSavedData.save(CompoundTag p_46120_) Methods in net.minecraft.world.level with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidLevel.createFireworks(double p_46475_, double p_46476_, double p_46477_, double p_46478_, double p_46479_, double p_46480_, CompoundTag p_46481_) voidBaseCommandBlock.load(CompoundTag p_45432_) voidBaseSpawner.load(Level p_151329_, BlockPos p_151330_, CompoundTag p_151331_) static ForcedChunksSavedDataForcedChunksSavedData.load(CompoundTag p_151484_) BaseCommandBlock.save(CompoundTag p_45422_) BaseSpawner.save(CompoundTag p_186382_) ForcedChunksSavedData.save(CompoundTag p_46120_) Constructors in net.minecraft.world.level with parameters of type CompoundTagModifierConstructorDescriptionSpawnData(CompoundTag entityToSpawn, Optional<SpawnData.CustomSpawnRules> customSpawnRules) Creates an instance of aSpawnDatarecord class. -
Uses of CompoundTag in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity declared as CompoundTagModifier and TypeFieldDescriptionprivate CompoundTagBlockEntity.customTileData(package private) final CompoundTagBeehiveBlockEntity.BeeData.entityDataMethods in net.minecraft.world.level.block.entity that return CompoundTagModifier and TypeMethodDescriptionBlockEntity.getTileData()BannerBlockEntity.getUpdateTag()BeaconBlockEntity.getUpdateTag()BlockEntity.getUpdateTag()CampfireBlockEntity.getUpdateTag()ConduitBlockEntity.getUpdateTag()JigsawBlockEntity.getUpdateTag()SignBlockEntity.getUpdateTag()SkullBlockEntity.getUpdateTag()SpawnerBlockEntity.getUpdateTag()StructureBlockEntity.getUpdateTag()TheEndGatewayBlockEntity.getUpdateTag()final CompoundTagBlockEntity.saveWithFullMetadata()final CompoundTagBlockEntity.saveWithId()final CompoundTagBlockEntity.saveWithoutMetadata()Methods in net.minecraft.world.level.block.entity with parameters of type CompoundTagModifier and TypeMethodDescriptionstatic voidBlockEntity.addEntityType(CompoundTag p_187469_, BlockEntityType<?> p_187470_) static BlockPosBlockEntity.getPosFromTag(CompoundTag p_187473_) voidAbstractFurnaceBlockEntity.load(CompoundTag p_155025_) voidBannerBlockEntity.load(CompoundTag p_155042_) voidBarrelBlockEntity.load(CompoundTag p_155055_) voidBaseContainerBlockEntity.load(CompoundTag p_155080_) voidBeaconBlockEntity.load(CompoundTag p_155113_) voidBeehiveBlockEntity.load(CompoundTag p_155156_) voidBlockEntity.load(CompoundTag p_155245_) voidBrewingStandBlockEntity.load(CompoundTag p_155297_) voidCampfireBlockEntity.load(CompoundTag p_155312_) voidChestBlockEntity.load(CompoundTag p_155349_) voidCommandBlockEntity.load(CompoundTag p_155383_) voidComparatorBlockEntity.load(CompoundTag p_155389_) voidConduitBlockEntity.load(CompoundTag p_155437_) voidDispenserBlockEntity.load(CompoundTag p_155496_) voidEnchantmentTableBlockEntity.load(CompoundTag p_155509_) voidHopperBlockEntity.load(CompoundTag p_155588_) voidJigsawBlockEntity.load(CompoundTag p_155608_) voidJukeboxBlockEntity.load(CompoundTag p_155616_) voidLecternBlockEntity.load(CompoundTag p_155625_) voidSculkSensorBlockEntity.load(CompoundTag p_155649_) voidShulkerBoxBlockEntity.load(CompoundTag p_155678_) voidSignBlockEntity.load(CompoundTag p_155716_) voidSkullBlockEntity.load(CompoundTag p_155745_) voidSpawnerBlockEntity.load(CompoundTag p_155760_) voidStructureBlockEntity.load(CompoundTag p_155800_) voidTheEndGatewayBlockEntity.load(CompoundTag p_155840_) voidShulkerBoxBlockEntity.loadFromTag(CompoundTag p_59694_) static BlockEntityBlockEntity.loadStatic(BlockPos p_155242_, BlockState p_155243_, CompoundTag p_155244_) (package private) static voidBeehiveBlockEntity.removeIgnoredBeeTags(CompoundTag p_155162_) protected voidAbstractFurnaceBlockEntity.saveAdditional(CompoundTag p_187452_) protected voidBannerBlockEntity.saveAdditional(CompoundTag p_187456_) protected voidBarrelBlockEntity.saveAdditional(CompoundTag p_187459_) protected voidBaseContainerBlockEntity.saveAdditional(CompoundTag p_187461_) protected voidBeaconBlockEntity.saveAdditional(CompoundTag p_187463_) protected voidBeehiveBlockEntity.saveAdditional(CompoundTag p_187467_) protected voidBlockEntity.saveAdditional(CompoundTag p_187471_) protected voidBrewingStandBlockEntity.saveAdditional(CompoundTag p_187484_) protected voidCampfireBlockEntity.saveAdditional(CompoundTag p_187486_) protected voidChestBlockEntity.saveAdditional(CompoundTag p_187489_) protected voidCommandBlockEntity.saveAdditional(CompoundTag p_187491_) protected voidComparatorBlockEntity.saveAdditional(CompoundTag p_187493_) protected voidConduitBlockEntity.saveAdditional(CompoundTag p_187495_) protected voidDispenserBlockEntity.saveAdditional(CompoundTag p_187498_) protected voidEnchantmentTableBlockEntity.saveAdditional(CompoundTag p_187500_) protected voidHopperBlockEntity.saveAdditional(CompoundTag p_187502_) protected voidJigsawBlockEntity.saveAdditional(CompoundTag p_187504_) protected voidJukeboxBlockEntity.saveAdditional(CompoundTag p_187507_) protected voidLecternBlockEntity.saveAdditional(CompoundTag p_187509_) protected voidSculkSensorBlockEntity.saveAdditional(CompoundTag p_187511_) protected voidShulkerBoxBlockEntity.saveAdditional(CompoundTag p_187513_) protected voidSignBlockEntity.saveAdditional(CompoundTag p_187515_) protected voidSkullBlockEntity.saveAdditional(CompoundTag p_187518_) protected voidSpawnerBlockEntity.saveAdditional(CompoundTag p_187521_) protected voidStructureBlockEntity.saveAdditional(CompoundTag p_187524_) protected voidTheEndGatewayBlockEntity.saveAdditional(CompoundTag p_187527_) private voidBlockEntity.saveId(CompoundTag p_187475_) private voidBlockEntity.saveMetadata(CompoundTag p_187479_) voidBeehiveBlockEntity.storeBee(CompoundTag p_155158_, int p_155159_, boolean p_155160_) protected booleanRandomizableContainerBlockEntity.tryLoadLootTable(CompoundTag p_59632_) protected booleanRandomizableContainerBlockEntity.trySaveLootTable(CompoundTag p_59635_) Constructors in net.minecraft.world.level.block.entity with parameters of type CompoundTagModifierConstructorDescription(package private)BeeData(CompoundTag p_58786_, int p_58787_, int p_58788_) -
Uses of CompoundTag in net.minecraft.world.level.block.piston
Methods in net.minecraft.world.level.block.piston that return CompoundTagMethods in net.minecraft.world.level.block.piston with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidPistonMovingBlockEntity.load(CompoundTag p_155930_) protected voidPistonMovingBlockEntity.saveAdditional(CompoundTag p_187530_) -
Uses of CompoundTag in net.minecraft.world.level.border
Methods in net.minecraft.world.level.border with parameters of type CompoundTag -
Uses of CompoundTag in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk with type parameters of type CompoundTagModifier and TypeFieldDescriptionprivate final List<CompoundTag>ProtoChunk.entitiesprotected final Map<BlockPos,CompoundTag> ChunkAccess.pendingBlockEntitiesMethods in net.minecraft.world.level.chunk that return CompoundTagModifier and TypeMethodDescriptionChunkAccess.getBlockEntityNbt(BlockPos p_62103_) ImposterProtoChunk.getBlockEntityNbt(BlockPos p_62757_) abstract CompoundTagChunkAccess.getBlockEntityNbtForSaving(BlockPos p_62104_) ImposterProtoChunk.getBlockEntityNbtForSaving(BlockPos p_62760_) LevelChunk.getBlockEntityNbtForSaving(BlockPos p_62932_) ProtoChunk.getBlockEntityNbtForSaving(BlockPos p_63275_) UpgradeData.write()final CompoundTagLevelChunk.writeCapsToNBT()Deprecated.Methods in net.minecraft.world.level.chunk that return types with arguments of type CompoundTagMethods in net.minecraft.world.level.chunk with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidProtoChunk.addEntity(CompoundTag p_63243_) private static <T> voidUpgradeData.loadTicks(CompoundTag p_208133_, String p_208134_, Function<String, Optional<T>> p_208135_, List<SavedTick<T>> p_208136_) private BlockEntityLevelChunk.promotePendingBlockEntity(BlockPos p_62871_, CompoundTag p_62872_) final voidLevelChunk.readCapsFromNBT(CompoundTag tag) Deprecated.voidLevelChunk.replaceWithPacketData(FriendlyByteBuf p_187972_, CompoundTag p_187973_, Consumer<ClientboundLevelChunkPacketData.BlockEntityTagOutput> p_187974_) voidChunkAccess.setBlockEntityNbt(CompoundTag p_62091_) voidImposterProtoChunk.setBlockEntityNbt(CompoundTag p_62728_) Constructors in net.minecraft.world.level.chunk with parameters of type CompoundTag -
Uses of CompoundTag in net.minecraft.world.level.chunk.storage
Fields in net.minecraft.world.level.chunk.storage declared as CompoundTagMethods in net.minecraft.world.level.chunk.storage that return CompoundTagModifier and TypeMethodDescriptionprivate static CompoundTagChunkSerializer.packStructureData(StructurePieceSerializationContext p_188250_, ChunkPos p_188251_, Map<ConfiguredStructureFeature<?, ?>, StructureStart> p_188252_, Map<ConfiguredStructureFeature<?, ?>, it.unimi.dsi.fastutil.longs.LongSet> p_188253_) private CompoundTagChunkStorage.upgradeChunkTag(ResourceKey<Level> p_188289_, Supplier<DimensionDataStorage> p_188290_, CompoundTag p_188291_, Optional<ResourceKey<com.mojang.serialization.Codec<? extends ChunkGenerator>>> p_188292_) private CompoundTagEntityStorage.upgradeChunkTag(CompoundTag p_156573_) static CompoundTagChunkSerializer.write(ServerLevel p_63455_, ChunkAccess p_63456_) Methods in net.minecraft.world.level.chunk.storage that return types with arguments of type CompoundTagMethods in net.minecraft.world.level.chunk.storage with parameters of type CompoundTagModifier and TypeMethodDescriptionstatic ChunkStatus.ChunkTypeChunkSerializer.getChunkTypeFromTag(CompoundTag p_63486_) private static ListTagChunkSerializer.getListOfCompoundsOrNull(CompoundTag p_196898_, String p_196899_) static intChunkStorage.getVersion(CompoundTag p_63506_) static intEntityStorage.getVersion(CompoundTag p_156561_) static voidChunkStorage.injectDatafixingContext(CompoundTag p_196919_, ResourceKey<Level> p_196920_, Optional<ResourceKey<com.mojang.serialization.Codec<? extends ChunkGenerator>>> p_196921_) private static LevelChunk.PostLoadProcessorChunkSerializer.postLoadChunk(ServerLevel p_196891_, CompoundTag p_196892_) static ProtoChunkChunkSerializer.read(ServerLevel p_188231_, PoiManager p_188232_, ChunkPos p_188233_, CompoundTag p_188234_) private static ChunkPosEntityStorage.readChunkPos(CompoundTag p_156571_) private static voidChunkSerializer.saveTicks(ServerLevel p_188236_, CompoundTag p_188237_, ChunkAccess.TicksToSave p_188238_) IOWorker.store(ChunkPos p_63539_, CompoundTag p_63540_) private static Map<ConfiguredStructureFeature<?,?>, it.unimi.dsi.fastutil.longs.LongSet> ChunkSerializer.unpackStructureReferences(RegistryAccess p_208155_, ChunkPos p_208156_, CompoundTag p_208157_) private static Map<ConfiguredStructureFeature<?,?>, StructureStart> ChunkSerializer.unpackStructureStart(StructurePieceSerializationContext p_188255_, CompoundTag p_188256_, long p_188257_) ChunkStorage.upgradeChunkTag(ResourceKey<Level> p_188289_, Supplier<DimensionDataStorage> p_188290_, CompoundTag p_188291_, Optional<ResourceKey<com.mojang.serialization.Codec<? extends ChunkGenerator>>> p_188292_) private CompoundTagEntityStorage.upgradeChunkTag(CompoundTag p_156573_) voidChunkStorage.write(ChunkPos p_63503_, CompoundTag p_63504_) protected voidRegionFileStorage.write(ChunkPos p_63709_, CompoundTag p_63710_) private static voidEntityStorage.writeChunkPos(CompoundTag p_156563_, ChunkPos p_156564_) Constructors in net.minecraft.world.level.chunk.storage with parameters of type CompoundTag -
Uses of CompoundTag in net.minecraft.world.level.dimension.end
Methods in net.minecraft.world.level.dimension.end that return CompoundTagConstructors in net.minecraft.world.level.dimension.end with parameters of type CompoundTagModifierConstructorDescriptionEndDragonFight(ServerLevel p_64078_, long p_64079_, CompoundTag p_64080_) -
Uses of CompoundTag in net.minecraft.world.level.levelgen
Methods in net.minecraft.world.level.levelgen with parameters of type CompoundTagModifier and TypeMethodDescriptionstatic BelowZeroRetrogenBelowZeroRetrogen.read(CompoundTag p_188486_) -
Uses of CompoundTag in net.minecraft.world.level.levelgen.feature
Methods in net.minecraft.world.level.levelgen.feature with parameters of type CompoundTagModifier and TypeMethodDescriptionstatic StructureStartStructureFeature.loadStaticStart(StructurePieceSerializationContext p_191129_, CompoundTag p_191130_, long p_191131_) -
Uses of CompoundTag in net.minecraft.world.level.levelgen.structure
Fields in net.minecraft.world.level.levelgen.structure with type parameters of type CompoundTagModifier and TypeFieldDescriptionprivate final Map<String,it.unimi.dsi.fastutil.longs.Long2ObjectMap<CompoundTag>> LegacyStructureDataHandler.dataMapMethods in net.minecraft.world.level.levelgen.structure that return CompoundTagModifier and TypeMethodDescriptionfinal CompoundTagStructurePiece.createTag(StructurePieceSerializationContext p_192645_) StructureStart.createTag(StructurePieceSerializationContext p_192661_, ChunkPos p_192662_) StructureFeatureIndexSavedData.save(CompoundTag p_73372_) LegacyStructureDataHandler.updateFromLegacy(CompoundTag p_71327_) private CompoundTagLegacyStructureDataHandler.updateStructureStart(CompoundTag p_71329_, ChunkPos p_71330_) Methods in net.minecraft.world.level.levelgen.structure with parameters of type CompoundTagModifier and TypeMethodDescriptionprotected voidBuriedTreasurePieces.BuriedTreasurePiece.addAdditionalSaveData(StructurePieceSerializationContext p_191974_, CompoundTag p_191975_) protected voidDesertPyramidPiece.addAdditionalSaveData(StructurePieceSerializationContext p_191989_, CompoundTag p_191990_) protected voidEndCityPieces.EndCityPiece.addAdditionalSaveData(StructurePieceSerializationContext p_191995_, CompoundTag p_191996_) protected voidIglooPieces.IglooPiece.addAdditionalSaveData(StructurePieceSerializationContext p_192009_, CompoundTag p_192010_) protected voidJunglePyramidPiece.addAdditionalSaveData(StructurePieceSerializationContext p_192024_, CompoundTag p_192025_) protected voidMineShaftPieces.MineShaftCorridor.addAdditionalSaveData(StructurePieceSerializationContext p_192038_, CompoundTag p_192039_) protected voidMineShaftPieces.MineShaftCrossing.addAdditionalSaveData(StructurePieceSerializationContext p_192051_, CompoundTag p_192052_) protected voidMineShaftPieces.MineShaftPiece.addAdditionalSaveData(StructurePieceSerializationContext p_192054_, CompoundTag p_192055_) protected voidMineShaftPieces.MineShaftRoom.addAdditionalSaveData(StructurePieceSerializationContext p_192067_, CompoundTag p_192068_) protected voidNetherBridgePieces.BridgeEndFiller.addAdditionalSaveData(StructurePieceSerializationContext p_192101_, CompoundTag p_192102_) protected voidNetherBridgePieces.CastleSmallCorridorLeftTurnPiece.addAdditionalSaveData(StructurePieceSerializationContext p_192164_, CompoundTag p_192165_) protected voidNetherBridgePieces.CastleSmallCorridorRightTurnPiece.addAdditionalSaveData(StructurePieceSerializationContext p_192187_, CompoundTag p_192188_) protected voidNetherBridgePieces.MonsterThrone.addAdditionalSaveData(StructurePieceSerializationContext p_192210_, CompoundTag p_192211_) protected voidNetherBridgePieces.NetherBridgePiece.addAdditionalSaveData(StructurePieceSerializationContext p_192213_, CompoundTag p_192214_) protected voidNetherFossilPieces.NetherFossilPiece.addAdditionalSaveData(StructurePieceSerializationContext p_192253_, CompoundTag p_192254_) protected voidOceanMonumentPieces.OceanMonumentPiece.addAdditionalSaveData(StructurePieceSerializationContext p_192355_, CompoundTag p_192356_) protected voidOceanRuinPieces.OceanRuinPiece.addAdditionalSaveData(StructurePieceSerializationContext p_192403_, CompoundTag p_192404_) protected voidPoolElementStructurePiece.addAdditionalSaveData(StructurePieceSerializationContext p_192425_, CompoundTag p_192426_) protected voidRuinedPortalPiece.addAdditionalSaveData(StructurePieceSerializationContext p_192457_, CompoundTag p_192458_) protected voidScatteredFeaturePiece.addAdditionalSaveData(StructurePieceSerializationContext p_192471_, CompoundTag p_192472_) protected voidShipwreckPieces.ShipwreckPiece.addAdditionalSaveData(StructurePieceSerializationContext p_192486_, CompoundTag p_192487_) protected voidStrongholdPieces.ChestCorridor.addAdditionalSaveData(StructurePieceSerializationContext p_192499_, CompoundTag p_192500_) protected voidStrongholdPieces.FillerCorridor.addAdditionalSaveData(StructurePieceSerializationContext p_192512_, CompoundTag p_192513_) protected voidStrongholdPieces.FiveCrossing.addAdditionalSaveData(StructurePieceSerializationContext p_192525_, CompoundTag p_192526_) protected voidStrongholdPieces.Library.addAdditionalSaveData(StructurePieceSerializationContext p_192548_, CompoundTag p_192549_) protected voidStrongholdPieces.PortalRoom.addAdditionalSaveData(StructurePieceSerializationContext p_192561_, CompoundTag p_192562_) protected voidStrongholdPieces.RoomCrossing.addAdditionalSaveData(StructurePieceSerializationContext p_192594_, CompoundTag p_192595_) protected voidStrongholdPieces.StairsDown.addAdditionalSaveData(StructurePieceSerializationContext p_192607_, CompoundTag p_192608_) protected voidStrongholdPieces.Straight.addAdditionalSaveData(StructurePieceSerializationContext p_192622_, CompoundTag p_192623_) protected voidStrongholdPieces.StrongholdPiece.addAdditionalSaveData(StructurePieceSerializationContext p_192635_, CompoundTag p_192636_) protected abstract voidStructurePiece.addAdditionalSaveData(StructurePieceSerializationContext p_192646_, CompoundTag p_192647_) protected voidSwamplandHutPiece.addAdditionalSaveData(StructurePieceSerializationContext p_192674_, CompoundTag p_192675_) protected voidTemplateStructurePiece.addAdditionalSaveData(StructurePieceSerializationContext p_192690_, CompoundTag p_192691_) protected voidWoodlandMansionPieces.WoodlandMansionPiece.addAdditionalSaveData(StructurePieceSerializationContext p_192696_, CompoundTag p_192697_) StructureFeatureIndexSavedData.load(CompoundTag p_163535_) private it.unimi.dsi.fastutil.objects.Object2IntMap<ConfiguredStructureFeature<?,?>> StructureCheck.loadStructures(CompoundTag p_197312_) private static StructurePlaceSettingsRuinedPortalPiece.makeSettings(StructureManager p_192460_, CompoundTag p_192461_, ResourceLocation p_192462_) StructureFeatureIndexSavedData.save(CompoundTag p_73372_) LegacyStructureDataHandler.updateFromLegacy(CompoundTag p_71327_) private CompoundTagLegacyStructureDataHandler.updateStructureStart(CompoundTag p_71329_, ChunkPos p_71330_) Constructors in net.minecraft.world.level.levelgen.structure with parameters of type CompoundTagModifierConstructorDescriptionBridgeCrossing(CompoundTag p_192081_) protectedBridgeCrossing(StructurePieceType p_209884_, CompoundTag p_209885_) BridgeEndFiller(CompoundTag p_192091_) BridgeStraight(CompoundTag p_192104_) BuriedTreasurePiece(CompoundTag p_191964_) CastleCorridorStairsPiece(CompoundTag p_192114_) CastleCorridorTBalconyPiece(CompoundTag p_192124_) CastleEntrance(CompoundTag p_192134_) CastleSmallCorridorCrossingPiece(CompoundTag p_192144_) CastleSmallCorridorLeftTurnPiece(CompoundTag p_192154_) CastleSmallCorridorPiece(CompoundTag p_192167_) CastleSmallCorridorRightTurnPiece(CompoundTag p_192177_) CastleStalkRoom(CompoundTag p_192190_) ChestCorridor(CompoundTag p_192489_) DesertPyramidPiece(CompoundTag p_191979_) EndCityPiece(StructureManager p_191992_, CompoundTag p_191993_) FillerCorridor(CompoundTag p_192502_) FiveCrossing(CompoundTag p_192515_) IglooPiece(StructureManager p_191998_, CompoundTag p_191999_) JunglePyramidPiece(CompoundTag p_192014_) LeftTurn(CompoundTag p_192528_) Library(CompoundTag p_192538_) MineShaftCorridor(CompoundTag p_192028_) MineShaftCrossing(CompoundTag p_192041_) MineShaftPiece(StructurePieceType p_209881_, CompoundTag p_209882_) MineShaftRoom(CompoundTag p_192057_) MineShaftStairs(CompoundTag p_192070_) MonsterThrone(CompoundTag p_192200_) MonumentBuilding(CompoundTag p_192265_) NetherBridgePiece(StructurePieceType p_209891_, CompoundTag p_209892_) NetherFossilPiece(StructureManager p_192242_, CompoundTag p_192243_) OceanMonumentCoreRoom(CompoundTag p_192275_) OceanMonumentDoubleXRoom(CompoundTag p_192285_) OceanMonumentDoubleXYRoom(CompoundTag p_192295_) OceanMonumentDoubleYRoom(CompoundTag p_192305_) OceanMonumentDoubleYZRoom(CompoundTag p_192315_) OceanMonumentDoubleZRoom(CompoundTag p_192325_) OceanMonumentEntryRoom(CompoundTag p_192335_) OceanMonumentPenthouse(CompoundTag p_192345_) OceanMonumentPiece(StructurePieceType p_209907_, CompoundTag p_209908_) OceanMonumentSimpleRoom(CompoundTag p_192358_) OceanMonumentSimpleTopRoom(CompoundTag p_192368_) OceanMonumentWingRoom(CompoundTag p_192378_) OceanRuinPiece(StructureManager p_192392_, CompoundTag p_192393_) PoolElementStructurePiece(StructurePieceSerializationContext p_192406_, CompoundTag p_192407_) PortalRoom(CompoundTag p_192551_) PrisonHall(CompoundTag p_192564_) RightTurn(CompoundTag p_192574_) RoomCrossing(CompoundTag p_192216_) RoomCrossing(CompoundTag p_192584_) RuinedPortalPiece(StructureManager p_192446_, CompoundTag p_192447_) protectedScatteredFeaturePiece(StructurePieceType p_209929_, CompoundTag p_209930_) ShipwreckPiece(StructureManager p_192475_, CompoundTag p_192476_) StairsDown(CompoundTag p_192597_) StairsDown(StructurePieceType p_209938_, CompoundTag p_209939_) StairsRoom(CompoundTag p_192226_) StartPiece(CompoundTag p_192236_) StartPiece(CompoundTag p_192610_) Straight(CompoundTag p_192612_) StraightStairsDown(CompoundTag p_192625_) StrongholdPiece(StructurePieceType p_209945_, CompoundTag p_209946_) StructurePiece(StructurePieceType p_209998_, CompoundTag p_209999_) SwamplandHutPiece(CompoundTag p_192664_) TemplateStructurePiece(StructurePieceType p_210091_, CompoundTag p_210092_, StructureManager p_210093_, Function<ResourceLocation, StructurePlaceSettings> p_210094_) Turn(StructurePieceType p_209952_, CompoundTag p_209953_) WoodlandMansionPiece(StructureManager p_192693_, CompoundTag p_192694_) -
Uses of CompoundTag in net.minecraft.world.level.levelgen.structure.pieces
Methods in net.minecraft.world.level.levelgen.structure.pieces with parameters of type CompoundTagModifier and TypeMethodDescriptionStructurePieceType.ContextlessType.load(CompoundTag p_210167_) default StructurePieceStructurePieceType.ContextlessType.load(StructurePieceSerializationContext p_210164_, CompoundTag p_210165_) StructurePieceType.load(StructurePieceSerializationContext p_210161_, CompoundTag p_210162_) default StructurePieceStructurePieceType.StructureTemplateType.load(StructurePieceSerializationContext p_210169_, CompoundTag p_210170_) StructurePieceType.StructureTemplateType.load(StructureManager p_210172_, CompoundTag p_210173_) -
Uses of CompoundTag in net.minecraft.world.level.levelgen.structure.pools
Fields in net.minecraft.world.level.levelgen.structure.pools declared as CompoundTagMethods in net.minecraft.world.level.levelgen.structure.pools that return CompoundTag -
Uses of CompoundTag in net.minecraft.world.level.levelgen.structure.templatesystem
Fields in net.minecraft.world.level.levelgen.structure.templatesystem declared as CompoundTagModifier and TypeFieldDescriptionfinal CompoundTagStructureTemplate.StructureBlockInfo.nbtfinal CompoundTagStructureTemplate.StructureEntityInfo.nbtprivate final CompoundTagProcessorRule.outputTagMethods in net.minecraft.world.level.levelgen.structure.templatesystem that return CompoundTagModifier and TypeMethodDescriptionProcessorRule.getOutputTag()StructureTemplate.save(CompoundTag p_74619_) Methods in net.minecraft.world.level.levelgen.structure.templatesystem with parameters of type CompoundTagModifier and TypeMethodDescriptionStructureTemplate.createEntityIgnoreException(ServerLevelAccessor p_74544_, CompoundTag p_74545_) voidStructureTemplate.load(CompoundTag p_74639_) StructureManager.readStructure(CompoundTag p_74340_) StructureTemplate.save(CompoundTag p_74619_) Constructors in net.minecraft.world.level.levelgen.structure.templatesystem with parameters of type CompoundTagModifierConstructorDescriptionStructureBlockInfo(BlockPos p_74679_, BlockState p_74680_, CompoundTag p_74681_) StructureEntityInfo(Vec3 p_74687_, BlockPos p_74688_, CompoundTag p_74689_) Constructor parameters in net.minecraft.world.level.levelgen.structure.templatesystem with type arguments of type CompoundTagModifierConstructorDescriptionProcessorRule(RuleTest p_74232_, RuleTest p_74233_, PosRuleTest p_74234_, BlockState p_74235_, Optional<CompoundTag> p_74236_) -
Uses of CompoundTag in net.minecraft.world.level.saveddata
Methods in net.minecraft.world.level.saveddata that return CompoundTagMethods in net.minecraft.world.level.saveddata with parameters of type CompoundTag -
Uses of CompoundTag in net.minecraft.world.level.saveddata.maps
Methods in net.minecraft.world.level.saveddata.maps that return CompoundTagModifier and TypeMethodDescriptionMapBanner.save()MapFrame.save()MapIndex.save(CompoundTag p_77884_) MapItemSavedData.save(CompoundTag p_77956_) Methods in net.minecraft.world.level.saveddata.maps with parameters of type CompoundTagModifier and TypeMethodDescriptionstatic MapBannerMapBanner.load(CompoundTag p_77778_) static MapFrameMapFrame.load(CompoundTag p_77873_) static MapIndexMapIndex.load(CompoundTag p_164763_) static MapItemSavedDataMapItemSavedData.load(CompoundTag p_164808_) MapIndex.save(CompoundTag p_77884_) MapItemSavedData.save(CompoundTag p_77956_) -
Uses of CompoundTag in net.minecraft.world.level.storage
Fields in net.minecraft.world.level.storage declared as CompoundTagModifier and TypeFieldDescriptionprivate CompoundTagPrimaryLevelData.customBossEventsprivate CompoundTagPrimaryLevelData.endDragonFightDataprivate CompoundTagPrimaryLevelData.loadedPlayerTagFields in net.minecraft.world.level.storage with type parameters of type CompoundTagModifier and TypeFieldDescriptionprivate final Map<String,CompoundTag> CommandStorage.Container.storageMethods in net.minecraft.world.level.storage that return CompoundTagModifier and TypeMethodDescriptionPrimaryLevelData.createTag(RegistryAccess p_78543_, CompoundTag p_78544_) WorldData.createTag(RegistryAccess p_78636_, CompoundTag p_78637_) PrimaryLevelData.endDragonFightData()WorldData.endDragonFightData()CommandStorage.get(ResourceLocation p_78045_) PrimaryLevelData.getCustomBossEvents()WorldData.getCustomBossEvents()PrimaryLevelData.getLoadedPlayerTag()WorldData.getLoadedPlayerTag()DimensionDataStorage.readTagFromDisk(String p_78159_, int p_78160_) CommandStorage.Container.save(CompoundTag p_78075_) Methods in net.minecraft.world.level.storage with parameters of type CompoundTagModifier and TypeMethodDescriptionPrimaryLevelData.createTag(RegistryAccess p_78543_, CompoundTag p_78544_) WorldData.createTag(RegistryAccess p_78636_, CompoundTag p_78637_) (package private) CommandStorage.ContainerCommandStorage.Container.load(CompoundTag p_164850_) static PrimaryLevelDataPrimaryLevelData.parse(com.mojang.serialization.Dynamic<Tag> p_78531_, com.mojang.datafixers.DataFixer p_78532_, int p_78533_, CompoundTag p_78534_, LevelSettings p_78535_, LevelVersion p_78536_, WorldGenSettings p_78537_, com.mojang.serialization.Lifecycle p_78538_) voidCommandStorage.Container.put(String p_78064_, CompoundTag p_78065_) CommandStorage.Container.save(CompoundTag p_78075_) voidLevelStorageSource.LevelStorageAccess.saveDataTag(RegistryAccess p_78291_, WorldData p_78292_, CompoundTag p_78293_) voidCommandStorage.set(ResourceLocation p_78047_, CompoundTag p_78048_) voidPrimaryLevelData.setCustomBossEvents(CompoundTag p_78571_) voidWorldData.setCustomBossEvents(CompoundTag p_78643_) voidPrimaryLevelData.setEndDragonFightData(CompoundTag p_78557_) voidWorldData.setEndDragonFightData(CompoundTag p_78641_) private voidPrimaryLevelData.setTagData(RegistryAccess p_78546_, CompoundTag p_78547_, CompoundTag p_78548_) Method parameters in net.minecraft.world.level.storage with type arguments of type CompoundTagModifier and TypeMethodDescription<T extends SavedData>
TDimensionDataStorage.computeIfAbsent(Function<CompoundTag, T> p_164862_, Supplier<T> p_164863_, String p_164864_) <T extends SavedData>
TDimensionDataStorage.get(Function<CompoundTag, T> p_164859_, String p_164860_) private <T extends SavedData>
TDimensionDataStorage.readSavedData(Function<CompoundTag, T> p_164869_, String p_164870_) Constructors in net.minecraft.world.level.storage with parameters of type CompoundTagModifierConstructorDescriptionprivatePrimaryLevelData(com.mojang.datafixers.DataFixer p_164942_, int p_164943_, CompoundTag p_164944_, boolean p_164945_, int p_164946_, int p_164947_, int p_164948_, float p_164949_, long p_164950_, long p_164951_, int p_164952_, int p_164953_, int p_164954_, boolean p_164955_, int p_164956_, boolean p_164957_, boolean p_164958_, boolean p_164959_, WorldBorder.Settings p_164960_, int p_164961_, int p_164962_, UUID p_164963_, Set<String> p_164964_, TimerQueue<MinecraftServer> p_164965_, CompoundTag p_164966_, CompoundTag p_164967_, LevelSettings p_164968_, WorldGenSettings p_164969_, com.mojang.serialization.Lifecycle p_164970_) -
Uses of CompoundTag in net.minecraft.world.level.storage.loot.functions
Fields in net.minecraft.world.level.storage.loot.functions declared as CompoundTagMethods in net.minecraft.world.level.storage.loot.functions with parameters of type CompoundTagModifier and TypeMethodDescriptionstatic LootItemConditionalFunction.Builder<?>SetNbtFunction.setTag(CompoundTag p_81188_) Deprecated.Constructors in net.minecraft.world.level.storage.loot.functions with parameters of type CompoundTagModifierConstructorDescription(package private)SetNbtFunction(LootItemCondition[] p_81176_, CompoundTag p_81177_) -
Uses of CompoundTag in net.minecraft.world.level.timers
Methods in net.minecraft.world.level.timers that return CompoundTagModifier and TypeMethodDescription<T extends TimerCallback<C>>
CompoundTagTimerCallbacks.serialize(T p_82235_) private CompoundTagTimerQueue.storeEvent(TimerQueue.Event<T> p_82255_) Methods in net.minecraft.world.level.timers with parameters of type CompoundTagModifier and TypeMethodDescriptionFunctionCallback.Serializer.deserialize(CompoundTag p_82180_) FunctionTagCallback.Serializer.deserialize(CompoundTag p_82204_) abstract CTimerCallback.Serializer.deserialize(CompoundTag p_82225_) TimerCallbacks.deserialize(CompoundTag p_82239_) private voidTimerQueue.loadEvent(CompoundTag p_82266_) voidFunctionCallback.Serializer.serialize(CompoundTag p_82182_, FunctionCallback p_82183_) voidFunctionTagCallback.Serializer.serialize(CompoundTag p_82206_, FunctionTagCallback p_82207_) abstract voidTimerCallback.Serializer.serialize(CompoundTag p_82222_, C p_82223_) -
Uses of CompoundTag in net.minecraft.world.scores
Methods in net.minecraft.world.scores that return CompoundTagMethods in net.minecraft.world.scores with parameters of type CompoundTagModifier and TypeMethodDescriptionScoreboardSaveData.load(CompoundTag p_166103_) private voidScoreboardSaveData.loadDisplaySlots(CompoundTag p_83531_) ScoreboardSaveData.save(CompoundTag p_83527_) private voidScoreboardSaveData.saveDisplaySlots(CompoundTag p_83533_) -
Uses of CompoundTag in net.minecraft.world.ticks
Methods in net.minecraft.world.ticks that return CompoundTagModifier and TypeMethodDescriptionprivate static CompoundTagSavedTick.saveTick(String p_193339_, BlockPos p_193340_, int p_193341_, TickPriority p_193342_) static <T> CompoundTagSavedTick.saveTick(ScheduledTick<T> p_193332_, Function<T, String> p_193333_, long p_193334_) Methods in net.minecraft.world.ticks with parameters of type CompoundTag -
Uses of CompoundTag in net.minecraftforge.common
Methods in net.minecraftforge.common with parameters of type CompoundTagModifier and TypeMethodDescriptionEntityType<?>ForgeSpawnEggItem.getType(CompoundTag tag) static MobEffectForgeHooks.loadMobEffect(CompoundTag nbt, String key, MobEffect fallback) static voidForgeHooks.readAdditionalLevelSaveData(CompoundTag rootTag) Deprecated, for removal: This API element is subject to removal in a future version.To be removed in 1.20.static voidForgeHooks.readAdditionalLevelSaveData(CompoundTag rootTag, Path levelPath) static voidForgeHooks.saveMobEffect(CompoundTag nbt, String key, MobEffect effect) static voidForgeHooks.writeAdditionalLevelSaveData(WorldData worldData, CompoundTag levelTag) -
Uses of CompoundTag in net.minecraftforge.common.capabilities
Fields in net.minecraftforge.common.capabilities declared as CompoundTagMethods in net.minecraftforge.common.capabilities that return CompoundTagModifier and TypeMethodDescriptionprotected final CompoundTagCapabilityProvider.serializeCaps()CapabilityProvider.AsField.serializeInternal()CapabilityDispatcher.serializeNBT()Methods in net.minecraftforge.common.capabilities with parameters of type CompoundTagModifier and TypeMethodDescriptionprotected final voidCapabilityProvider.deserializeCaps(CompoundTag tag) voidCapabilityProvider.AsField.deserializeInternal(CompoundTag tag) voidCapabilityDispatcher.deserializeNBT(CompoundTag nbt) -
Uses of CompoundTag in net.minecraftforge.common.crafting
Fields in net.minecraftforge.common.crafting declared as CompoundTagMethods in net.minecraftforge.common.crafting that return CompoundTagModifier and TypeMethodDescriptionstatic CompoundTagCraftingHelper.getNBT(com.google.gson.JsonElement element) Methods in net.minecraftforge.common.crafting with parameters of type CompoundTagModifier and TypeMethodDescriptionstatic PartialNBTIngredientPartialNBTIngredient.of(CompoundTag nbt, ItemLike... items) Creates a new ingredient matching any item from the list, containing the given NBTstatic PartialNBTIngredientPartialNBTIngredient.of(ItemLike item, CompoundTag nbt) Creates a new ingredient matching the given item, containing the given NBTConstructors in net.minecraftforge.common.crafting with parameters of type CompoundTag -
Uses of CompoundTag in net.minecraftforge.common.extensions
Methods in net.minecraftforge.common.extensions that return CompoundTagModifier and TypeMethodDescriptionIForgeEntity.getPersistentData()Returns a NBTTagCompound that can be used to store custom data for this entity.default CompoundTagIForgeItem.getShareTag(ItemStack stack) Override this method to change the NBT data being sent to the client.default CompoundTagIForgeItemStack.getShareTag()Get the NBT data to be sent to the client.IForgeBlockEntity.getTileData()Gets aCompoundTagthat can be used to store custom data for this tile entity.default CompoundTagIForgeBlockEntity.serializeNBT()default CompoundTagIForgeEntity.serializeNBT()default CompoundTagIForgeItemStack.serializeNBT()Methods in net.minecraftforge.common.extensions with parameters of type CompoundTagModifier and TypeMethodDescriptiondefault voidIForgeBlockEntity.deserializeNBT(CompoundTag nbt) default voidIForgeEntity.deserializeNBT(CompoundTag nbt) default voidIForgeBlockEntity.handleUpdateTag(CompoundTag tag) Called when the chunk's TE update tag, gotten fromBlockEntity.getUpdateTag(), is received on the client.default ICapabilityProviderIForgeItem.initCapabilities(ItemStack stack, CompoundTag nbt) Called from ItemStack.setItem, will hold extra data for the life of this ItemStack.default voidIForgeItem.readShareTag(ItemStack stack, CompoundTag nbt) Override this method to decide what to do with the NBT data received from getNBTShareTag().default voidIForgeItemStack.readShareTag(CompoundTag nbt) Override this method to decide what to do with the NBT data received from getNBTShareTag().default voidIForgeMobEffectInstance.writeCurativeItems(CompoundTag nbt) -
Uses of CompoundTag in net.minecraftforge.common.util
Fields in net.minecraftforge.common.util declared as CompoundTagModifier and TypeFieldDescriptionprivate CompoundTagWorldCapabilityData.capNBTprivate final CompoundTagBlockSnapshot.nbtFields in net.minecraftforge.common.util with type parameters of type CompoundTagModifier and TypeFieldDescriptionprivate INBTSerializable<CompoundTag>WorldCapabilityData.serializableMethods in net.minecraftforge.common.util that return CompoundTagModifier and TypeMethodDescriptionprivate static CompoundTagBlockSnapshot.getBlockEntityTag(BlockEntity te) BlockSnapshot.getTag()static CompoundTagDummySavedData.save(CompoundTag compound) WorldCapabilityData.save(CompoundTag nbt) Methods in net.minecraftforge.common.util with parameters of type CompoundTagModifier and TypeMethodDescriptionstatic WorldCapabilityDataWorldCapabilityData.load(CompoundTag tag, INBTSerializable<CompoundTag> serializable) voidWorldCapabilityData.read(CompoundTag nbt) DummySavedData.save(CompoundTag compound) WorldCapabilityData.save(CompoundTag nbt) Method parameters in net.minecraftforge.common.util with type arguments of type CompoundTagModifier and TypeMethodDescriptionstatic WorldCapabilityDataWorldCapabilityData.load(CompoundTag tag, INBTSerializable<CompoundTag> serializable) voidWorldCapabilityData.setCapabilities(INBTSerializable<CompoundTag> capabilities) Constructors in net.minecraftforge.common.util with parameters of type CompoundTagModifierConstructorDescriptionprivateBlockSnapshot(ResourceKey<Level> dim, LevelAccessor level, BlockPos pos, BlockState state, CompoundTag nbt, int flags) Constructor parameters in net.minecraftforge.common.util with type arguments of type CompoundTag -
Uses of CompoundTag in net.minecraftforge.common.world
Methods in net.minecraftforge.common.world with parameters of type CompoundTagModifier and TypeMethodDescriptionprivate static voidForgeChunkManager.readBlockForcedChunks(String modId, long chunkPos, CompoundTag modEntry, String key, Map<ForgeChunkManager.TicketOwner<BlockPos>, it.unimi.dsi.fastutil.longs.LongSet> blockForcedChunks) Reads the forge block forced chunks.private static voidForgeChunkManager.readEntityForcedChunks(String modId, long chunkPos, CompoundTag modEntry, String key, Map<ForgeChunkManager.TicketOwner<UUID>, it.unimi.dsi.fastutil.longs.LongSet> entityForcedChunks) Reads the forge entity forced chunks.static voidForgeChunkManager.readForgeForcedChunks(CompoundTag nbt, ForgeChunkManager.TicketTracker<BlockPos> blockForcedChunks, ForgeChunkManager.TicketTracker<UUID> entityForcedChunks) Reads the forge forced chunks from the NBT compound.static voidForgeChunkManager.writeForgeForcedChunks(CompoundTag nbt, ForgeChunkManager.TicketTracker<BlockPos> blockForcedChunks, ForgeChunkManager.TicketTracker<UUID> entityForcedChunks) Writes the forge forced chunks into the NBT compound.Method parameters in net.minecraftforge.common.world with type arguments of type CompoundTagModifier and TypeMethodDescriptionprivate static <T extends Comparable<? super T>>
voidForgeChunkManager.writeForcedChunkOwners(Map<String, it.unimi.dsi.fastutil.longs.Long2ObjectMap<CompoundTag>> forcedEntries, Map<ForgeChunkManager.TicketOwner<T>, it.unimi.dsi.fastutil.longs.LongSet> forcedChunks, String listKey, int listType, BiConsumer<T, ListTag> ownerWriter) private static <T extends Comparable<? super T>>
voidForgeChunkManager.writeForcedChunkOwners(Map<String, it.unimi.dsi.fastutil.longs.Long2ObjectMap<CompoundTag>> forcedEntries, ForgeChunkManager.TicketTracker<T> tracker, String listKey, int listType, BiConsumer<T, ListTag> ownerWriter) -
Uses of CompoundTag in net.minecraftforge.debug.block
Methods in net.minecraftforge.debug.block that return CompoundTagModifier and TypeMethodDescriptionFullPotsAccessorDemo.DioriteFlowerPotBlockEntity.getUpdateTag()Methods in net.minecraftforge.debug.block with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidFullPotsAccessorDemo.DioriteFlowerPotBlockEntity.handleUpdateTag(CompoundTag tag) voidFullPotsAccessorDemo.DioriteFlowerPotBlockEntity.load(CompoundTag tag) protected voidFullPotsAccessorDemo.DioriteFlowerPotBlockEntity.saveAdditional(CompoundTag tag) -
Uses of CompoundTag in net.minecraftforge.debug.client.model
Methods in net.minecraftforge.debug.client.model that return CompoundTagMethods in net.minecraftforge.debug.client.model with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidCustomTransformTypeTest.ItemHangerBlockEntity.handleUpdateTag(CompoundTag tag) voidCustomTransformTypeTest.ItemHangerBlockEntity.load(CompoundTag tag) protected voidCustomTransformTypeTest.ItemHangerBlockEntity.saveAdditional(CompoundTag tag) -
Uses of CompoundTag in net.minecraftforge.debug.entity
Methods in net.minecraftforge.debug.entity with parameters of type CompoundTagModifier and TypeMethodDescriptionprotected voidPartEntityTest.TestEntityPart.addAdditionalSaveData(CompoundTag nbt) protected voidPartEntityTest.TestEntityPart.readAdditionalSaveData(CompoundTag nbt) -
Uses of CompoundTag in net.minecraftforge.event.world
Fields in net.minecraftforge.event.world declared as CompoundTagMethods in net.minecraftforge.event.world that return CompoundTagConstructors in net.minecraftforge.event.world with parameters of type CompoundTagModifierConstructorDescriptionChunkDataEvent(ChunkAccess chunk, CompoundTag data) ChunkDataEvent(ChunkAccess chunk, LevelAccessor world, CompoundTag data) Load(ChunkAccess chunk, CompoundTag data, ChunkStatus.ChunkType status) Save(ChunkAccess chunk, LevelAccessor world, CompoundTag data) -
Uses of CompoundTag in net.minecraftforge.fluids
Fields in net.minecraftforge.fluids declared as CompoundTagMethods in net.minecraftforge.fluids that return CompoundTagModifier and TypeMethodDescriptionFluidStack.getChildTag(String childName) FluidStack.getOrCreateChildTag(String childName) FluidStack.getOrCreateTag()FluidStack.getTag()FluidStack.writeToNBT(CompoundTag nbt) Methods in net.minecraftforge.fluids with parameters of type CompoundTagModifier and TypeMethodDescriptionstatic FluidStackFluidStack.loadFluidStackFromNBT(CompoundTag nbt) This provides a safe method for retrieving a FluidStack - if the Fluid is invalid, the stack will return as null.voidFluidStack.setTag(CompoundTag tag) FluidStack.writeToNBT(CompoundTag nbt) Constructors in net.minecraftforge.fluids with parameters of type CompoundTag -
Uses of CompoundTag in net.minecraftforge.fluids.capability
Methods in net.minecraftforge.fluids.capability with parameters of type CompoundTagModifier and TypeMethodDescriptionItemFluidContainer.initCapabilities(ItemStack stack, CompoundTag nbt) voidTileFluidHandler.load(CompoundTag tag) protected voidTileFluidHandler.saveAdditional(CompoundTag tag) -
Uses of CompoundTag in net.minecraftforge.fluids.capability.templates
Methods in net.minecraftforge.fluids.capability.templates that return CompoundTagMethods in net.minecraftforge.fluids.capability.templates with parameters of type CompoundTagModifier and TypeMethodDescriptionFluidTank.readFromNBT(CompoundTag nbt) FluidTank.writeToNBT(CompoundTag nbt) -
Uses of CompoundTag in net.minecraftforge.items
Methods in net.minecraftforge.items that return CompoundTagMethods in net.minecraftforge.items with parameters of type CompoundTag -
Uses of CompoundTag in net.minecraftforge.registries
Methods in net.minecraftforge.registries that return CompoundTagMethods in net.minecraftforge.registries with parameters of type CompoundTagModifier and TypeMethodDescriptionstatic ForgeRegistry.SnapshotForgeRegistry.Snapshot.read(CompoundTag nbt)