public interface Interactable { /** *

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

* @param player The main player which always interacts */ public void interact(); }