Uses of Class
net.minecraft.entity.LightningEntity
Packages that use LightningEntity
Package
Description
- 
Uses of LightningEntity in net.minecraft.advancement.criterionMethods in net.minecraft.advancement.criterion with parameters of type LightningEntityModifier and TypeMethodDescriptionvoidLightningStrikeCriterion.trigger(ServerPlayerEntity player, LightningEntity lightning, List<Entity> bystanders) 
- 
Uses of LightningEntity in net.minecraft.client.render.entityMethods in net.minecraft.client.render.entity with parameters of type LightningEntityModifier and TypeMethodDescriptionLightningEntityRenderer.getTexture(LightningEntity lightningEntity) voidLightningEntityRenderer.render(LightningEntity lightningEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2) 
- 
Uses of LightningEntity in net.minecraft.entityFields in net.minecraft.entity with type parameters of type LightningEntityModifier and TypeFieldDescriptionstatic final EntityType<LightningEntity>EntityType.LIGHTNING_BOLTMethods in net.minecraft.entity with parameters of type LightningEntityModifier and TypeMethodDescriptionvoidEntity.onStruckByLightning(ServerWorld world, LightningEntity lightning) Called when the entity is struck by lightning.Constructor parameters in net.minecraft.entity with type arguments of type LightningEntityModifierConstructorDescriptionLightningEntity(EntityType<? extends LightningEntity> type, World world) 
- 
Uses of LightningEntity in net.minecraft.entity.decorationMethods in net.minecraft.entity.decoration with parameters of type LightningEntityModifier and TypeMethodDescriptionvoidAbstractDecorationEntity.onStruckByLightning(ServerWorld world, LightningEntity lightning) Called when the entity is struck by lightning.voidArmorStandEntity.onStruckByLightning(ServerWorld world, LightningEntity lightning) Called when the entity is struck by lightning.
- 
Uses of LightningEntity in net.minecraft.entity.mobMethods in net.minecraft.entity.mob with parameters of type LightningEntityModifier and TypeMethodDescriptionvoidCreeperEntity.onStruckByLightning(ServerWorld world, LightningEntity lightning) Called when the entity is struck by lightning.
- 
Uses of LightningEntity in net.minecraft.entity.passiveMethods in net.minecraft.entity.passive with parameters of type LightningEntityModifier and TypeMethodDescriptionvoidMooshroomEntity.onStruckByLightning(ServerWorld world, LightningEntity lightning) Called when the entity is struck by lightning.voidPigEntity.onStruckByLightning(ServerWorld world, LightningEntity lightning) Called when the entity is struck by lightning.voidTurtleEntity.onStruckByLightning(ServerWorld world, LightningEntity lightning) Called when the entity is struck by lightning.voidVillagerEntity.onStruckByLightning(ServerWorld world, LightningEntity lightning) Called when the entity is struck by lightning.