示例#1
0
 /**
  * Returns the Hotkey Inventory associated to this player.
  *
  * @return the associated HotKey Inv.
  */
 public HotKeyInventory getHotkeyInventory() {
   return plugin.getHotkeyManager().getInv(this);
 }