removed unnecessary Drawbox getter accidentally generated by IDE
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user