Class OutOfSpaceException

All Implemented Interfaces:
Serializable

public class OutOfSpaceException extends BlockBagException
Thrown when the target inventory of a block bag is full.
See Also:
  • Constructor Details

    • OutOfSpaceException

      public OutOfSpaceException(BlockType type)
      Construct the object.
      Parameters:
      type - the type of the block
  • Method Details

    • getType

      public BlockType getType()
      Get the type of the block.
      Returns:
      the type