Improve forbidden items management

This commit is contained in:
Barazok
2020-10-25 01:17:59 +02:00
parent c572b97fc7
commit 6d3f811283
6 changed files with 33 additions and 26 deletions

View File

@@ -30,4 +30,6 @@ public interface MineClass {
void giveItems(Player player);
String getCode();
void dropForbiddenItems(Player player);
}