Interface ViewableTypedBlock

All Superinterfaces:
TypedBlock
All Known Implementing Classes:
PlayerActionBlock, PlayerChatAction, PlayerConnectExecutor, PlayerExecutor

public interface ViewableTypedBlock extends TypedBlock
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull org.bukkit.inventory.ItemStack
    Returns an icon that will be shown in action type selection menus.

    Methods inherited from interface TypedBlock

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

    • getIcon

      @NotNull @NotNull org.bukkit.inventory.ItemStack getIcon()
      Returns an icon that will be shown in action type selection menus.
      Returns:
      icon of typed block.