public class Interactable
extends java.lang.Object
Constructor and Description |
---|
Interactable(int x,
int y,
InteractableId id) |
Modifier and Type | Method and Description |
---|---|
InteractableId |
getId() |
int |
getX() |
int |
getY() |
public Interactable(int x, int y, InteractableId id)
public int getX()
public int getY()
public InteractableId getId()