Class ObjectUtils
java.lang.Object
com.iragui.util.ObjectUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ButtonObject
createButtonObject
(String name, int layer, GUI gui, int x, int y, int sizeX, int sizeY, boolean nearestFilter, boolean rgba, String... images) static ByteBuffer
createByteBuffer
(byte[] bytes) static ByteBuffer
createByteBuffer
(int length) static String
static int[]
getIntegersFromLong
(long xy) static long
getLongFromInts
(int x, int y)
-
Constructor Details
-
ObjectUtils
public ObjectUtils()
-
-
Method Details
-
createButtonObject
public static ButtonObject createButtonObject(String name, int layer, GUI gui, int x, int y, int sizeX, int sizeY, boolean nearestFilter, boolean rgba, String... images) -
getLongFromInts
public static long getLongFromInts(int x, int y) -
getIntegersFromLong
public static int[] getIntegersFromLong(long xy) -
getClipboard
-
createByteBuffer
-
createByteBuffer
-