removed unnecessary Drawbox getter accidentally generated by IDE

This commit is contained in:
2024-11-12 15:38:19 +07:00
parent e0186b3eb8
commit 6062a8e0d5

View File

@ -53,10 +53,6 @@ public class Entity {
return thisHitbox;
};
public Drawbox getThisDrawbox() {
return thisDrawbox;
}
/** @return BufferedImage object or null if an image is not set */
public BufferedImage getImage() {
return sprite;