Class ShopProvider.DiscountModifier
java.lang.Object
xericker.arenalegends.gameplay.shop.ShopProvider.ShopModifier
xericker.arenalegends.gameplay.shop.ShopProvider.DiscountModifier
- Enclosing class:
ShopProvider
-
Constructor Summary
ConstructorsConstructorDescriptionDiscountModifier(String id, double discountPercent, Collection<org.bukkit.Material> materials, String category) -
Method Summary
Methods inherited from class ShopProvider.ShopModifier
appliesTo, getId
-
Constructor Details
-
DiscountModifier
public DiscountModifier(String id, double discountPercent, Collection<org.bukkit.Material> materials, String category)
-
-
Method Details
-
apply
public double apply(double basePrice)
-