All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description ColorObject Simple class to allow having a unified format for colors in the Fluxpoint API.CustomImage Class used for thegetCustomImage(CustomImage)
andqueueCustomImage(CustomImage)
methods in theFluxpoint4J class
.CustomImage.Builder Builder class to create a newCustomImage instance
.FailedAPIResponse Representation of a failed API response containing aerror code
andmessage
.Fluxpoint4J Main class to interact with the Fluxpoint API.GeneratedImage Class containing the generated Image from a successful request with eithergetCustomImage(CustomImage)
orgetWelcomeImage(WelcomeImage)
in theFluxpoint4J class
.GenericAPIResponse A generic interface used for the responses of the API.Image Image.Circle Class used to create the JSON for a Circle-shaped image.Image.Cut Defines the missing part of theTriangle shape
.Image.ImageURL Class used to create the JSON for an image sourced from a URL.Image.Rectangle Class used to create the JSON for a Rectangle-shaped image (Referred to as "bitmap" in the fluxpoint API).Image.Triangle Class used to create the JSON for a Triangle-shaped image.MCRequestBuilder Builder class to set up a new request to the Fluxpoint API for the MC Server API.MCServerPingResponse Class used for theMCRequestBuilder.performRequest()
andMCRequestBuilder.queueRequest()
methods.Text Text.MultiLine Represents multiple lines to add.Text.SingleLine Represents a single text line to add.Text.TextAlignment Used to determine the text-alignment.WelcomeImage Class used to generate the JSON to get a welcome image from the Fluxpoint API usinggetWelcomeImage
orqueueWelcomeImage
.WelcomeImage.Builder Builder class to create a newWelcomeImage instance
to use in theFluxpoint4J class
.