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 ResourceLocation
LightningBoltRenderer. getTextureLocation(LightningBoltEntity p_110775_1_)
void
LightningBoltRenderer. 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_BOLT
Methods in net.minecraft.entity with parameters of type LightningBoltEntity Modifier and Type Method Description void
Entity. 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 void
ArmorStandEntity. thunderHit(ServerWorld p_241841_1_, LightningBoltEntity p_241841_2_)
void
HangingEntity. 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 void
VillagerEntity. 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 void
CreeperEntity. 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 void
MooshroomEntity. thunderHit(ServerWorld p_241841_1_, LightningBoltEntity p_241841_2_)
void
PigEntity. thunderHit(ServerWorld p_241841_1_, LightningBoltEntity p_241841_2_)
void
TurtleEntity. 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 boolean
ForgeEventFactory. 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 LightningBoltEntity
EntityStruckByLightningEvent. lightning
Methods in net.minecraftforge.event.entity that return LightningBoltEntity Modifier and Type Method Description LightningBoltEntity
EntityStruckByLightningEvent. getLightning()
Constructors in net.minecraftforge.event.entity with parameters of type LightningBoltEntity Constructor Description EntityStruckByLightningEvent(Entity entity, LightningBoltEntity lightning)
-