Rename and clean up MapleMapObjectType

This commit is contained in:
P0nk
2021-09-09 22:31:05 +02:00
parent a979577e5d
commit fa8222d9a0
35 changed files with 132 additions and 119 deletions

View File

@@ -28,7 +28,7 @@ import java.awt.*;
public interface MapObject {
int getObjectId();
void setObjectId(int id);
MapleMapObjectType getType();
MapObjectType getType();
Point getPosition();
void setPosition(Point position);
void sendSpawnData(Client client);