Uses of Interface
org.cloudburstmc.api.entity.misc.LightningBolt
Packages that use LightningBolt
Package
Description
-
Uses of LightningBolt in org.cloudburstmc.api.entity
Fields in org.cloudburstmc.api.entity with type parameters of type LightningBoltMethods in org.cloudburstmc.api.entity with parameters of type LightningBolt -
Uses of LightningBolt in org.cloudburstmc.api.event.entity
Methods in org.cloudburstmc.api.event.entity that return LightningBoltModifier and TypeMethodDescriptionCreeperPowerEvent.getLightningBolt()Gets the lightning bolt which is striking the Creeper.Constructors in org.cloudburstmc.api.event.entity with parameters of type LightningBoltModifierConstructorDescriptionCreeperPowerEvent(Creeper creeper, LightningBolt lightningBolt, CreeperPowerEvent.PowerCause cause) -
Uses of LightningBolt in org.cloudburstmc.api.event.level
Methods in org.cloudburstmc.api.event.level that return LightningBoltModifier and TypeMethodDescriptionLightningStrikeEvent.getLightningBolt()Gets the bolt which is striking the earth.Constructors in org.cloudburstmc.api.event.level with parameters of type LightningBolt