Package foundry.veil.api.flare.modifier
Class GlobalController
java.lang.Object
foundry.veil.api.flare.modifier.GlobalController
- All Implemented Interfaces:
Controller
- Direct Known Subclasses:
RandomnessController
A controller that collects its value locally.
- Since:
- 2.5.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface foundry.veil.api.flare.modifier.Controller
getUpdatedValue, initialize
-
Constructor Details
-
GlobalController
-
-
Method Details
-
update
public void update(float partialTick) - Specified by:
updatein interfaceController
-
getValue
public float getValue()- Specified by:
getValuein interfaceController
-
getName
- Specified by:
getNamein interfaceController
-