Interface TestBlock

All Superinterfaces:
BlockData, Cloneable

public interface TestBlock extends BlockData
'mode' is the reaction of the block to a redstone pulse or its supply.
  • Method Details

    • getMode

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

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