1package com.runehive.game.world;
3import com.runehive.game.world.position.Position;
Represents a single tile on the game world.
int getHeight()
Gets the height coordinate, or height.
int getY()
Gets the absolute y coordinate.
int getX()
Gets the absolute x coordinate.
An object implementing Interactable has uses.
static Interactable create(Position position)
Creates a new instance of an Interactable.
static Interactable create(Position position, int width, int length)
Creates a new instance of an Interactable.