org.bukkit.event.block
Class BlockRedstoneEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.block.BlockEvent
org.bukkit.event.block.BlockRedstoneEvent
public class BlockRedstoneEvent
- extends BlockEvent
Called when a redstone current changes
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlockRedstoneEvent
public BlockRedstoneEvent(Block block,
int oldCurrent,
int newCurrent)
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
public HandlerList getHandlers()
- Specified by:
getHandlers
in class Event
getHandlerList
public static HandlerList getHandlerList()
Copyright © 2013. All Rights Reserved.