public class ActionWidgetLabel extends ActionWidget<WidgetLabelVariable> implements IActionWidgetLabeled
widget| Constructor and Description |
|---|
ActionWidgetLabel() |
ActionWidgetLabel(WidgetLabelVariable widget) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.client.gui.screen.Screen |
getGui(GuiRemoteEditor guiRemote) |
java.lang.String |
getId() |
net.minecraft.util.text.ITextComponent |
getText() |
java.util.List<net.minecraft.util.text.ITextComponent> |
getTooltip() |
void |
readFromNBT(net.minecraft.nbt.CompoundNBT tag,
int guiLeft,
int guiTop) |
void |
setText(net.minecraft.util.text.ITextComponent text) |
void |
setTooltip(java.util.List<net.minecraft.util.text.ITextComponent> text) |
void |
setWidgetPos(int x,
int y) |
net.minecraft.nbt.CompoundNBT |
toNBT(int guiLeft,
int guiTop) |
copy, getEnableVariable, getEnablingValue, getWidget, isEnabled, setEnableVariable, setEnablingValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeserializeTextComponentpublic ActionWidgetLabel(WidgetLabelVariable widget)
public ActionWidgetLabel()
public net.minecraft.nbt.CompoundNBT toNBT(int guiLeft,
int guiTop)
toNBT in class ActionWidget<WidgetLabelVariable>public void readFromNBT(net.minecraft.nbt.CompoundNBT tag,
int guiLeft,
int guiTop)
readFromNBT in class ActionWidget<WidgetLabelVariable>public java.lang.String getId()
getId in class ActionWidget<WidgetLabelVariable>public void setText(net.minecraft.util.text.ITextComponent text)
setText in interface IActionWidgetLabeledpublic net.minecraft.util.text.ITextComponent getText()
getText in interface IActionWidgetLabeledpublic net.minecraft.client.gui.screen.Screen getGui(GuiRemoteEditor guiRemote)
getGui in class ActionWidget<WidgetLabelVariable>public void setWidgetPos(int x,
int y)
setWidgetPos in class ActionWidget<WidgetLabelVariable>public void setTooltip(java.util.List<net.minecraft.util.text.ITextComponent> text)
setTooltip in interface IActionWidgetLabeledpublic java.util.List<net.minecraft.util.text.ITextComponent> getTooltip()
getTooltip in interface IActionWidgetLabeled