Interface Brushable

All Superinterfaces:
BlockData, Cloneable

public interface Brushable extends BlockData
'dusted' represents how far uncovered by brush the block is.
  • Method Details

    • getDusted

      int getDusted()
      Gets the value of the 'dusted' property.
      Returns:
      the 'dusted' value
    • setDusted

      void setDusted(int dusted)
      Sets the value of the 'dusted' property.
      Parameters:
      dusted - the new 'dusted' value
    • getMaximumDusted

      int getMaximumDusted()
      Gets the maximum allowed value of the 'dusted' property.
      Returns:
      the maximum 'dusted' value