Interface AstralLightningEntity

All Known Implementing Classes:
LightningEntityMixin

public interface AstralLightningEntity
Extends the LightningEntity class.
Since:
1.4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns whether this entity should preserve ground items.
    void
    astral$setPreservesItems(boolean preserve)
    Sets whether this entity should preserve ground items.
  • Method Details

    • astral$preservesItems

      boolean astral$preservesItems()
      Returns whether this entity should preserve ground items.
      Returns:
      Whether this entity should preserve ground items.
      Since:
      1.4.0
    • astral$setPreservesItems

      void astral$setPreservesItems(boolean preserve)
      Sets whether this entity should preserve ground items.
      Parameters:
      preserve - Whether to preserve ground items.
      Since:
      1.4.0