| Package | Description |
|---|---|
| com.aaaaahhhhhhh.bananapuncher714.dimensional.block.library.api |
Contains the DimensionalBlockLibrary API.
|
| com.aaaaahhhhhhh.bananapuncher714.dimensional.block.library.api.world |
Contains objects that represent parts of the world.
|
| 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.
|
void |
DBlock.onProjectileHit(DBlockData data,
org.bukkit.entity.Entity projectile,
CollisionResultBlock ray)
Called when a projectile, hits the block.
|
| Modifier and Type | Method and Description |
|---|---|
CollisionResultBlock |
CollisionResultBlock.copyOf() |