Package com.sk89q.worldguard.bukkit.util
Class Blocks
java.lang.Object
com.sk89q.worldguard.bukkit.util.Blocks
Utility methods to deal with blocks.
-
Method Summary
Modifier and TypeMethodDescriptionstatic List
<org.bukkit.block.Block> getConnected
(org.bukkit.block.Block block) Get a list of connected blocks to the given block, not including the given block.
-
Method Details
-
getConnected
Get a list of connected blocks to the given block, not including the given block.- Parameters:
block
- the block- Returns:
- a list of connected blocks, not including the given block
-