public class AssemblyException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
net.minecraft.util.text.ITextComponent |
component |
| Constructor and Description |
|---|
AssemblyException(net.minecraft.util.text.ITextComponent component) |
AssemblyException(java.lang.String langKey,
java.lang.Object... objects) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.util.math.BlockPos |
getPosition() |
boolean |
hasPosition() |
static AssemblyException |
noPistonPoles() |
static AssemblyException |
notEnoughSails(int sails) |
static AssemblyException |
read(net.minecraft.nbt.CompoundNBT compound) |
static AssemblyException |
structureTooLarge() |
static AssemblyException |
tooManyPistonPoles() |
static AssemblyException |
unloadedChunk(net.minecraft.util.math.BlockPos pos) |
static AssemblyException |
unmovableBlock(net.minecraft.util.math.BlockPos pos,
net.minecraft.block.BlockState state) |
static void |
write(net.minecraft.nbt.CompoundNBT compound,
AssemblyException exception) |
public AssemblyException(net.minecraft.util.text.ITextComponent component)
public AssemblyException(java.lang.String langKey,
java.lang.Object... objects)
public static void write(net.minecraft.nbt.CompoundNBT compound,
AssemblyException exception)
public static AssemblyException read(net.minecraft.nbt.CompoundNBT compound)
public static AssemblyException unmovableBlock(net.minecraft.util.math.BlockPos pos, net.minecraft.block.BlockState state)
public static AssemblyException unloadedChunk(net.minecraft.util.math.BlockPos pos)
public static AssemblyException structureTooLarge()
public static AssemblyException tooManyPistonPoles()
public static AssemblyException noPistonPoles()
public static AssemblyException notEnoughSails(int sails)
public boolean hasPosition()
public net.minecraft.util.math.BlockPos getPosition()