| Package | Description |
|---|---|
| net.minecraft.client.gui | |
| net.minecraft.realms |
| Modifier and Type | Field and Description |
|---|---|
private RealmsButton |
GuiButtonRealmsProxy.realmsButton |
| Modifier and Type | Method and Description |
|---|---|
RealmsButton |
GuiButtonRealmsProxy.getRealmsButton() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RealmsButton> |
GuiScreenRealmsProxy.buttons() |
| Modifier and Type | Method and Description |
|---|---|
void |
GuiScreenRealmsProxy.buttonsAdd(RealmsButton button) |
void |
GuiScreenRealmsProxy.buttonsRemove(RealmsButton button) |
| Constructor and Description |
|---|
GuiButtonRealmsProxy(RealmsButton realmsButtonIn,
int buttonId,
int x,
int y,
java.lang.String text) |
GuiButtonRealmsProxy(RealmsButton realmsButtonIn,
int buttonId,
int x,
int y,
java.lang.String text,
int widthIn,
int heightIn) |
| Modifier and Type | Class and Description |
|---|---|
class |
RealmsSliderButton |
| Modifier and Type | Method and Description |
|---|---|
static RealmsButton |
RealmsScreen.newButton(int p_newButton_0_,
int p_newButton_1_,
int p_newButton_2_,
int p_newButton_3_,
int p_newButton_4_,
java.lang.String p_newButton_5_) |
static RealmsButton |
RealmsScreen.newButton(int p_newButton_0_,
int p_newButton_1_,
int p_newButton_2_,
java.lang.String p_newButton_3_) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RealmsButton> |
RealmsScreen.buttons() |
| Modifier and Type | Method and Description |
|---|---|
void |
DisconnectedRealmsScreen.buttonClicked(RealmsButton p_buttonClicked_1_) |
void |
RealmsScreen.buttonClicked(RealmsButton p_buttonClicked_1_) |
void |
RealmsScreen.buttonsAdd(RealmsButton p_buttonsAdd_1_) |
void |
RealmsScreen.buttonsRemove(RealmsButton p_buttonsRemove_1_) |