public interface CostReducer
A CostReducer may be a Spell, Wand or Mage (or anything else that cares to implement this interface)
| Modifier and Type | Method and Description |
|---|---|
float |
getConsumeReduction()
Get the percent item consume reduction, from 0.0 to 1.0
|
float |
getCostReduction()
Get the percent cost reduction, from 0.0 to 1.0
|
float |
getCostScale()
Get the amount to scale the end cost by.
|
boolean |
isConsumeFree() |
boolean |
isCostFree() |
float getCostReduction()
float getConsumeReduction()
float getCostScale()
boolean isCostFree()
boolean isConsumeFree()
Copyright © 2021 elMakers. All rights reserved.