Package | Description |
---|---|
net.risingworld.api.events.player | |
net.risingworld.api.events.player.world |
Modifier and Type | Class and Description |
---|---|
class |
PlayerChestAccessEvent
Called when a player accesses a chest.
|
class |
PlayerObjectInteractionEvent
Called when a player interacts (i.e. presses the interaction key) with a default
game object (e.g. furniture).
|
Modifier and Type | Class and Description |
---|---|
class |
PlayerChangeObjectStatusEvent
Called when the status of an object changes.
|
class |
PlayerCreativeRemoveObjectEvent
Called when a player uses the creative removal tools (F7) to remove an object
(e.g. furniture).
|
class |
PlayerDestroyObjectEvent
Called when the player destroys an object (furniture, doors, lamps etc).
|
class |
PlayerObjectHitEvent
Called when a player hits an object (e.g. furniture, doors, lamps etc).
|
class |
PlayerPlaceObjectEvent
Called when the player places an objects (furniture, doors, lamps, chests etc).
|
class |
PlayerRemoveObjectEvent
Called when the player removes an object (furniture, doors, lamps etc) without
destroying it (usually this is called when a player deconstructs an object, i.e.
|