Class FormImage

java.lang.Object
me.eddie.inventoryguiapi.gui.elements.FormImage
All Implemented Interfaces:
Serializable

public class FormImage extends Object implements Serializable
Describes a Bedrock Form image.
See Also:
  • Field Details

    • NONE

      public static final FormImage NONE
    • DEFAULT

      public static final FormImage DEFAULT
  • Constructor Details

    • FormImage

      public FormImage()
      Creates a new NONE Bedrock image.
    • FormImage

      public FormImage(FormImage.Type type, String path)
      Creates a new Bedrock image.
      Parameters:
      type - Image type
      path - Image path
  • Method Details