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 p_153392_, LightningBolt p_153393_, List<Entity> p_153394_) -
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 p_115264_) void
LightningBoltRenderer.render
(LightningBolt p_115266_, float p_115267_, float p_115268_, PoseStack p_115269_, MultiBufferSource p_115270_, int p_115271_) -
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 p_19927_, LightningBolt p_19928_) 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 TypeMethodDescriptionvoid
MushroomCow.thunderHit
(ServerLevel p_28921_, LightningBolt p_28922_) void
Pig.thunderHit
(ServerLevel p_29473_, LightningBolt p_29474_) void
Turtle.thunderHit
(ServerLevel p_30140_, LightningBolt p_30141_) -
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 p_31576_, LightningBolt p_31577_) void
HangingEntity.thunderHit
(ServerLevel p_31712_, LightningBolt p_31713_) -
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 p_32286_, LightningBolt p_32287_) -
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 p_35409_, LightningBolt p_35410_) -
Uses of LightningBolt in net.minecraftforge.event
Methods in net.minecraftforge.event with parameters of type LightningBoltModifier and TypeMethodDescriptionstatic boolean
ForgeEventFactory.onEntityStruckByLightning
(Entity entity, LightningBolt bolt) -
Uses of LightningBolt in net.minecraftforge.event.entity
Fields in net.minecraftforge.event.entity declared as LightningBoltModifier and TypeFieldDescriptionprivate final LightningBolt
EntityStruckByLightningEvent.lightning
Methods in net.minecraftforge.event.entity that return LightningBoltConstructors in net.minecraftforge.event.entity with parameters of type LightningBoltModifierConstructorDescriptionEntityStruckByLightningEvent
(Entity entity, LightningBolt lightning)