| Package | Description |
|---|---|
| com.aaaaahhhhhhh.bananapuncher714.dimensional.block.library.api |
Contains the DimensionalBlockLibrary API.
|
| Modifier and Type | Method and Description |
|---|---|
InteractionResult |
DBlock.interact(DBlockData data,
org.bukkit.Location location,
org.bukkit.entity.HumanEntity entity,
boolean mainhand,
CollisionResultBlock ray)
Called when a HumanEntity right clicks this block, with either hand.
|
static InteractionResult |
InteractionResult.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InteractionResult[] |
InteractionResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|