public class GuiString extends GuiComponent
GuiComponent.Transform| 限定符和类型 | 字段和说明 |
|---|---|
protected java.lang.CharSequence |
key |
children, transform| 构造器和说明 |
|---|
GuiString(java.lang.CharSequence key,
int x,
int y) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onLoad(net.minecraft.inventory.Container container)
This method will be called when the player open the GuiContainer containing this component.
|
add, applyPlugin, disposePlugin, draw, finalize, getDrawPipe, getParent, getPlugins, getProperties, getRelativeX, getRelativeY, setPosRelative, transformpublic void onLoad(net.minecraft.inventory.Container container)
GuiComponentonLoad 在类中 GuiComponent