Package | Description |
---|---|
net.risingworld.api.objects.custom | |
net.risingworld.api.utils | |
net.risingworld.api.worldelements |
Modifier and Type | Method and Description |
---|---|
ModelInformation |
CustomItem.getModel()
Gets the ModelInformation object which is used for this custom item.
|
Modifier and Type | Method and Description |
---|---|
void |
CustomItem.setModel(ModelInformation model,
ImageInformation texture,
float modelSize)
Sets a model for this item, including the according texture.
|
Constructor and Description |
---|
BoundingInformation(ModelInformation model)
Creates a new bounding information and calculates the center position and extent based on the
provided model information object.
|
Modifier and Type | Method and Description |
---|---|
ModelInformation |
World3DModel.getModel()
Gets the current ModelInformation object of this element.
|
Modifier and Type | Method and Description |
---|---|
void |
World3DModel.setModel(ModelInformation model)
Sets the model information (i.e. the actual 3D model) for this element.
|
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). |