程序包 org.bukkit.block

接口 BrushableBlock

所有超级接口:
BlockState, Lootable, Metadatable, PersistentDataHolder, TileState
所有已知子接口:
SuspiciousSand

public interface BrushableBlock extends Lootable, TileState
Represents a captured state of suspicious sand or gravel.
  • 方法详细资料

    • getItem

      Get the item which will be revealed when the sand is fully brushed away and uncovered.
      返回:
      the item
    • setItem

      void setItem(@Nullable @Nullable ItemStack item)
      Sets the item which will be revealed when the sand is fully brushed away and uncovered.
      参数:
      item - the item