public interface BlockTool extends Tool
Modifier and Type | Method and Description |
---|---|
boolean |
actPrimary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session,
Location clicked)
Perform the primary action of this tool.
|
boolean actPrimary(Platform server, LocalConfiguration config, Player player, LocalSession session, Location clicked)
server
- config
- player
- session
- clicked
-