Class LightningBoltEntity

All Implemented Interfaces:
ICommandSource, INameable, ICapabilityProvider, ICapabilitySerializable<CompoundNBT>, IForgeEntity, INBTSerializable<CompoundNBT>

public class LightningBoltEntity extends Entity
  • Field Details

    • life

      private int life
    • seed

      public long seed
    • flashes

      private int flashes
    • visualOnly

      private boolean visualOnly
    • cause

      @Nullable private ServerPlayerEntity cause
    • damage

      private float damage
  • Constructor Details

  • Method Details