Interface Tax
public interface Tax
-
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.inventory.ItemStackGets the item stack associated with this tax.doubleGets the tax percentage.
-
Method Details
-
getItemStack
org.bukkit.inventory.ItemStack getItemStack()Gets the item stack associated with this tax.- Returns:
- the
ItemStackassociated with this tax.
-
getPercent
double getPercent()Gets the tax percentage.- Returns:
- the tax percentage as a double.
-