public static class GUI.GuiLabelSrvInfo
extends net.risingworld.api.gui.GuiPanel
| Constructor and Description |
|---|
GuiLabelSrvInfo(java.lang.String text,
float x,
float y,
boolean relativeposition) |
| Modifier and Type | Method and Description |
|---|---|
void |
refresh() |
void |
setName(java.lang.String name) |
void |
setOffsetCreativeHeight(float OffsetCreativeHeight) |
void |
setOffsetCreativeWidth(float OffsetCreativeWidth) |
void |
setOffsetHeight(float OffsetHeight) |
void |
setOffsetWidth(float OffsetWidth) |
void |
setPivot(net.risingworld.api.gui.PivotPosition pivot) |
void |
setPlayer(net.risingworld.api.objects.Player player) |
addChild, destroy, equals, getAlpha, getBorderColor, getBorderThickness, getChildren, getColor, getHeight, getHoverColor, getID, getParent, getParentID, getPivot, getPositionX, getPositionY, getWidth, hashCode, isAlwaysInBackground, isAlwaysOnTop, isRelativeBorderThickness, isRelativePosition, isRelativeSize, isVisible, onClick, removeAllChildren, removeChild, removeFromParent, setAlpha, setAlwaysInBackground, setAlwaysOnTop, setBorderColor, setBorderColor, setBorderThickness, setColor, setColor, setPosition, setSize, setVisiblepublic GuiLabelSrvInfo(java.lang.String text,
float x,
float y,
boolean relativeposition)
public void setOffsetWidth(float OffsetWidth)
public void setOffsetHeight(float OffsetHeight)
public void setOffsetCreativeWidth(float OffsetCreativeWidth)
public void setOffsetCreativeHeight(float OffsetCreativeHeight)
public void setName(java.lang.String name)
public void setPlayer(net.risingworld.api.objects.Player player)
public void setPivot(net.risingworld.api.gui.PivotPosition pivot)
setPivot in class net.risingworld.api.gui.GuiElementpublic void refresh()
refresh in class net.risingworld.api.gui.GuiElement