Package xyz.gmitch215.socketmc.screen.layout
package xyz.gmitch215.socketmc.screen.layout
Package for the SocketMC Screen Layout API
-
ClassDescriptionRepresents a Screen Layout with basic implementation.A utility class to contain various elements inside of a Layout and its settings.The default Container for all children in a layout.Represents a layout with equal spacing.The orientation of the equal spacing layout.Represents a layout with multiple children, rendered in a frame-like layout.Represents a layout with elements in a grid format.A Child Container inside of a GridLayout.Represents a Screen Layout.Represents an element that can be added to a layout.Represents settings for a specific layout.Represents a layout in a straight line, internally wrapped around a
GridLayout
.Represents the orientation for a LinearLayout.Represents a layout with a header, footer, and content area.