Interface IAtomicReconstructor

All Superinterfaces:
IEnergyTile

public interface IAtomicReconstructor extends IEnergyTile
This is a helper interface for Lens' invoke() method.

This is not supposed to be implemented. Can be cast to TileEntity.

  • Method Details

    • getLens

      Lens getLens()
    • getOrientation

      net.minecraft.core.Direction getOrientation()
    • resetBeam

      void resetBeam(int maxAge)
    • resetBeam

      void resetBeam(int maxAge, int color)
    • getTTL

      int getTTL()