Class MythicPlayer

java.lang.Object
net.playavalon.mythicdungeons.player.MythicPlayer

public final class MythicPlayer extends Object
  • Constructor Details

    • MythicPlayer

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

    • setEditMode

      public void setEditMode(boolean editMode)
    • saveInventory

      public void saveInventory()
    • restoreInventory

      public void restoreInventory()
    • restoreExp

      public void restoreExp()
    • saveEditInventory

      public void saveEditInventory()
    • loadEditInventory

      public void loadEditInventory()
    • getRewardsInv

      public List<org.bukkit.inventory.ItemStack> getRewardsInv()
    • addReward

      public void addReward(org.bukkit.inventory.ItemStack... items)
    • removeReward

      public void removeReward(org.bukkit.inventory.ItemStack item)
    • clearRewards

      public void clearRewards()
    • saveHotbar

      public void saveHotbar()
    • restoreHotbar

      public void restoreHotbar()
    • switchHotbar

      public void switchHotbar(Hotbar hotbar)
    • setHotbar

      public void setHotbar(Hotbar hotbar)
    • setHotbar

      public void setHotbar(Hotbar hotbar, boolean resetHand)
    • getPreviousHotbar

      public Hotbar getPreviousHotbar()
    • previousHotbar

      public void previousHotbar()
    • sendToCheckpoint

      public void sendToCheckpoint()
    • setSavedPosition

      public void setSavedPosition(org.bukkit.Location loc)
    • saveExitLocation

      public void saveExitLocation()
    • getExitLocation

      @Nullable public org.bukkit.Location getExitLocation()
    • clearExitLocation

      public void clearExitLocation()
    • setDungeonSavePoint

      public void setDungeonSavePoint(org.bukkit.Location loc, String dungeon)
    • getDungeonSavePoint

      @Nullable public org.bukkit.Location getDungeonSavePoint(String dungeon)
    • clearDungeonSavePoint

      public void clearDungeonSavePoint(String dungeon)
    • setDungeonParty

      public void setDungeonParty(@Nullable IDungeonParty party)
    • getDungeonParty

      @Nullable public IDungeonParty getDungeonParty()
    • hasParty

      public boolean hasParty()
    • queueReload

      public void queueReload()
      Handling for verifying if the admin is SURE he wants to reload the dungeon(s).
    • unqueueReload

      public void unqueueReload()
    • isPartyChat

      public boolean isPartyChat()
    • setPartyChat

      public void setPartyChat(boolean partyChat)
    • togglePartyChat

      public void togglePartyChat()
    • getInviteFrom

      public org.bukkit.entity.Player getInviteFrom()
    • setInviteFrom

      public void setInviteFrom(org.bukkit.entity.Player inviteFrom)