Uses of Class
net.minecraft.entity.LightningEntity
Packages that use LightningEntity
Package
Description
The base package for all Minecraft classes.
-
Uses of LightningEntity in net.minecraft
Methods in net.minecraft with parameters of type LightningEntityModifier and TypeMethodDescriptionvoidclass_6405.method_37240(ServerPlayerEntity serverPlayerEntity, LightningEntity lightningEntity, List<Entity> list) -
Uses of LightningEntity in net.minecraft.client.render.entity
Methods 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.entity
Fields in net.minecraft.entity with type parameters of type LightningEntityMethods in net.minecraft.entity with parameters of type LightningEntityModifier and TypeMethodDescriptionvoidEntity.onStruckByLightning(ServerWorld world, LightningEntity 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.decoration
Methods in net.minecraft.entity.decoration with parameters of type LightningEntityModifier and TypeMethodDescriptionvoidAbstractDecorationEntity.onStruckByLightning(ServerWorld world, LightningEntity lightning)voidArmorStandEntity.onStruckByLightning(ServerWorld world, LightningEntity lightning) -
Uses of LightningEntity in net.minecraft.entity.mob
Methods in net.minecraft.entity.mob with parameters of type LightningEntityModifier and TypeMethodDescriptionvoidCreeperEntity.onStruckByLightning(ServerWorld world, LightningEntity lightning) -
Uses of LightningEntity in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive with parameters of type LightningEntityModifier and TypeMethodDescriptionvoidMooshroomEntity.onStruckByLightning(ServerWorld world, LightningEntity lightning)voidPigEntity.onStruckByLightning(ServerWorld world, LightningEntity lightning)voidTurtleEntity.onStruckByLightning(ServerWorld world, LightningEntity lightning)voidVillagerEntity.onStruckByLightning(ServerWorld world, LightningEntity lightning)