Skip to main content

Noteworthy utils

List of utils that might be helpful when programming with ScrewBox. For detailed info please use the JavaDoc.

UtilDescription
AsciiMapA simple way to import entities into the Environment directly from a string.
CacheSimple cache implementation used to store values that are expensive to retrieve.
ListUtilUtility for list operations like merging, cross checking or retrieving random values.
NoiseGenerating a noise value that switches back and forth between values with random inaccuracy.
SchedulerA simple scheduler that can trigger an action every so and so often.
TimeoutCacheA cache that uses dedicated timeouts for each value.
ValidateA helper for validating values.