public abstract class Interaction
extends java.lang.Object
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 |
static class |
Interaction.Type |
Modifier and Type | Method and Description |
---|---|
static Interaction |
createChairPreset(Vector3f sittingPosition) |
abstract int |
getData()
Used internally.
|
abstract int |
getData(int data)
Used internally.
|
abstract Interaction.Type |
getType()
Gets the interaction preset type.
|
public abstract Interaction.Type getType()
public abstract int getData(int data)
data
- the data index.public abstract int getData()
public static Interaction createChairPreset(Vector3f sittingPosition)