Interface Tax


public interface Tax
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bukkit.inventory.ItemStack
    Gets the item stack associated with this tax.
    double
    Gets the tax percentage.
  • Method Details

    • getItemStack

      org.bukkit.inventory.ItemStack getItemStack()
      Gets the item stack associated with this tax.
      Returns:
      the ItemStack associated with this tax.
    • getPercent

      double getPercent()
      Gets the tax percentage.
      Returns:
      the tax percentage as a double.