Package net.minecraft.test
Class TestBlockPosException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.minecraft.test.TestRuntimeException
-
- net.minecraft.test.TestBlockPosException
-
- All Implemented Interfaces:
java.io.Serializable
public class TestBlockPosException extends TestRuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private BlockPos
absolutePos
private BlockPos
relativePos
private long
tick
-
Constructor Summary
Constructors Modifier Constructor Description private
TestBlockPosException()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockPos
getAbsolutePos()
java.lang.String
getMessage()
java.lang.String
getMessageToShowAtBlock()
-
-
-
Field Detail
-
absolutePos
private final BlockPos absolutePos
-
relativePos
private final BlockPos relativePos
-
tick
private final long tick
- See Also:
- Constant Field Values
-
-
Method Detail
-
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in classjava.lang.Throwable
-
getMessageToShowAtBlock
@Nullable public java.lang.String getMessageToShowAtBlock()
-
getAbsolutePos
@Nullable public BlockPos getAbsolutePos()
-
-