Interface IProfile


  • public interface IProfile
    • 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