Uses of Class
net.minecraft.world.entity.LightningBolt
Packages that use LightningBolt
Package
Description
-
Uses of LightningBolt in net.minecraft.advancements.criterion
Methods in net.minecraft.advancements.criterion with parameters of type LightningBoltModifier and TypeMethodDescriptionvoidLightningStrikeTrigger.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 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 pLevel, LightningBolt pLightning) 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.cow
Methods in net.minecraft.world.entity.animal.cow with parameters of type LightningBoltModifier and TypeMethodDescriptionvoidMushroomCow.thunderHit(ServerLevel pLevel, LightningBolt pLightning) -
Uses of LightningBolt in net.minecraft.world.entity.animal.golem
Methods in net.minecraft.world.entity.animal.golem with parameters of type LightningBoltModifier and TypeMethodDescriptionvoidCopperGolem.thunderHit(ServerLevel p_482056_, LightningBolt p_480186_) -
Uses of LightningBolt in net.minecraft.world.entity.animal.pig
Methods in net.minecraft.world.entity.animal.pig with parameters of type LightningBoltModifier and TypeMethodDescriptionvoidPig.thunderHit(ServerLevel pLevel, LightningBolt pLightning) -
Uses of LightningBolt in net.minecraft.world.entity.animal.turtle
Methods in net.minecraft.world.entity.animal.turtle with parameters of type LightningBoltModifier and TypeMethodDescriptionvoidTurtle.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 TypeMethodDescriptionvoidArmorStand.thunderHit(ServerLevel pLevel, LightningBolt pLightning) 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 pLevel, LightningBolt pLightning) -
Uses of LightningBolt in net.minecraft.world.entity.npc.villager
Methods in net.minecraft.world.entity.npc.villager with parameters of type LightningBoltModifier and TypeMethodDescriptionvoidVillager.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 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)