Uses of Class
net.minecraft.entity.LightningEntity
| Package | Description |
|---|---|
| net.minecraft.client.render.entity | |
| net.minecraft.entity | |
| net.minecraft.entity.decoration | |
| net.minecraft.entity.mob | |
| net.minecraft.entity.passive |
-
Uses of LightningEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type LightningEntity Modifier and Type Method Description IdentifierLightningEntityRenderer. 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 LightningEntity Modifier and Type Field Description static EntityType<LightningEntity>EntityType. LIGHTNING_BOLTMethods in net.minecraft.entity with parameters of type LightningEntity Modifier and Type Method Description voidEntity. onStruckByLightning(ServerWorld world, LightningEntity lightning)Constructor parameters in net.minecraft.entity with type arguments of type LightningEntity Constructor Description LightningEntity(EntityType<? extends LightningEntity> type, World world) -
Uses of LightningEntity in net.minecraft.entity.decoration
Methods in net.minecraft.entity.decoration with parameters of type LightningEntity Modifier and Type Method Description voidAbstractDecorationEntity. 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 LightningEntity Modifier and Type Method Description voidCreeperEntity. onStruckByLightning(ServerWorld world, LightningEntity lightning) -
Uses of LightningEntity in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive with parameters of type LightningEntity Modifier and Type Method Description voidMooshroomEntity. onStruckByLightning(ServerWorld world, LightningEntity lightning)voidPigEntity. onStruckByLightning(ServerWorld world, LightningEntity lightning)voidTurtleEntity. onStruckByLightning(ServerWorld world, LightningEntity lightning)voidVillagerEntity. onStruckByLightning(ServerWorld world, LightningEntity lightning)