Package org.bukkit.event.block
Class BlockRedstoneEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.block.BlockEvent
org.bukkit.event.block.BlockRedstoneEvent
Called when a redstone current changes
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
-
Field Summary
Fields inherited from class org.bukkit.event.block.BlockEvent
block
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull HandlerList
int
Gets the new current of this blockint
Gets the old current of this blockvoid
setNewCurrent
(int newCurrent) Sets the new current of this blockMethods inherited from class org.bukkit.event.block.BlockEvent
getBlock
Methods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous
-
Constructor Details
-
BlockRedstoneEvent
-
-
Method Details
-
getOldCurrent
public int getOldCurrent()Gets the old current of this block- Returns:
- The previous current
-
getNewCurrent
public int getNewCurrent()Gets the new current of this block- Returns:
- The new current
-
setNewCurrent
public void setNewCurrent(int newCurrent) Sets the new current of this block- Parameters:
newCurrent
- The new current to set
-
getHandlers
- Specified by:
getHandlers
in classEvent
-
getHandlerList
-