Package noppes.npcs.api.handler.data
Interface IProfile
-
public interface IProfile
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getCurrentSlotId()
IPlayer
getPlayer()
java.util.Map<java.lang.Integer,ISlot>
getSlots()
net.minecraft.nbt.NBTTagCompound
writeToNBT()
-
-
-
Method Detail
-
getPlayer
IPlayer getPlayer()
- Returns:
- the IPlayer attached to the Profile
-
getCurrentSlotId
int getCurrentSlotId()
- Returns:
- The profiles current Slot ID
-
getSlots
java.util.Map<java.lang.Integer,ISlot> getSlots()
- Returns:
- Map of all Slot IDs
-
writeToNBT
net.minecraft.nbt.NBTTagCompound writeToNBT()
- Returns:
- FULL NBT of the Profile
-
-