Class AutoSellAPI

java.lang.Object
me.clip.autosell.AutoSellAPI

public class AutoSellAPI
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    AutoSellAPI()  
  • Method Summary

    Modifier and Type Method Description
    static java.util.Collection<Shop> getAllShops()  
    static AutoSellOptions getAutoSellOptions()  
    static Shop getCurrentShop​(org.bukkit.entity.Player paramPlayer)  
    static Multiplier getMultiplier​(org.bukkit.entity.Player paramPlayer)  
    static boolean hasMultiplier​(org.bukkit.entity.Player paramPlayer)  
    static boolean hasShop​(org.bukkit.entity.Player paramPlayer)  
    static boolean isInAutoSellMode​(org.bukkit.entity.Player paramPlayer)  
    static boolean isInAutoSmeltMode​(org.bukkit.entity.Player paramPlayer)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • isInAutoSellMode

      public static boolean isInAutoSellMode​(org.bukkit.entity.Player paramPlayer)
    • getAllShops

      public static java.util.Collection<Shop> getAllShops()
    • isInAutoSmeltMode

      public static boolean isInAutoSmeltMode​(org.bukkit.entity.Player paramPlayer)
    • hasShop

      public static boolean hasShop​(org.bukkit.entity.Player paramPlayer)
    • getCurrentShop

      public static Shop getCurrentShop​(org.bukkit.entity.Player paramPlayer)
    • hasMultiplier

      public static boolean hasMultiplier​(org.bukkit.entity.Player paramPlayer)
    • getMultiplier

      public static Multiplier getMultiplier​(org.bukkit.entity.Player paramPlayer)
    • getAutoSellOptions

      public static AutoSellOptions getAutoSellOptions()