Package | Description |
---|---|
net.minecraft.client.renderer.entity | |
net.minecraft.entity | |
net.minecraft.entity.monster | |
net.minecraft.entity.passive |
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.
|