Class NotABlockException

All Implemented Interfaces:
Serializable

public class NotABlockException extends WorldEditException
Raised when an item is used when a block was expected.
See Also:
  • Constructor Details

    • NotABlockException

      public NotABlockException()
      Create a new instance.
    • NotABlockException

      @Deprecated public NotABlockException(String input)
      Deprecated.
      Create a new instance.
      Parameters:
      input - the input that was used
    • NotABlockException

      @Deprecated public NotABlockException(int input)
      Deprecated.
      Create a new instance.
      Parameters:
      input - the input that was used
    • NotABlockException

      public NotABlockException(ItemType input)
      Create a new instance.
      Parameters:
      input - the input that was used