public class BlockRedstoneEvent extends BlockEvent
Event.Result
block
Constructor | Description |
---|---|
BlockRedstoneEvent(Block block,
int oldCurrent,
int newCurrent) |
Modifier and Type | Method | Description |
---|---|---|
static HandlerList |
getHandlerList() |
|
HandlerList |
getHandlers() |
|
int |
getNewCurrent() |
Gets the new current of this block
|
int |
getOldCurrent() |
Gets the old current of this block
|
void |
setNewCurrent(int newCurrent) |
Sets the new current of this block
|
getBlock
getEventName, isAsynchronous
public BlockRedstoneEvent(@NotNull Block block, int oldCurrent, int newCurrent)
public int getOldCurrent()
public int getNewCurrent()
public void setNewCurrent(int newCurrent)
newCurrent
- The new current to set@NotNull public HandlerList getHandlers()
getHandlers
in class Event
@NotNull public static HandlerList getHandlerList()
Copyright © 2019. All rights reserved.