Package | Description |
---|---|
net.risingworld.api.worldelements |
Modifier and Type | Class and Description |
---|---|
static class |
Interaction.BedPreset |
static class |
Interaction.ChairPreset
An interaction preset representing a chair (i.e. the user can sit on this
object).
|
static class |
Interaction.ChestPreset |
static class |
Interaction.TentPreset |
Modifier and Type | Method and Description |
---|---|
static Interaction |
Interaction.createChairPreset(Vector3f sittingPosition) |
Interaction |
World3DModel.getInteractionPreset()
Gets the current interaction preset, or null if no interaction preset was set.
|
Modifier and Type | Method and Description |
---|---|
void |
World3DModel.setInteractionPreset(Interaction preset)
Sets an interaction preset (i.e. add some default behaviour to this object).
|