Class TreasureKeeper

java.lang.Object
com.Moshu.TreasureHunt.Components.Keepers.TreasureKeeper

public class TreasureKeeper extends Object
  • Constructor Details

  • Method Details

    • getRange

      public String getRange()
    • setRange

      public void setRange(String range)
    • getMenuItem

      public String getMenuItem()
    • setMenuItem

      public void setMenuItem(String menuItem)
    • setDrops

      public void setDrops(TreasureKeeperDrops drops)
    • setEquipment

      public void setEquipment(TreasureKeeperEquipment equipment)
    • getDrops

      public TreasureKeeperDrops getDrops()
    • getEquipment

      public TreasureKeeperEquipment getEquipment()
    • getTreasureData

      public TreasureData getTreasureData()
    • isSpawned

      public boolean isSpawned()
    • setAnimatedSpawn

      public void setAnimatedSpawn(boolean animatedSpawn)
    • isAnimatedSpawn

      public boolean isAnimatedSpawn()
    • getAmount

      public int getAmount()
    • getMobId

      public String getMobId()
    • setMobId

      public void setMobId(String mobId)
    • isMythicMob

      public boolean isMythicMob()
    • setMythicMob

      public void setMythicMob(boolean isMythicMob)
    • getMythicMob

      public io.lumine.mythic.api.mobs.MythicMob getMythicMob()
    • loadMythicMob

      public void loadMythicMob(io.lumine.mythic.api.mobs.MythicMob mythicMob)
    • loadEntityType

      public void loadEntityType(org.bukkit.entity.EntityType type)
    • getEntityType

      public org.bukkit.entity.EntityType getEntityType()
    • addUUID

      public void addUUID(UUID uuid)
    • getUUIDs

      public ArrayList<UUID> getUUIDs()
    • getCustomName

      public String getCustomName()
    • setCustomName

      public void setCustomName(String customName)
    • setAmount

      public void setAmount(int amount)
    • getChance

      public int getChance()
    • setChance

      public void setChance(int chance)
    • getMaxHealth

      public int getMaxHealth()
    • setMaxHealth

      public void setMaxHealth(int maxHealth)
    • getPotionEffects

      public List<org.bukkit.potion.PotionEffect> getPotionEffects()
    • setPotionEffects

      public void setPotionEffects(List<org.bukkit.potion.PotionEffect> potionEffects)
    • setKeeperIdentifier

      public void setKeeperIdentifier(String s)
    • getKeeperIdentifier

      public String getKeeperIdentifier()
    • isTreasureKeeper

      public static boolean isTreasureKeeper(org.bukkit.entity.LivingEntity e)
    • getTreasureIdentifier

      public static String getTreasureIdentifier(org.bukkit.entity.LivingEntity e)
    • getHunt

      public static Hunt getHunt(org.bukkit.entity.LivingEntity e)
    • spawn

      public void spawn(ArrayList<org.bukkit.entity.Entity> spawnedEntityRegister, org.bukkit.Location loc)