Added setters for Position and Size variables to GuiElement interface and implemented them
This commit is contained in:
@@ -206,4 +206,16 @@ public class GuiScrollbar extends Gui implements GuiElement {
|
||||
public int height() {
|
||||
return SLIDER_HEIGHT;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void xPos(int x) {}
|
||||
|
||||
@Override
|
||||
public void yPos(int y) {}
|
||||
|
||||
@Override
|
||||
public void width(int width) {}
|
||||
|
||||
@Override
|
||||
public void height(int height) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user