java.lang.Object
nl.minetopiasdb.api.boosters.objects.Boost
Direct Known Subclasses:
ActiveBoost

public class Boost extends Object
Boost object
  • Constructor Details

    • Boost

      public Boost(int rowId, BoostType type, int percentage)
  • Method Details

    • getRowId

      public int getRowId()
      Get the SQL row ID (and unique ID) for this booster
      Returns:
      booster id
    • getType

      public BoostType getType()
      Get the type of booster
      Returns:
      boostertype
    • getPercentage

      public int getPercentage()
      Get the boost percentage
      Returns:
      boost percentage