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 Identifier
LightningEntityRenderer. getTexture(LightningEntity lightningEntity)
void
LightningEntityRenderer. 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_BOLT
Methods in net.minecraft.entity with parameters of type LightningEntity Modifier and Type Method Description void
Entity. 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 void
AbstractDecorationEntity. onStruckByLightning(ServerWorld world, LightningEntity lightning)
void
ArmorStandEntity. 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 void
CreeperEntity. 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 void
MooshroomEntity. onStruckByLightning(ServerWorld world, LightningEntity lightning)
void
PigEntity. onStruckByLightning(ServerWorld world, LightningEntity lightning)
void
TurtleEntity. onStruckByLightning(ServerWorld world, LightningEntity lightning)
void
VillagerEntity. onStruckByLightning(ServerWorld world, LightningEntity lightning)