Interface ViewableTypedBlock
- All Superinterfaces:
TypedBlock
- All Known Implementing Classes:
PlayerActionBlock, PlayerChatAction, PlayerConnectExecutor, PlayerExecutor
-
Method Summary
Modifier and TypeMethodDescription@NotNull org.bukkit.inventory.ItemStackgetIcon()Returns an icon that will be shown in action type selection menus.Methods inherited from interface 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.
-