public final class AbsentBlockException extends Exception
Constructor and Description |
---|
AbsentBlockException(String blockId,
BlockState.State state) |
Modifier and Type | Method and Description |
---|---|
String |
getBlockId() |
BlockState.State |
getState() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AbsentBlockException(String blockId, BlockState.State state)
blockId
- id of the blockstate
- state of the blockpublic String getBlockId()
public BlockState.State getState()
Copyright © 2018. All rights reserved.