play sound and change presence of tile if interacted with
This commit is contained in:
@@ -16,6 +16,13 @@ public class InteractiveTile extends Entity {
|
||||
public void update() {
|
||||
}
|
||||
|
||||
|
||||
public void playSE() {}
|
||||
|
||||
public InteractiveTile getDestroyedForm() {
|
||||
return null;
|
||||
}
|
||||
|
||||
public boolean meetItemReq(Entity entity) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user