Interface Interactable
public interface Interactable
-
Method Summary
Modifier and TypeMethodDescriptionvoidinteract()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
-