Modifier and Type | Method and Description |
---|---|
ResourceLocation |
LightningBoltRenderer.getEntityTexture(LightningBoltEntity entity) |
void |
LightningBoltRenderer.render(LightningBoltEntity entityIn,
float entityYaw,
float partialTicks,
MatrixStack matrixStackIn,
IRenderTypeBuffer bufferIn,
int packedLightIn) |
Modifier and Type | Method and Description |
---|---|
void |
ClientWorld.addLightning(LightningBoltEntity entityIn) |
Modifier and Type | Field and Description |
---|---|
static EntityType<LightningBoltEntity> |
EntityType.LIGHTNING_BOLT |
Modifier and Type | Method and Description |
---|---|
void |
Entity.onStruckByLightning(LightningBoltEntity lightningBolt) |
Modifier and Type | Method and Description |
---|---|
void |
ArmorStandEntity.onStruckByLightning(LightningBoltEntity lightningBolt) |
void |
HangingEntity.onStruckByLightning(LightningBoltEntity lightningBolt) |
Modifier and Type | Method and Description |
---|---|
void |
VillagerEntity.onStruckByLightning(LightningBoltEntity lightningBolt) |
Modifier and Type | Method and Description |
---|---|
void |
CreeperEntity.onStruckByLightning(LightningBoltEntity lightningBolt) |
Modifier and Type | Method and Description |
---|---|
void |
MooshroomEntity.onStruckByLightning(LightningBoltEntity lightningBolt) |
void |
TurtleEntity.onStruckByLightning(LightningBoltEntity lightningBolt) |
void |
PigEntity.onStruckByLightning(LightningBoltEntity lightningBolt) |
Modifier and Type | Method and Description |
---|---|
void |
ServerWorld.addLightningBolt(LightningBoltEntity entityIn) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ForgeEventFactory.onEntityStruckByLightning(Entity entity,
LightningBoltEntity bolt) |
Modifier and Type | Field and Description |
---|---|
private LightningBoltEntity |
EntityStruckByLightningEvent.lightning |
Modifier and Type | Method and Description |
---|---|
LightningBoltEntity |
EntityStruckByLightningEvent.getLightning() |
Constructor and Description |
---|
EntityStruckByLightningEvent(Entity entity,
LightningBoltEntity lightning) |