Ender Cell¶
Only available in version 1.19.2
The Ender Cell is a block from Powah to receive, store, and send energy on specific channels of the owner. You can access the energy from anywhere.
Requirement
Requires the Powah mod to be installed
| Peripheral Name | Interfaces with | Has events | Introduced in |
|---|---|---|---|
| enderCell | Every Ender Cell block (all tiers) | No | N/A |
Functions¶
getName¶
getName() -> string
getEnergy¶
getEnergy() -> number
getMaxEnergy¶
getMaxEnergy() -> number
getChannel()¶
getChannel() -> number
getMaxChannels().
getMaxChannels()¶
getMaxChannels() -> number
setChannel()¶
setChannel(channel: number) -> void
channel. channel must be a number between 1 to getMaxChannels(). Does not change the channel if channel is invalid.
Changelog/Trivia¶
1.19.2-0.X.XX.X
Added integration for Powah's Ender Cell