public static class ToolsGUI.GuiImage
extends net.risingworld.api.gui.GuiImage
| Constructor and Description |
|---|
GuiImage(net.risingworld.api.utils.ImageInformation logo,
float X,
float Y,
boolean relativeposition,
float B,
float H,
boolean relativesize) |
| Modifier and Type | Method and Description |
|---|---|
net.risingworld.api.gui.GuiElement |
getGuiElement() |
void |
setOffsetCreativeHeight(float OffsetCreativeHeight) |
void |
setOffsetCreativeWidth(float OffsetCreativeWidth) |
void |
setOffsetHeight(float OffsetHeight) |
void |
setOffsetWidth(float OffsetWidth) |
void |
setPivot(net.risingworld.api.gui.PivotPosition pivot,
net.risingworld.api.objects.Player player) |
void |
setPivotInChangeGamemode(net.risingworld.api.gui.PivotPosition pivot,
net.risingworld.api.objects.Player player) |
getImage, getProportionalHeight, getProportionalWidth, isClickable, isMipMappingEnabled, isProportionalSize, isRelativeProportionalSize, refresh, setClickable, setColor, setColor, setHeightProportional, setImage, setMipMappingEnabled, setSize, setWidthProportionaladdChild, 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, setPivot, setPosition, setVisiblepublic GuiImage(net.risingworld.api.utils.ImageInformation logo,
float X,
float Y,
boolean relativeposition,
float B,
float H,
boolean relativesize)
logo - BildX - Bildschirm-PositionY - Bildschirm-Positionrelativeposition - Bildschirm-ModusB - Bild-BreiteH - Bild-Höherelativesize - Bild-Moduspublic void setOffsetWidth(float OffsetWidth)
OffsetWidth - Breitepublic void setOffsetHeight(float OffsetHeight)
OffsetHeight - Höhepublic void setOffsetCreativeWidth(float OffsetCreativeWidth)
OffsetCreativeWidth - Breitepublic void setOffsetCreativeHeight(float OffsetCreativeHeight)
OffsetCreativeHeight - Höhepublic net.risingworld.api.gui.GuiElement getGuiElement()
public void setPivot(net.risingworld.api.gui.PivotPosition pivot,
net.risingworld.api.objects.Player player)
pivot - pivotplayer - Spielerpublic void setPivotInChangeGamemode(net.risingworld.api.gui.PivotPosition pivot,
net.risingworld.api.objects.Player player)
pivot - pivotplayer - Spieler