Refactor code and give ender pearl to ender elf

This commit is contained in:
Barazok
2020-10-24 17:20:57 +02:00
parent 3afa2d1f2a
commit 924677484f
11 changed files with 59 additions and 30 deletions

View File

@@ -27,5 +27,7 @@ public interface MineClass {
void enchantItem(ItemStack itemStack);
void giveItems(Player player);
String getCode();
}