Package net.risingworld.api.utils
Class Utils
java.lang.Object
net.risingworld.api.utils.Utils
Utils class which holds several static classes with various static helper functions.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Contains various array-related helper methods.static class
Contains various byte functions, i.e encryption and compression of byte arrays etc.static class
Chunk related functions, including conversion of global positions to chunk/block positions and vice versa.static class
Contains various file function, including file access, reading or writing to files, or getting the md5 checksum of a file.static class
General game related functions.static class
Image utils.static class
Contains useful math functions.static class
Various String functions, i.e functions to check if certain strings are numeric, getting checksums of strings, and conversion utils.static class
Various system functions providing access to information about the underlying hardware and operating system.static class
Vector functions. -
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Y position where the orbit ends (transition end)lstatic final int
Y position where the orbit begins (transition start)static final int
Sea level -
Constructor Summary
-
Method Summary
-
Field Details
-
SEA_LEVEL
public static final int SEA_LEVELSea level -
ORBIT_START
public static final int ORBIT_STARTY position where the orbit begins (transition start) -
ORBIT_END
public static final int ORBIT_ENDY position where the orbit ends (transition end)l
-
-
Constructor Details
-
Utils
public Utils()
-