public interface ILaserTarget
Modifier and Type | Method and Description |
---|---|
long |
getRequiredLaserPower()
Returns The amount of power this target currently needs.
|
boolean |
isInvalidTarget()
Return true if the Tile Entity object is no longer a valid target.
|
long |
receiveLaserPower(long microJoules)
Transfers power from the laser to the target.
|
long getRequiredLaserPower()
long receiveLaserPower(long microJoules)
microJoules
- The number of micro Minecraft Joules to acceptgetRequiredLaserPower()
then this will return 0.boolean isInvalidTarget()