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 TypeMethodDescriptionvoidLightningStrikeTrigger.trigger(ServerPlayer player, LightningBolt lightning, List<Entity> nearbyEntities) -
Uses of LightningBolt in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type LightningBoltModifier and TypeMethodDescriptionprotected booleanLightningBoltRenderer.affectedByCulling(LightningBolt p_364219_) voidLightningBoltRenderer.extractRenderState(LightningBolt p_365212_, LightningBoltRenderState p_362459_, float p_364965_) -
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_BOLTMethods in net.minecraft.world.entity with parameters of type LightningBoltModifier and TypeMethodDescriptionvoidEntity.thunderHit(ServerLevel level, LightningBolt lightning) Constructor parameters in net.minecraft.world.entity with type arguments of type LightningBoltModifierConstructorDescriptionLightningBolt(EntityType<? extends LightningBolt> p_20865_, Level p_20866_) -
Uses of LightningBolt in net.minecraft.world.entity.animal
Methods in net.minecraft.world.entity.animal with parameters of type LightningBoltModifier and TypeMethodDescriptionvoidMushroomCow.thunderHit(ServerLevel level, LightningBolt lightning) voidPig.thunderHit(ServerLevel level, LightningBolt lightning) voidTurtle.thunderHit(ServerLevel level, LightningBolt lightning) -
Uses of LightningBolt in net.minecraft.world.entity.animal.coppergolem
Methods in net.minecraft.world.entity.animal.coppergolem with parameters of type LightningBoltModifier and TypeMethodDescriptionvoidCopperGolem.thunderHit(ServerLevel p_451156_, LightningBolt p_451148_) -
Uses of LightningBolt in net.minecraft.world.entity.decoration
Methods in net.minecraft.world.entity.decoration with parameters of type LightningBoltModifier and TypeMethodDescriptionvoidArmorStand.thunderHit(ServerLevel level, LightningBolt lightning) voidBlockAttachedEntity.thunderHit(ServerLevel p_345825_, LightningBolt p_346288_) -
Uses of LightningBolt in net.minecraft.world.entity.monster
Methods in net.minecraft.world.entity.monster with parameters of type LightningBoltModifier and TypeMethodDescriptionvoidCreeper.thunderHit(ServerLevel level, LightningBolt lightning) -
Uses of LightningBolt in net.minecraft.world.entity.npc
Methods in net.minecraft.world.entity.npc with parameters of type LightningBoltModifier and TypeMethodDescriptionvoidVillager.thunderHit(ServerLevel level, LightningBolt lightning) -
Uses of LightningBolt in net.neoforged.neoforge.event
Methods in net.neoforged.neoforge.event with parameters of type LightningBoltModifier and TypeMethodDescriptionstatic booleanEventHooks.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 LightningBoltEntityStruckByLightningEvent.lightningMethods in net.neoforged.neoforge.event.entity that return LightningBoltConstructors in net.neoforged.neoforge.event.entity with parameters of type LightningBoltModifierConstructorDescriptionEntityStruckByLightningEvent(Entity entity, LightningBolt lightning)