Interface SolidEntity

  • All Superinterfaces:
    Entity

    public interface SolidEntity
    extends Entity
    A solid entity, through which a movable entity cannot move.
    Author:
    Tim Neumann
    • Method Detail

      • isCurrentlySolid

        default boolean isCurrentlySolid()
        Get whether this entity is really solid at the moment.

        This can be used to make entities, that are not solid all the time.

        Returns:
        true if and only if this entity is currently solid