| Package | Description |
|---|---|
| net.tridentsdk.event.block |
Block-based events, called when a block is affected in an event
|
| Modifier and Type | Method and Description |
|---|---|
BlockRedstoneEvent.Cause |
BlockRedstoneEvent.cause()
Returns the cause of the redstone update
|
static BlockRedstoneEvent.Cause |
BlockRedstoneEvent.Cause.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlockRedstoneEvent.Cause[] |
BlockRedstoneEvent.Cause.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BlockRedstoneEvent(Block block,
int strength,
Block causer,
BlockRedstoneEvent.Cause cause) |
Copyright © 2016. All rights reserved.