| Package | Description |
|---|---|
| org.cloudburstmc.api.entity | |
| org.cloudburstmc.api.event.entity | |
| org.cloudburstmc.api.event.level |
| Modifier and Type | Field and Description |
|---|---|
static EntityType<LightningBolt> |
EntityTypes.LIGHTNING_BOLT |
| Modifier and Type | Method and Description |
|---|---|
void |
Entity.onStruckByLightning(LightningBolt lightningBolt) |
| Modifier and Type | Method and Description |
|---|---|
LightningBolt |
CreeperPowerEvent.getLightningBolt()
Gets the lightning bolt which is striking the Creeper.
|
| Constructor and Description |
|---|
CreeperPowerEvent(Creeper creeper,
LightningBolt lightningBolt,
CreeperPowerEvent.PowerCause cause) |
| Modifier and Type | Method and Description |
|---|---|
LightningBolt |
LightningStrikeEvent.getLightningBolt()
Gets the bolt which is striking the earth.
|
| Constructor and Description |
|---|
LightningStrikeEvent(Level level,
LightningBolt lightningBolt) |
Copyright © 2021. All rights reserved.