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

    Modifier and Type
    Method
    Description
    @NotNull String
    Returns a specific type of block.
  • Method Details

    • getType

      @NotNull @NotNull String getType()
      Returns a specific type of block.
      Returns:
      type of coding block.