Package net.risingworld.api.utils
Klasse Utils
java.lang.Object
net.risingworld.api.utils.Utils
Utils class which holds several static classes with various static helper functions.
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungstatic 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. -
Feldübersicht
Modifizierer und TypFeldBeschreibungstatic 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 -
Konstruktorübersicht
-
Methodenübersicht
-
Felddetails
-
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
-
-
Konstruktordetails
-
Utils
public Utils()
-