| 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 |
|---|---|
void |
BaseEntity.onStruckByLightning(LightningBolt lightningBolt) |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityCreeper.onStruckByLightning(LightningBolt lightningBolt) |
void |
EntityCreeper.setPowered(LightningBolt lightningBolt) |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityLightningBolt
Created by boybook on 2016/2/27.
|
| Constructor and Description |
|---|
EntityLightningBolt(EntityType<LightningBolt> type,
Location location) |
| 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 © 2020. All rights reserved.