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 player, LightningBolt lightning, List<Entity> entitiesAround) -
Uses of LightningBolt in net.minecraft.client.renderer.entity
Subclasses with type arguments of type LightningBolt in net.minecraft.client.renderer.entityMethods in net.minecraft.client.renderer.entity with parameters of type LightningBoltModifier and TypeMethodDescriptionprotected booleanLightningBoltRenderer.affectedByCulling(LightningBolt entity) voidLightningBoltRenderer.extractRenderState(LightningBolt entity, LightningBoltRenderState state, float partialTicks) -
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 lightningBolt) Constructor parameters in net.minecraft.world.entity with type arguments of type LightningBoltModifierConstructorDescriptionLightningBolt(EntityType<? extends LightningBolt> type, Level level) -
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 level, LightningBolt lightningBolt) -
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 level, LightningBolt lightningBolt) -
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 level, LightningBolt lightningBolt) -
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 level, LightningBolt lightningBolt) -
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 lightningBolt) voidBlockAttachedEntity.thunderHit(ServerLevel level, LightningBolt lightningBolt) -
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 lightningBolt) -
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 level, LightningBolt lightningBolt) -
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)