Class StaticInvData

java.lang.Object
de.themoep.ShowItem.api.data.StaticInvData
All Implemented Interfaces:
Data, InvData

public class StaticInvData extends Object implements InvData
  • Constructor Details

    • StaticInvData

      public StaticInvData(org.bukkit.entity.Player player)
  • Method Details

    • getPlayerId

      public UUID getPlayerId()
      Specified by:
      getPlayerId in interface Data
    • getPlayerName

      public String getPlayerName()
      Specified by:
      getPlayerName in interface Data
    • getHelmet

      public org.bukkit.inventory.ItemStack getHelmet()
      Specified by:
      getHelmet in interface InvData
    • getChestplate

      public org.bukkit.inventory.ItemStack getChestplate()
      Specified by:
      getChestplate in interface InvData
    • getLeggings

      public org.bukkit.inventory.ItemStack getLeggings()
      Specified by:
      getLeggings in interface InvData
    • getBoots

      public org.bukkit.inventory.ItemStack getBoots()
      Specified by:
      getBoots in interface InvData
    • getItemInOffHand

      public org.bukkit.inventory.ItemStack getItemInOffHand()
      Specified by:
      getItemInOffHand in interface InvData
    • getStorageContents

      public org.bukkit.inventory.ItemStack[] getStorageContents()
      Specified by:
      getStorageContents in interface Data