Uses of Class
net.minecraft.entity.effect.LightningBoltEntity
-
-
Uses of LightningBoltEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type LightningBoltEntity Modifier and Type Method Description ResourceLocationLightningBoltRenderer. 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 LightningBoltEntity Modifier and Type Field Description static EntityType<LightningBoltEntity>EntityType. LIGHTNING_BOLTMethods in net.minecraft.entity with parameters of type LightningBoltEntity Modifier and Type Method Description voidEntity. 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 LightningBoltEntity Constructor Description LightningBoltEntity(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 LightningBoltEntity Modifier and Type Method Description voidArmorStandEntity. 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 LightningBoltEntity Modifier and Type Method Description voidVillagerEntity. 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 LightningBoltEntity Modifier and Type Method Description voidCreeperEntity. 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 LightningBoltEntity Modifier and Type Method Description voidMooshroomEntity. 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 LightningBoltEntity Modifier and Type Method Description static booleanForgeEventFactory. onEntityStruckByLightning(Entity entity, LightningBoltEntity bolt) -
Uses of LightningBoltEntity in net.minecraftforge.event.entity
Fields in net.minecraftforge.event.entity declared as LightningBoltEntity Modifier and Type Field Description private LightningBoltEntityEntityStruckByLightningEvent. lightningMethods in net.minecraftforge.event.entity that return LightningBoltEntity Modifier and Type Method Description LightningBoltEntityEntityStruckByLightningEvent. getLightning()Constructors in net.minecraftforge.event.entity with parameters of type LightningBoltEntity Constructor Description EntityStruckByLightningEvent(Entity entity, LightningBoltEntity lightning)
-