Fixed unused and override warnings.
This commit is contained in:
parent
bc8cdbfeff
commit
baacc67a64
2 changed files with 12 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
package techreborn.client.gui.slot.elements;
|
||||
|
||||
public class ButtonElement extends ElementBase {
|
||||
@SuppressWarnings("unused")
|
||||
private Sprite.Button buttonSprite;
|
||||
|
||||
public ButtonElement(int x, int y, Sprite.Button buttonSprite) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue