Uses of Class
net.minecraft.util.io.CompoundTag
Packages that use CompoundTag
Package
Description
-
Uses of CompoundTag in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type CompoundTagModifier and TypeMethodDescriptionstatic EntityBaseEntityRegistry.create(CompoundTag compoundTag, Level level) voidEntityBase.fromTag(CompoundTag compoundTag) booleanEntityBase.method_1343(CompoundTag compoundTag) protected voidBoat.readCustomDataFromTag(CompoundTag tag) protected abstract voidEntityBase.readCustomDataFromTag(CompoundTag tag) protected voidFallingBlock.readCustomDataFromTag(CompoundTag tag) voidFishHook.readCustomDataFromTag(CompoundTag tag) voidItem.readCustomDataFromTag(CompoundTag tag) protected voidLightning.readCustomDataFromTag(CompoundTag tag) voidLiving.readCustomDataFromTag(CompoundTag tag) protected voidMinecart.readCustomDataFromTag(CompoundTag tag) voidPainting.readCustomDataFromTag(CompoundTag tag) voidParticleBase.readCustomDataFromTag(CompoundTag tag) protected voidPrimedTnt.readCustomDataFromTag(CompoundTag tag) voidEntityBase.toTag(CompoundTag compoundTag) protected voidBoat.writeCustomDataToTag(CompoundTag tag) protected abstract voidEntityBase.writeCustomDataToTag(CompoundTag tag) protected voidFallingBlock.writeCustomDataToTag(CompoundTag tag) voidFishHook.writeCustomDataToTag(CompoundTag tag) voidItem.writeCustomDataToTag(CompoundTag tag) protected voidLightning.writeCustomDataToTag(CompoundTag tag) voidLiving.writeCustomDataToTag(CompoundTag tag) protected voidMinecart.writeCustomDataToTag(CompoundTag tag) voidPainting.writeCustomDataToTag(CompoundTag tag) voidParticleBase.writeCustomDataToTag(CompoundTag tag) protected voidPrimedTnt.writeCustomDataToTag(CompoundTag tag) -
Uses of CompoundTag in net.minecraft.entity.animal
Methods in net.minecraft.entity.animal with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidAnimalBase.readCustomDataFromTag(CompoundTag tag) voidChicken.readCustomDataFromTag(CompoundTag tag) voidCow.readCustomDataFromTag(CompoundTag tag) voidPig.readCustomDataFromTag(CompoundTag tag) voidSheep.readCustomDataFromTag(CompoundTag tag) voidWolf.readCustomDataFromTag(CompoundTag tag) voidAnimalBase.writeCustomDataToTag(CompoundTag tag) voidChicken.writeCustomDataToTag(CompoundTag tag) voidCow.writeCustomDataToTag(CompoundTag tag) voidPig.writeCustomDataToTag(CompoundTag tag) voidSheep.writeCustomDataToTag(CompoundTag tag) voidWolf.writeCustomDataToTag(CompoundTag tag) -
Uses of CompoundTag in net.minecraft.entity.monster
Methods in net.minecraft.entity.monster with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidCreeper.readCustomDataFromTag(CompoundTag tag) voidMonsterBase.readCustomDataFromTag(CompoundTag tag) voidSkeleton.readCustomDataFromTag(CompoundTag tag) voidSlime.readCustomDataFromTag(CompoundTag tag) voidSpider.readCustomDataFromTag(CompoundTag tag) voidZombiePigman.readCustomDataFromTag(CompoundTag tag) voidCreeper.writeCustomDataToTag(CompoundTag tag) voidMonsterBase.writeCustomDataToTag(CompoundTag tag) voidSkeleton.writeCustomDataToTag(CompoundTag tag) voidSlime.writeCustomDataToTag(CompoundTag tag) voidSpider.writeCustomDataToTag(CompoundTag tag) voidZombiePigman.writeCustomDataToTag(CompoundTag tag) -
Uses of CompoundTag in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidAbstractClientPlayer.readCustomDataFromTag(CompoundTag tag) voidPlayerBase.readCustomDataFromTag(CompoundTag tag) voidAbstractClientPlayer.writeCustomDataToTag(CompoundTag tag) voidPlayerBase.writeCustomDataToTag(CompoundTag tag) -
Uses of CompoundTag in net.minecraft.entity.projectile
Methods in net.minecraft.entity.projectile with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidArrow.readCustomDataFromTag(CompoundTag tag) voidEgg.readCustomDataFromTag(CompoundTag tag) voidFireball.readCustomDataFromTag(CompoundTag tag) voidSnowball.readCustomDataFromTag(CompoundTag tag) voidArrow.writeCustomDataToTag(CompoundTag tag) voidEgg.writeCustomDataToTag(CompoundTag tag) voidFireball.writeCustomDataToTag(CompoundTag tag) voidSnowball.writeCustomDataToTag(CompoundTag tag) -
Uses of CompoundTag in net.minecraft.entity.swimming
Methods in net.minecraft.entity.swimming with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidSquid.readCustomDataFromTag(CompoundTag tag) voidSwimmingBase.readCustomDataFromTag(CompoundTag tag) voidSquid.writeCustomDataToTag(CompoundTag tag) voidSwimmingBase.writeCustomDataToTag(CompoundTag tag) -
Uses of CompoundTag in net.minecraft.item
Methods in net.minecraft.item that return CompoundTagMethods in net.minecraft.item with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidItemInstance.fromTag(CompoundTag tag) ItemInstance.toTag(CompoundTag tag) Constructors in net.minecraft.item with parameters of type CompoundTag -
Uses of CompoundTag in net.minecraft.level
Fields in net.minecraft.level declared as CompoundTagMethods in net.minecraft.level that return CompoundTagModifier and TypeMethodDescriptionLevelProperties.getFirstEntityDataFromList(List list) LevelProperties.getPlayerData()LevelProperties.getPlayerTag()Methods in net.minecraft.level with parameters of type CompoundTagModifier and TypeMethodDescriptionstatic ChunkLevelManager.method_1479(Level level, CompoundTag compoundTag) static voidLevelManager.method_1480(Chunk chunk, Level level, CompoundTag tag) voidLevelProperties.setPlayerData(CompoundTag playerTag) private voidLevelProperties.updateProperties(CompoundTag worldTag, CompoundTag playerTag) Constructors in net.minecraft.level with parameters of type CompoundTag -
Uses of CompoundTag in net.minecraft.level.dimension
Methods in net.minecraft.level.dimension that return CompoundTag -
Uses of CompoundTag in net.minecraft.level.storage
Methods in net.minecraft.level.storage with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidMapStorage.fromTag(CompoundTag tag) abstract voidMapStorageBase.fromTag(CompoundTag tag) voidMapStorage.toTag(CompoundTag compoundTag) abstract voidMapStorageBase.toTag(CompoundTag compoundTag) -
Uses of CompoundTag in net.minecraft.tileentity
Methods in net.minecraft.tileentity with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidTileEntityBase.readIdentifyingData(CompoundTag tag) voidTileEntityChest.readIdentifyingData(CompoundTag tag) voidTileEntityDispenser.readIdentifyingData(CompoundTag tag) voidTileEntityFurnace.readIdentifyingData(CompoundTag tag) voidTileEntityJukebox.readIdentifyingData(CompoundTag tag) voidTileEntityMobSpawner.readIdentifyingData(CompoundTag tag) voidTileEntityNoteblock.readIdentifyingData(CompoundTag tag) voidTileEntityPiston.readIdentifyingData(CompoundTag tag) voidTileEntitySign.readIdentifyingData(CompoundTag tag) static TileEntityBaseTileEntityBase.tileEntityFromNBT(CompoundTag compoundTag) voidTileEntityBase.writeIdentifyingData(CompoundTag tag) voidTileEntityChest.writeIdentifyingData(CompoundTag tag) voidTileEntityDispenser.writeIdentifyingData(CompoundTag tag) voidTileEntityFurnace.writeIdentifyingData(CompoundTag tag) voidTileEntityJukebox.writeIdentifyingData(CompoundTag tag) voidTileEntityMobSpawner.writeIdentifyingData(CompoundTag tag) voidTileEntityNoteblock.writeIdentifyingData(CompoundTag tag) voidTileEntityPiston.writeIdentifyingData(CompoundTag tag) voidTileEntitySign.writeIdentifyingData(CompoundTag tag) -
Uses of CompoundTag in net.minecraft.util.io
Methods in net.minecraft.util.io that return CompoundTagModifier and TypeMethodDescriptionCompoundTag.getCompoundTag(String key) static CompoundTagNBTIO.readGzipped(InputStream inputStream) static CompoundTagMethods in net.minecraft.util.io with parameters of type CompoundTagModifier and TypeMethodDescriptionvoidCompoundTag.put(String key, CompoundTag item) static voidNBTIO.writeGzipped(CompoundTag compoundTag, OutputStream outputStream) static voidNBTIO.writeTag(CompoundTag compoundTag, DataOutput dataOutput)