Noteworthy utils
List of utils that might be helpful when programming with ScrewBox. For detailed info please use the JavaDoc.
Util | Description |
---|---|
AsciiMap | A simple way to import entities into the Environment directly from a string. |
Cache | Simple cache implementation used to store values that are expensive to retrieve. |
ListUtil | Utility for list operations like merging, cross checking or retrieving random values. |
Noise | Generating a noise value that switches back and forth between values with random inaccuracy. |
Scheduler | A simple scheduler that can trigger an action every so and so often. |
TimeoutCache | A cache that uses dedicated timeouts for each value. |
Validate | A helper for validating values. |