Interface TestBlock

All Superinterfaces:
BlockData, Cloneable

public interface TestBlock extends BlockData
'mode' indicates what mode this test block is in.
  • Method Details

    • getMode

      @NotNull TestBlock.Mode getMode()
      Gets the value of the 'mode' property.
      Returns:
      the 'mode' value
    • setMode

      void setMode(@NotNull TestBlock.Mode mode)
      Sets the value of the 'mode' property.
      Parameters:
      mode - the new 'mode' value