java.lang.Object
java.lang.Throwable
java.lang.Exception
com.simibubi.create.content.contraptions.components.structureMovement.AssemblyException
All Implemented Interfaces:
Serializable

public class AssemblyException extends Exception
See Also:
  • Field Details

    • component

      public final net.minecraft.network.chat.Component component
  • Constructor Details

    • AssemblyException

      public AssemblyException(net.minecraft.network.chat.Component component)
    • AssemblyException

      public AssemblyException(String langKey, Object... objects)
  • Method Details

    • write

      public static void write(net.minecraft.nbt.CompoundTag compound, AssemblyException exception)
    • read

      public static AssemblyException read(net.minecraft.nbt.CompoundTag compound)
    • unmovableBlock

      public static AssemblyException unmovableBlock(net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
    • unloadedChunk

      public static AssemblyException unloadedChunk(net.minecraft.core.BlockPos pos)
    • structureTooLarge

      public static AssemblyException structureTooLarge()
    • tooManyPistonPoles

      public static AssemblyException tooManyPistonPoles()
    • noPistonPoles

      public static AssemblyException noPistonPoles()
    • notEnoughSails

      public static AssemblyException notEnoughSails(int sails)
    • hasPosition

      public boolean hasPosition()
    • getPosition

      public net.minecraft.core.BlockPos getPosition()