| Package | Description |
|---|---|
| net.risingworld.api.events.player.world | |
| net.risingworld.api.utils |
| Modifier and Type | Method and Description |
|---|---|
BoundingInformation |
PlayerCreateBlueprintEvent.getBoundingInformation()
Gets the bounding information of the blueprint object, or more precisely, of the
selected area.
|
BoundingInformation |
PlayerPlaceBlueprintEvent.getBoundingInformation()
Gets the bounding information of the blueprint object.
|
| Constructor and Description |
|---|
PlayerCreateBlueprintEvent(Player player,
BoundingInformation boundingInformation,
int blocks,
int constructions,
int objects) |
PlayerPlaceBlueprintEvent(Player player,
BoundingInformation boundingInformation,
int terrain,
int blocks,
int constructions,
int objects) |
| Modifier and Type | Method and Description |
|---|---|
BoundingInformation |
ModelInformation.getBoundingInformation()
Gets a BoundingInformation which describes the extents of the model, i.e.
|