- All Known Implementing Classes:
ServerController
public interface BuildingBlocksListener
Listens for a build action which offers the possibility to choose which building block to build
-
Method Summary
Modifier and Type Method Description voidonBlocksObtained(java.lang.String name, java.util.List<Block> blocks)Notifies that a build action offers the player to choose what block to build
-
Method Details
-
onBlocksObtained
Notifies that a build action offers the player to choose what block to build- Parameters:
name- the player to notify's usernameblocks- the
-