Uses of Class
net.minecraft.world.entity.LightningBolt
Packages that use LightningBolt
Package
Description
-
Uses of LightningBolt in net.minecraft.advancements.critereon
Methods in net.minecraft.advancements.critereon with parameters of type LightningBoltModifier and TypeMethodDescriptionvoid
LightningStrikeTrigger.trigger
(ServerPlayer pPlayer, LightningBolt pLightning, List<Entity> pNearbyEntities) -
Uses of LightningBolt in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type LightningBoltModifier and TypeMethodDescriptionLightningBoltRenderer.getTextureLocation
(LightningBolt pEntity) Returns the location of an entity's texture.void
LightningBoltRenderer.render
(LightningBolt pEntity, float pEntityYaw, float pPartialTicks, PoseStack pPoseStack, MultiBufferSource pBuffer, int pPackedLight) -
Uses of LightningBolt in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type LightningBoltModifier and TypeFieldDescriptionstatic final EntityType
<LightningBolt> EntityType.LIGHTNING_BOLT
Methods in net.minecraft.world.entity with parameters of type LightningBoltModifier and TypeMethodDescriptionvoid
Entity.thunderHit
(ServerLevel pLevel, LightningBolt pLightning) Constructor parameters in net.minecraft.world.entity with type arguments of type LightningBoltModifierConstructorDescriptionLightningBolt
(EntityType<? extends LightningBolt> pEntityType, Level pLevel) -
Uses of LightningBolt in net.minecraft.world.entity.animal
Methods in net.minecraft.world.entity.animal with parameters of type LightningBoltModifier and TypeMethodDescriptionvoid
MushroomCow.thunderHit
(ServerLevel pLevel, LightningBolt pLightning) void
Pig.thunderHit
(ServerLevel pLevel, LightningBolt pLightning) void
Turtle.thunderHit
(ServerLevel pLevel, LightningBolt pLightning) -
Uses of LightningBolt in net.minecraft.world.entity.decoration
Methods in net.minecraft.world.entity.decoration with parameters of type LightningBoltModifier and TypeMethodDescriptionvoid
ArmorStand.thunderHit
(ServerLevel pLevel, LightningBolt pLightning) void
BlockAttachedEntity.thunderHit
(ServerLevel pLevel, LightningBolt pLightning) -
Uses of LightningBolt in net.minecraft.world.entity.monster
Methods in net.minecraft.world.entity.monster with parameters of type LightningBoltModifier and TypeMethodDescriptionvoid
Creeper.thunderHit
(ServerLevel pLevel, LightningBolt pLightning) -
Uses of LightningBolt in net.minecraft.world.entity.npc
Methods in net.minecraft.world.entity.npc with parameters of type LightningBoltModifier and TypeMethodDescriptionvoid
Villager.thunderHit
(ServerLevel pLevel, LightningBolt pLightning) -
Uses of LightningBolt in net.neoforged.neoforge.event
Methods in net.neoforged.neoforge.event with parameters of type LightningBoltModifier and TypeMethodDescriptionstatic boolean
EventHooks.onEntityStruckByLightning
(Entity entity, LightningBolt bolt) -
Uses of LightningBolt in net.neoforged.neoforge.event.entity
Fields in net.neoforged.neoforge.event.entity declared as LightningBoltModifier and TypeFieldDescriptionprivate final LightningBolt
EntityStruckByLightningEvent.lightning
Methods in net.neoforged.neoforge.event.entity that return LightningBoltConstructors in net.neoforged.neoforge.event.entity with parameters of type LightningBoltModifierConstructorDescriptionEntityStruckByLightningEvent
(Entity entity, LightningBolt lightning)