Uses of Class
net.minecraft.entity.effect.LightningBoltEntity
Packages that use LightningBoltEntity
Package
Description
-
Uses of LightningBoltEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type LightningBoltEntityModifier and TypeMethodDescriptionLightningBoltRenderer.getTextureLocation(LightningBoltEntity p_110775_1_) voidLightningBoltRenderer.render(LightningBoltEntity p_225623_1_, float p_225623_2_, float p_225623_3_, MatrixStack p_225623_4_, IRenderTypeBuffer p_225623_5_, int p_225623_6_) -
Uses of LightningBoltEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type LightningBoltEntityModifier and TypeFieldDescriptionstatic final EntityType<LightningBoltEntity>EntityType.LIGHTNING_BOLTMethods in net.minecraft.entity with parameters of type LightningBoltEntityModifier and TypeMethodDescriptionvoidEntity.thunderHit(ServerWorld p_241841_1_, LightningBoltEntity p_241841_2_) -
Uses of LightningBoltEntity in net.minecraft.entity.effect
Constructor parameters in net.minecraft.entity.effect with type arguments of type LightningBoltEntityModifierConstructorDescriptionLightningBoltEntity(EntityType<? extends LightningBoltEntity> p_i231491_1_, World p_i231491_2_) -
Uses of LightningBoltEntity in net.minecraft.entity.item
Methods in net.minecraft.entity.item with parameters of type LightningBoltEntityModifier and TypeMethodDescriptionvoidArmorStandEntity.thunderHit(ServerWorld p_241841_1_, LightningBoltEntity p_241841_2_) voidHangingEntity.thunderHit(ServerWorld p_241841_1_, LightningBoltEntity p_241841_2_) -
Uses of LightningBoltEntity in net.minecraft.entity.merchant.villager
Methods in net.minecraft.entity.merchant.villager with parameters of type LightningBoltEntityModifier and TypeMethodDescriptionvoidVillagerEntity.thunderHit(ServerWorld p_241841_1_, LightningBoltEntity p_241841_2_) -
Uses of LightningBoltEntity in net.minecraft.entity.monster
Methods in net.minecraft.entity.monster with parameters of type LightningBoltEntityModifier and TypeMethodDescriptionvoidCreeperEntity.thunderHit(ServerWorld p_241841_1_, LightningBoltEntity p_241841_2_) -
Uses of LightningBoltEntity in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive with parameters of type LightningBoltEntityModifier and TypeMethodDescriptionvoidMooshroomEntity.thunderHit(ServerWorld p_241841_1_, LightningBoltEntity p_241841_2_) voidPigEntity.thunderHit(ServerWorld p_241841_1_, LightningBoltEntity p_241841_2_) voidTurtleEntity.thunderHit(ServerWorld p_241841_1_, LightningBoltEntity p_241841_2_) -
Uses of LightningBoltEntity in net.minecraftforge.event
Methods in net.minecraftforge.event with parameters of type LightningBoltEntityModifier and TypeMethodDescriptionstatic booleanForgeEventFactory.onEntityStruckByLightning(Entity entity, LightningBoltEntity bolt) -
Uses of LightningBoltEntity in net.minecraftforge.event.entity
Fields in net.minecraftforge.event.entity declared as LightningBoltEntityModifier and TypeFieldDescriptionprivate final LightningBoltEntityEntityStruckByLightningEvent.lightningMethods in net.minecraftforge.event.entity that return LightningBoltEntityConstructors in net.minecraftforge.event.entity with parameters of type LightningBoltEntityModifierConstructorDescriptionEntityStruckByLightningEvent(Entity entity, LightningBoltEntity lightning)