public class APIExceptions
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
APIExceptions.CannotBeChiseled
Thrown When a block cannot hold chiseled bits, or be converted to a
chiseled block.
|
static class |
APIExceptions.InvalidBitItem
Thrown when a ItemStack is not a valid chiseled bit, or contains invalid
data.
|
static class |
APIExceptions.SpaceOccupied
Thrown when a bit cannot be placed in that space, this is not caused by
bits already occupying that space, but by multiparts.
|
Constructor and Description |
---|
APIExceptions() |