anvil open method should not be public

This commit is contained in:
jascotty2 2019-09-17 11:36:07 -05:00
parent db3c808311
commit b8cef22d2e

View File

@ -42,7 +42,7 @@ public class AnvilGui extends Gui {
return (AnvilGui) setAction(2, type, action); return (AnvilGui) setAction(2, type, action);
} }
public void open() { protected void open() {
anvil.open(); anvil.open();
} }