Class OptEcoBossShopPro

java.lang.Object
org.black_ixx.bossshop.pointsystem.BSPointsPlugin
me.playernguyen.opteco.api.bossshoppro.OptEcoBossShopPro

public class OptEcoBossShopPro
extends org.black_ixx.bossshop.pointsystem.BSPointsPlugin
  • Constructor Summary

    Constructors 
    Constructor Description
    OptEcoBossShopPro​(OptEco optEco)  
  • Method Summary

    Modifier and Type Method Description
    double getPoints​(org.bukkit.OfflinePlayer offlinePlayer)  
    double givePoints​(org.bukkit.OfflinePlayer offlinePlayer, double v)  
    double setPoints​(org.bukkit.OfflinePlayer offlinePlayer, double v)  
    double takePoints​(org.bukkit.OfflinePlayer offlinePlayer, double v)  
    boolean usesDoubleValues()  

    Methods inherited from class org.black_ixx.bossshop.pointsystem.BSPointsPlugin

    getName, getNicknames, isAvailable, register

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getPoints

      public double getPoints​(org.bukkit.OfflinePlayer offlinePlayer)
      Specified by:
      getPoints in class org.black_ixx.bossshop.pointsystem.BSPointsPlugin
    • setPoints

      public double setPoints​(org.bukkit.OfflinePlayer offlinePlayer, double v)
      Specified by:
      setPoints in class org.black_ixx.bossshop.pointsystem.BSPointsPlugin
    • takePoints

      public double takePoints​(org.bukkit.OfflinePlayer offlinePlayer, double v)
      Specified by:
      takePoints in class org.black_ixx.bossshop.pointsystem.BSPointsPlugin
    • givePoints

      public double givePoints​(org.bukkit.OfflinePlayer offlinePlayer, double v)
      Specified by:
      givePoints in class org.black_ixx.bossshop.pointsystem.BSPointsPlugin
    • usesDoubleValues

      public boolean usesDoubleValues()
      Specified by:
      usesDoubleValues in class org.black_ixx.bossshop.pointsystem.BSPointsPlugin