Uses of Class
net.minecraft.nbt.NbtCompound
Packages that use NbtCompound
Package
Description
-
Uses of NbtCompound in net.minecraft
Methods in net.minecraft that return NbtCompoundMethods in net.minecraft with parameters of type NbtCompoundModifier and TypeMethodDescriptionstatic Chunkclass_445.method_1479(World world, NbtCompound nbtCompound) static voidclass_445.method_1480(Chunk chunk, World world, NbtCompound nbtCompound) -
Uses of NbtCompound in net.minecraft.block.entity
Methods in net.minecraft.block.entity with parameters of type NbtCompoundModifier and TypeMethodDescriptionstatic BlockEntityBlockEntity.createFromNbt(NbtCompound nbt) voidBlockEntity.readNbt(NbtCompound nbt) voidChestBlockEntity.readNbt(NbtCompound nbt) voidDispenserBlockEntity.readNbt(NbtCompound nbt) voidFurnaceBlockEntity.readNbt(NbtCompound nbt) voidJukeboxBlockEntity.readNbt(NbtCompound nbt) voidMobSpawnerBlockEntity.readNbt(NbtCompound nbt) voidNoteBlockBlockEntity.readNbt(NbtCompound nbt) voidPistonBlockEntity.readNbt(NbtCompound nbt) voidSignBlockEntity.readNbt(NbtCompound nbt) voidBlockEntity.writeNbt(NbtCompound nbt) voidChestBlockEntity.writeNbt(NbtCompound nbt) voidDispenserBlockEntity.writeNbt(NbtCompound nbt) voidFurnaceBlockEntity.writeNbt(NbtCompound nbt) voidJukeboxBlockEntity.writeNbt(NbtCompound nbt) voidMobSpawnerBlockEntity.writeNbt(NbtCompound nbt) voidNoteBlockBlockEntity.writeNbt(NbtCompound nbt) voidPistonBlockEntity.writeNbt(NbtCompound nbt) voidSignBlockEntity.writeNbt(NbtCompound nbt) -
Uses of NbtCompound in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type NbtCompoundModifier and TypeMethodDescriptionvoidParticle.readNbt(NbtCompound nbt) voidParticle.writeNbt(NbtCompound nbt) -
Uses of NbtCompound in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type NbtCompoundModifier and TypeMethodDescriptionstatic EntityEntityRegistry.getEntityFromNbt(NbtCompound nbt, World world) voidEntity.read(NbtCompound nbt) protected abstract voidEntity.readNbt(NbtCompound nbt) protected voidFallingBlockEntity.readNbt(NbtCompound nbt) voidItemEntity.readNbt(NbtCompound nbt) protected voidLightningEntity.readNbt(NbtCompound nbt) voidLivingEntity.readNbt(NbtCompound nbt) protected voidTntEntity.readNbt(NbtCompound nbt) voidWaterCreatureEntity.readNbt(NbtCompound nbt) booleanEntity.saveSelfNbt(NbtCompound nbt) voidEntity.write(NbtCompound nbt) protected abstract voidEntity.writeNbt(NbtCompound nbt) protected voidFallingBlockEntity.writeNbt(NbtCompound nbt) voidItemEntity.writeNbt(NbtCompound nbt) protected voidLightningEntity.writeNbt(NbtCompound nbt) voidLivingEntity.writeNbt(NbtCompound nbt) protected voidTntEntity.writeNbt(NbtCompound nbt) voidWaterCreatureEntity.writeNbt(NbtCompound nbt) -
Uses of NbtCompound in net.minecraft.entity.decoration.painting
Methods in net.minecraft.entity.decoration.painting with parameters of type NbtCompoundModifier and TypeMethodDescriptionvoidPaintingEntity.readNbt(NbtCompound nbt) voidPaintingEntity.writeNbt(NbtCompound nbt) -
Uses of NbtCompound in net.minecraft.entity.mob
Methods in net.minecraft.entity.mob with parameters of type NbtCompoundModifier and TypeMethodDescriptionvoidCreeperEntity.readNbt(NbtCompound nbt) voidMonsterEntity.readNbt(NbtCompound nbt) voidPigZombieEntity.readNbt(NbtCompound nbt) voidSkeletonEntity.readNbt(NbtCompound nbt) voidSlimeEntity.readNbt(NbtCompound nbt) voidSpiderEntity.readNbt(NbtCompound nbt) voidCreeperEntity.writeNbt(NbtCompound nbt) voidMonsterEntity.writeNbt(NbtCompound nbt) voidPigZombieEntity.writeNbt(NbtCompound nbt) voidSkeletonEntity.writeNbt(NbtCompound nbt) voidSlimeEntity.writeNbt(NbtCompound nbt) voidSpiderEntity.writeNbt(NbtCompound nbt) -
Uses of NbtCompound in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive with parameters of type NbtCompoundModifier and TypeMethodDescriptionvoidAnimalEntity.readNbt(NbtCompound nbt) voidChickenEntity.readNbt(NbtCompound nbt) voidCowEntity.readNbt(NbtCompound nbt) voidPigEntity.readNbt(NbtCompound nbt) voidSheepEntity.readNbt(NbtCompound nbt) voidSquidEntity.readNbt(NbtCompound nbt) voidWolfEntity.readNbt(NbtCompound nbt) voidAnimalEntity.writeNbt(NbtCompound nbt) voidChickenEntity.writeNbt(NbtCompound nbt) voidCowEntity.writeNbt(NbtCompound nbt) voidPigEntity.writeNbt(NbtCompound nbt) voidSheepEntity.writeNbt(NbtCompound nbt) voidSquidEntity.writeNbt(NbtCompound nbt) voidWolfEntity.writeNbt(NbtCompound nbt) -
Uses of NbtCompound in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type NbtCompoundModifier and TypeMethodDescriptionvoidClientPlayerEntity.readNbt(NbtCompound nbt) voidPlayerEntity.readNbt(NbtCompound nbt) voidClientPlayerEntity.writeNbt(NbtCompound nbt) voidPlayerEntity.writeNbt(NbtCompound nbt) -
Uses of NbtCompound in net.minecraft.entity.projectile
Methods in net.minecraft.entity.projectile with parameters of type NbtCompoundModifier and TypeMethodDescriptionvoidArrowEntity.readNbt(NbtCompound nbt) voidFireballEntity.readNbt(NbtCompound nbt) voidFishingBobberEntity.readNbt(NbtCompound nbt) voidArrowEntity.writeNbt(NbtCompound nbt) voidFireballEntity.writeNbt(NbtCompound nbt) voidFishingBobberEntity.writeNbt(NbtCompound nbt) -
Uses of NbtCompound in net.minecraft.entity.projectile.thrown
Methods in net.minecraft.entity.projectile.thrown with parameters of type NbtCompoundModifier and TypeMethodDescriptionvoidEggEntity.readNbt(NbtCompound nbt) voidSnowballEntity.readNbt(NbtCompound nbt) voidEggEntity.writeNbt(NbtCompound nbt) voidSnowballEntity.writeNbt(NbtCompound nbt) -
Uses of NbtCompound in net.minecraft.entity.vehicle
Methods in net.minecraft.entity.vehicle with parameters of type NbtCompoundModifier and TypeMethodDescriptionprotected voidBoatEntity.readNbt(NbtCompound nbt) protected voidMinecartEntity.readNbt(NbtCompound nbt) protected voidBoatEntity.writeNbt(NbtCompound nbt) protected voidMinecartEntity.writeNbt(NbtCompound nbt) -
Uses of NbtCompound in net.minecraft.item
Methods in net.minecraft.item that return NbtCompoundMethods in net.minecraft.item with parameters of type NbtCompoundModifier and TypeMethodDescriptionvoidItemStack.readNbt(NbtCompound nbt) ItemStack.writeNbt(NbtCompound nbt) Constructors in net.minecraft.item with parameters of type NbtCompound -
Uses of NbtCompound in net.minecraft.item.map
Methods in net.minecraft.item.map with parameters of type NbtCompoundModifier and TypeMethodDescriptionvoidMapState.readNbt(NbtCompound nbt) voidMapState.writeNbt(NbtCompound nbt) -
Uses of NbtCompound in net.minecraft.nbt
Methods in net.minecraft.nbt that return NbtCompoundModifier and TypeMethodDescriptionNbtCompound.getCompound(String key) static NbtCompoundstatic NbtCompoundNbtIo.readCompressed(InputStream stream) Methods in net.minecraft.nbt with parameters of type NbtCompoundModifier and TypeMethodDescriptionvoidNbtCompound.put(String key, NbtCompound value) static voidNbtIo.write(NbtCompound nbt, DataOutput output) static voidNbtIo.writeCompressed(NbtCompound nbt, OutputStream stream) -
Uses of NbtCompound in net.minecraft.world
Fields in net.minecraft.world declared as NbtCompoundMethods in net.minecraft.world that return NbtCompoundMethods in net.minecraft.world with parameters of type NbtCompoundModifier and TypeMethodDescriptionabstract voidPersistentState.readNbt(NbtCompound nbt) voidWorldProperties.setPlayerNbt(NbtCompound playerNbt) private voidWorldProperties.updateProperties(NbtCompound nbt, NbtCompound playerNbt) abstract voidPersistentState.writeNbt(NbtCompound nbt) Constructors in net.minecraft.world with parameters of type NbtCompound