Uses of Class
net.minecraft.entity.effect.LightningBoltEntity
Package
Description
-
Uses of LightningBoltEntity in net.minecraft.client.renderer.entity
Modifier and TypeMethodDescriptionLightningBoltRenderer.getTextureLocation
(LightningBoltEntity p_110775_1_) void
LightningBoltRenderer.render
(LightningBoltEntity p_225623_1_, float p_225623_2_, float p_225623_3_, MatrixStack p_225623_4_, IRenderTypeBuffer p_225623_5_, int p_225623_6_) -
Uses of LightningBoltEntity in net.minecraft.entity
Modifier and TypeFieldDescriptionstatic final EntityType<LightningBoltEntity>
EntityType.LIGHTNING_BOLT
Modifier and TypeMethodDescriptionvoid
Entity.thunderHit
(ServerWorld p_241841_1_, LightningBoltEntity p_241841_2_) -
Uses of LightningBoltEntity in net.minecraft.entity.effect
ModifierConstructorDescriptionLightningBoltEntity
(EntityType<? extends LightningBoltEntity> p_i231491_1_, World p_i231491_2_) -
Uses of LightningBoltEntity in net.minecraft.entity.item
Modifier and TypeMethodDescriptionvoid
ArmorStandEntity.thunderHit
(ServerWorld p_241841_1_, LightningBoltEntity p_241841_2_) void
HangingEntity.thunderHit
(ServerWorld p_241841_1_, LightningBoltEntity p_241841_2_) -
Uses of LightningBoltEntity in net.minecraft.entity.merchant.villager
Modifier and TypeMethodDescriptionvoid
VillagerEntity.thunderHit
(ServerWorld p_241841_1_, LightningBoltEntity p_241841_2_) -
Uses of LightningBoltEntity in net.minecraft.entity.monster
Modifier and TypeMethodDescriptionvoid
CreeperEntity.thunderHit
(ServerWorld p_241841_1_, LightningBoltEntity p_241841_2_) -
Uses of LightningBoltEntity in net.minecraft.entity.passive
Modifier and TypeMethodDescriptionvoid
MooshroomEntity.thunderHit
(ServerWorld p_241841_1_, LightningBoltEntity p_241841_2_) void
PigEntity.thunderHit
(ServerWorld p_241841_1_, LightningBoltEntity p_241841_2_) void
TurtleEntity.thunderHit
(ServerWorld p_241841_1_, LightningBoltEntity p_241841_2_) -
Uses of LightningBoltEntity in net.minecraftforge.event
Modifier and TypeMethodDescriptionstatic boolean
ForgeEventFactory.onEntityStruckByLightning
(Entity entity, LightningBoltEntity bolt) -
Uses of LightningBoltEntity in net.minecraftforge.event.entity
Modifier and TypeFieldDescriptionprivate final LightningBoltEntity
EntityStruckByLightningEvent.lightning
ModifierConstructorDescriptionEntityStruckByLightningEvent
(Entity entity, LightningBoltEntity lightning)