public interface IAtomicReconstructor
Can be cast to TileEntity.
| Modifier and Type | Method and Description |
|---|---|
void |
extractEnergy(int amount)
Extracts a specified amount of energy from the Reconstructor's RF storage
|
int |
getEnergy()
Gets the amount of energy the Reconstructor has stored in its RF storage
|
Lens |
getLens() |
net.minecraft.world.World |
getWorldObject()
Returns the world of the reconstructor
|
int |
getX()
Returns the x coord of the reconstructor
|
int |
getY()
Returns the y coord of the reconstructor
|
int |
getZ()
Returns the z coord of the reconstructor
|
int getX()
int getY()
int getZ()
net.minecraft.world.World getWorldObject()
void extractEnergy(int amount)
int getEnergy()
Lens getLens()