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 INbt
NpcAPI.getINbt
(net.minecraft.nbt.CompoundTag compound) abstract INbt
NpcAPI.getRawPlayerData
(String uuid) Get player data even if they are offlineabstract INbt
NpcAPI.stringToNbt
(String str) Methods in noppes.npcs.api with parameters of type INbtModifier and TypeMethodDescriptionIWorld.createEntityFromNBT
(INbt nbt) IWorld.createItemFromNbt
(INbt nbt) boolean
Compares if two nbt tags are the same/contain the same datavoid
Merges two nbt tabs, note that nbt tags will be overwritten if they have the same keysvoid
INbt.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 TypeMethodDescriptionvoid
IEntity.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