| Package | Description |
|---|---|
| net.risingworld.api.worldelements |
| Modifier and Type | Method and Description |
|---|---|
abstract Interaction.Type |
Interaction.getType()
Gets the interaction preset type.
|
Interaction.Type |
Interaction.ChairPreset.getType() |
Interaction.Type |
Interaction.BedPreset.getType() |
Interaction.Type |
Interaction.TentPreset.getType() |
Interaction.Type |
Interaction.ChestPreset.getType() |
static Interaction.Type |
Interaction.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Interaction.Type[] |
Interaction.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|