Interface TypedBlock
- All Known Subinterfaces:
ViewableTypedBlock
- All Known Implementing Classes:
PlayerActionBlock,PlayerChatAction,PlayerConnectExecutor,PlayerExecutor
public interface TypedBlock
TypedBlock
This interface represents a coding block, that has specified type. Coding block execution will depend on type.-
Method Summary
-
Method Details
-
getType
Returns a specific type of block.- Returns:
- type of coding block.
-