Interface Segmentable

All Superinterfaces:
BlockData, Cloneable
All Known Subinterfaces:
LeafLitter

public interface Segmentable extends BlockData
'segment_amount' represents the number of segment in this block.
  • Method Details Link icon

    • getSegmentAmount Link icon

      int getSegmentAmount()
      Gets the value of the 'segment_amount' property.
      Returns:
      the 'segment_amount' value
    • setSegmentAmount Link icon

      void setSegmentAmount(int segmentAmount)
      Sets the value of the 'segment_amount' property.
      Parameters:
      segmentAmount - the new 'segment_amount' value
    • getMinimumSegmentAmount Link icon

      int getMinimumSegmentAmount()
      Gets the minimum allowed value of the 'segment_amount' property.
      Returns:
      the minimum 'segment_amount' value
    • getMaximumSegmentAmount Link icon

      int getMaximumSegmentAmount()
      Gets the maximum allowed value of the 'segment_amount' property.
      Returns:
      the maximum 'segment_amount' value