Modifier and Type | Method and Description |
---|---|
void |
RenderLightningBolt.doRender(EntityLightningBolt entity,
double x,
double y,
double z,
float entityYaw,
float partialTicks) |
protected ResourceLocation |
RenderLightningBolt.getEntityTexture(EntityLightningBolt entity) |
Modifier and Type | Method and Description |
---|---|
void |
EntityHanging.onStruckByLightning(EntityLightningBolt lightningBolt) |
void |
Entity.onStruckByLightning(EntityLightningBolt lightningBolt) |
Modifier and Type | Method and Description |
---|---|
void |
EntityArmorStand.onStruckByLightning(EntityLightningBolt lightningBolt) |
Modifier and Type | Method and Description |
---|---|
void |
EntityCreeper.onStruckByLightning(EntityLightningBolt lightningBolt) |
Modifier and Type | Method and Description |
---|---|
void |
EntityPig.onStruckByLightning(EntityLightningBolt lightningBolt) |
void |
EntityVillager.onStruckByLightning(EntityLightningBolt lightningBolt) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ForgeEventFactory.onEntityStruckByLightning(Entity entity,
EntityLightningBolt bolt) |
Modifier and Type | Field and Description |
---|---|
private EntityLightningBolt |
EntityStruckByLightningEvent.lightning |
Modifier and Type | Method and Description |
---|---|
EntityLightningBolt |
EntityStruckByLightningEvent.getLightning() |
Constructor and Description |
---|
EntityStruckByLightningEvent(Entity entity,
EntityLightningBolt lightning) |