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 ua.mcchickenstudio.opencreative.indev.blocks.TypedBlock

    getType
  • 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.