public abstract class Utils
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Utils.ByteUtils
Contains various byte functions, i.e. encryption and compression of
byte arrays etc.
|
static class |
Utils.ChunkUtils
Chunk related functions, including conversion of global positions to
chunk/block positions and vice versa.
|
static class |
Utils.FileUtils
Contains various file function, including file access, reading or writing
to files, or getting the md5 checksum of a file.
|
static class |
Utils.GeneralUtils
General game related functions.
|
static class |
Utils.ImageUtils
Image utils.
|
static class |
Utils.MathUtils
Contains useful math functions.
|
static class |
Utils.StringUtils
Various String functions, i.e. functions to check if certain strings are
numeric, getting checksums of strings, and conversion utils.
|
static class |
Utils.SystemUtils
Various system functions providing access to information about the underlying
hardware and operating system.
|
static class |
Utils.VectorUtils
Vector functions.
|
Constructor and Description |
---|
Utils() |