Uses of Interface
noppes.npcs.api.INbt
Packages that use INbt
Package
Description
-
Uses of INbt in noppes.npcs.api
Methods in noppes.npcs.api that return INbtModifier and TypeMethodDescriptionINbt.getCompound(String key) abstract INbtNpcAPI.getINbt(net.minecraft.nbt.CompoundTag compound) abstract INbtNpcAPI.getRawPlayerData(String uuid) Get player data even if they are offlineabstract INbtNpcAPI.stringToNbt(String str) Methods in noppes.npcs.api with parameters of type INbtModifier and TypeMethodDescriptionIWorld.createEntityFromNBT(INbt nbt) IWorld.createItemFromNbt(INbt nbt) booleanCompares if two nbt tags are the same/contain the same datavoidMerges two nbt tabs, note that nbt tags will be overwritten if they have the same keysvoidINbt.setCompound(String key, INbt value) -
Uses of INbt in noppes.npcs.api.block
Methods in noppes.npcs.api.block that return INbtMethods in noppes.npcs.api.block with parameters of type INbt -
Uses of INbt in noppes.npcs.api.entity
Methods in noppes.npcs.api.entity that return INbtModifier and TypeMethodDescriptionIEntity.getEntityNbt()This is not a function you should be calling every tick.IEntity.getNbt()The Entity's extra stored NBT dataMethods in noppes.npcs.api.entity with parameters of type INbtModifier and TypeMethodDescriptionvoidIEntity.setEntityNbt(INbt nbt) This is not a function you should be calling every tick -
Uses of INbt in noppes.npcs.api.item
Methods in noppes.npcs.api.item that return INbt