public interface GuiMeta extends MetadataPart
| Modifier and Type | Method and Description |
|---|---|
static @NotNull GuiMeta |
of(@NotNull GuiScaling scaling)
Creates a new
GuiMeta instance
from the given gui scaling. |
@NotNull GuiScaling |
scaling()
Gets the gui meta scaling.
|
type@NotNull static @NotNull GuiMeta of(@NotNull @NotNull GuiScaling scaling)
GuiMeta instance
from the given gui scaling.scaling - The gui scalingGuiMeta@NotNull @NotNull GuiScaling scaling()