Package io.papermc.paper.event.player
Class PlayerSignCommandPreprocessEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.player.PlayerEvent
org.bukkit.event.player.PlayerCommandPreprocessEvent
io.papermc.paper.event.player.PlayerSignCommandPreprocessEvent
- All Implemented Interfaces:
- Cancellable
Called when a 
Player clicks a sign that causes a command to run.
 This command is run with elevated permissions which allows players to access commands on signs they wouldn't normally be able to run.
- 
Nested Class SummaryNested classes/interfaces inherited from class org.bukkit.event.EventEvent.Result
- 
Field SummaryFields inherited from class org.bukkit.event.player.PlayerEventplayer
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.bukkit.event.player.PlayerCommandPreprocessEventgetHandlerList, getHandlers, getMessage, getRecipients, isCancelled, setCancelled, setMessage, setPlayerMethods inherited from class org.bukkit.event.player.PlayerEventgetPlayerMethods inherited from class org.bukkit.event.EventcallEvent, getEventName, isAsynchronous
- 
Constructor Details- 
PlayerSignCommandPreprocessEvent
 
- 
- 
Method Details- 
getSignGets the sign that the command originated from.- Returns:
- the sign
 
 
-