Utilities Overview

What Are Utilities?

Utilities, as we define them, are classes and methods that can be using in any project or any mod that is useful without any modification.

How Can You Use Them?

With any of the utilities included in our game, you can use them as well in your mods. Utilities can be very helpful so you don't have to write as much code as you would without. You can use the random utility to get a random number without typing a bunch of Math.ciel and round code.