public interface IEnergyTile
| Modifier and Type | Method and Description |
|---|---|
void |
extractEnergy(int amount) |
int |
getEnergy() |
net.minecraft.util.math.BlockPos |
getPosition() |
net.minecraft.world.World |
getWorldObject() |
int |
getX() |
int |
getY() |
int |
getZ() |