public class PlayerCheatBypassEvent extends PlayerEvent implements CancellableEvent
| Constructor and Description |
|---|
PlayerCheatBypassEvent(Player p,
Cheat c,
int reliability) |
| Modifier and Type | Method and Description |
|---|---|
Cheat |
getCheat() |
int |
getReliability() |
boolean |
isCancelled() |
void |
setCancelled(boolean cancel) |
getPlayerpublic Cheat getCheat()
public int getReliability()
public boolean isCancelled()
isCancelled in interface CancellableEventpublic void setCancelled(boolean cancel)
setCancelled in interface CancellableEvent