public class SignActionJumper extends SignAction
Constructor and Description |
---|
SignActionJumper() |
Modifier and Type | Method and Description |
---|---|
boolean |
build(SignChangeActionEvent info)
Fired when a sign is being built
|
void |
execute(SignActionEvent info)
Fired when this sign is being executed for a certain event
|
static void |
jump(MinecartMember<?> member,
org.bukkit.util.Vector offset) |
boolean |
match(SignActionEvent info)
Checks whether a sign action event is meant for this type of Sign Action
|
canSupportRC, click, deinit, destroy, executeAll, executeAll, getSignAction, handleBuild, handleBuild, handleBuild, handleClick, handleDestroy, handleLoadChange, init, loadedChanged, overrideFacing, register, unregister, verify
public static void jump(MinecartMember<?> member, org.bukkit.util.Vector offset)
public boolean match(SignActionEvent info)
SignAction
match
in class SignAction
info
- eventpublic void execute(SignActionEvent info)
SignAction
execute
in class SignAction
info
- eventpublic boolean build(SignChangeActionEvent info)
SignAction
build
in class SignAction
info
- containing relevant Build information