| 程序包 | 说明 |
|---|---|
| cc.carm.lib.easyplugin.gui | |
| cc.carm.lib.easyplugin.gui.configuration | |
| cc.carm.lib.easyplugin.gui.paged |
| 限定符和类型 | 字段和说明 |
|---|---|
protected @NotNull GUIType |
GUI.type |
| 限定符和类型 | 方法和说明 |
|---|---|
static @NotNull GUIType |
GUIType.getByLines(int lines) |
static @NotNull GUIType |
GUIType.getByName(java.lang.String name) |
static @NotNull GUIType |
GUIType.getBySize(int size) |
GUIType |
GUI.getGUIType() |
static GUIType |
GUIType.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static GUIType[] |
GUIType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 构造器和说明 |
|---|
GUI(@NotNull GUIType type,
@NotNull java.lang.String title) |
| 限定符和类型 | 方法和说明 |
|---|---|
GUIType |
GUIConfiguration.getGUIType() |
| 构造器和说明 |
|---|
AutoPagedGUI(@NotNull GUIType type,
@NotNull java.lang.String title,
int[] range) |
AutoPagedGUI(@NotNull GUIType type,
@NotNull java.lang.String title,
int a,
int b) |
CommonPagedGUI(@NotNull GUIType type,
@NotNull java.lang.String title,
int[] range) |
CommonPagedGUI(@NotNull GUIType type,
@NotNull java.lang.String title,
int a,
int b) |
PagedGUI(@NotNull GUIType type,
@NotNull java.lang.String title) |
Copyright © 2025. All rights reserved.