Interface Interactable

All Known Implementing Classes:
Dialog, Enemy, Talkable

public interface Interactable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This is the implementation of interact we use to interact with all entities
  • Method Details

    • interact

      void interact()

      This is the implementation of interact we use to interact with all entities

      Parameters:
      player - The main player which always interacts