public class SignActionEject extends SignAction
Constructor and Description |
---|
SignActionEject() |
Modifier and Type | Method and Description |
---|---|
boolean |
build(SignChangeActionEvent event)
Fired when a sign is being built
|
boolean |
canSupportRC()
Whether the remote control format is supported for this sign
|
boolean |
click(SignActionEvent info,
org.bukkit.entity.Player player)
Handles a player right-clicking this action sign
|
void |
eject(SignActionEvent info) |
void |
execute(SignActionEvent info)
Fired when this sign is being executed for a certain event
|
boolean |
match(SignActionEvent info)
Checks whether a sign action event is meant for this type of Sign Action
|
deinit, destroy, executeAll, executeAll, getSignAction, handleBuild, handleBuild, handleBuild, handleClick, handleDestroy, handleLoadChange, init, loadedChanged, overrideFacing, register, unregister, verify
public boolean match(SignActionEvent info)
SignAction
match
in class SignAction
info
- eventpublic boolean click(SignActionEvent info, org.bukkit.entity.Player player)
SignAction
click
in class SignAction
info
- related to the eventplayer
- that clickedpublic void eject(SignActionEvent info)
public void execute(SignActionEvent info)
SignAction
execute
in class SignAction
info
- eventpublic boolean build(SignChangeActionEvent event)
SignAction
build
in class SignAction
event
- containing relevant Build informationpublic boolean canSupportRC()
SignAction
canSupportRC
in class SignAction