Class ObjectUtils

java.lang.Object
com.iragui.util.ObjectUtils

public class ObjectUtils extends Object
  • 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

      public static String getClipboard()
    • createByteBuffer

      public static ByteBuffer createByteBuffer(byte[] bytes)
    • createByteBuffer

      public static ByteBuffer createByteBuffer(int length)