| 程序包 | 说明 |
|---|---|
| cc.carm.lib.easyplugin.gui | |
| cc.carm.lib.easyplugin.gui.paged |
| 限定符和类型 | 字段和说明 |
|---|---|
protected java.util.SortedMap<java.lang.Integer,GUIItem> |
GUI.items |
| 限定符和类型 | 方法和说明 |
|---|---|
GUIItem |
GUI.getItem(int index) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.SortedMap<java.lang.Integer,GUIItem> |
GUI.getItems() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
GUI.setItem(GUIItem item,
int... index) |
void |
GUI.setItem(int index,
@Nullable GUIItem item) |
void |
GUI.setItem(int row,
int column,
@NotNull GUIItem item)
设置GUI上方(箱子部分)
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected java.util.List<GUIItem> |
PagedGUI.container |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
PagedGUI.addItem(@NotNull GUIItem i) |
int |
PagedGUI.addItem(int index,
@NotNull GUIItem i) |
void |
PagedGUI.removeItem(@NotNull GUIItem item)
从GUI中移除一个物品
|
Copyright © 2025. All rights reserved.