Package foundry.veil.api.flare.modifier
Class RandomnessController
java.lang.Object
foundry.veil.api.flare.modifier.Controller
foundry.veil.api.flare.modifier.GlobalController
foundry.veil.api.flare.modifier.RandomnessController
Controller with a random value each time
Controller.getValue() is called.- Since:
- 2.5.0
-
Field Summary
FieldsFields inherited from class foundry.veil.api.flare.modifier.Controller
host, identifier, value -
Method Summary
Methods inherited from class foundry.veil.api.flare.modifier.Controller
getIdentifier, initialize, update
-
Field Details
-
INSTANCE
-
-
Method Details
-
getUpdatedValue
protected float getUpdatedValue()- Overrides:
getUpdatedValuein classController
-
getValue
public float getValue()- Overrides:
getValuein classController
-