Package | Description |
---|---|
net.minecraft.client.renderer.entity | |
net.minecraft.entity | |
net.minecraft.entity.monster | |
net.minecraft.entity.passive | |
net.minecraftforge.event.entity |
Modifier and Type | Method and Description |
---|---|
void |
RenderLightningBolt.doRenderLightningBolt(EntityLightningBolt par1EntityLightningBolt,
double par2,
double par4,
double par6,
float par8,
float par9)
Actually renders the lightning bolt.
|
Modifier and Type | Method and Description |
---|---|
void |
Entity.onStruckByLightning(EntityLightningBolt par1EntityLightningBolt)
Called when a lightning bolt hits the entity.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityCreeper.onStruckByLightning(EntityLightningBolt par1EntityLightningBolt)
Called when a lightning bolt hits the entity.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityPig.onStruckByLightning(EntityLightningBolt par1EntityLightningBolt)
Called when a lightning bolt hits the entity.
|
Modifier and Type | Field and Description |
---|---|
EntityLightningBolt |
EntityStruckByLightningEvent.lightning |
Constructor and Description |
---|
EntityStruckByLightningEvent(Entity entity,
EntityLightningBolt lightning) |