EnergyHolder

End point data holder for nova:energy networks.

Inheritors

Properties

Link copied to clipboard
Link copied to clipboard
open override val allowedFaces: Set<BlockFace>

A set of BlockFaces where connections are allowed.

Link copied to clipboard
abstract val blockedFaces: Set<BlockFace>

The BlockFaces that can never have a connection.

Link copied to clipboard

Stores which NetworkConnectionType is used for each BlockFace.

Link copied to clipboard
abstract var energy: Long

The current amount of energy in this EnergyHolder.

Link copied to clipboard
abstract val maxEnergy: Long

The maximum amount of energy this EnergyHolder can store.