Package | Description |
---|---|
net.risingworld.api.gui | |
net.risingworld.api.objects.custom | |
net.risingworld.api.utils | |
net.risingworld.api.worldelements |
Modifier and Type | Method and Description |
---|---|
ImageInformation |
GuiImage.getImage()
Gets the image object that is currently set for this element.
|
Modifier and Type | Method and Description |
---|---|
void |
GuiImage.setImage(ImageInformation image) |
Constructor and Description |
---|
GuiImage(ImageInformation image,
float x,
float y,
boolean relativeposition,
float width,
float height,
boolean relativesize)
Creates a new image object at the given screen position with the given size.
|
Modifier and Type | Method and Description |
---|---|
ImageInformation |
CustomItem.getIcon()
Gets the ImageInformation object which is used as icon for this custom item.
|
ImageInformation |
CustomItem.Variation.getIcon() |
ImageInformation |
CustomItem.getTexture()
Gets the ImageInformation object which is used as texture for this custom item.
|
ImageInformation |
CustomItem.Variation.getTexture() |
Modifier and Type | Method and Description |
---|---|
void |
CustomItem.setIcon(ImageInformation icon)
Sets the item icon (visible in inventory, chests, hotbar etc).
|
void |
CustomItem.setModel(ModelInformation model,
ImageInformation texture,
float modelSize)
Sets a model for this item, including the according texture.
|
void |
CustomItem.setVariation(int variation,
ImageInformation texture,
ImageInformation icon) |
Modifier and Type | Class and Description |
---|---|
class |
GameImageInformation
Represents a game texture / image, i.e. a texture which already exists in the
game by default (e.g. block textures or world textures).
|
Modifier and Type | Method and Description |
---|---|
ImageInformation |
World3DModel.getTexture()
Gets the current ImageInformation object of this element.
|
Modifier and Type | Method and Description |
---|---|
void |
World3DModel.setTexture(ImageInformation texture) |
Constructor and Description |
---|
World3DModel(ModelInformation model,
ImageInformation texture)
Creates a new
World3DModel element with the provided
model and texture. |
World3DModel(ModelInformation model,
ImageInformation texture,
Vector3f position,
Quaternion rotation)
Creates a new
World3DModel element with the provided
model and texture at the given position (with the given rotation). |