Refactor code and implement ender elf

This commit is contained in:
Barazok
2020-10-24 17:16:03 +02:00
parent 8db992a3be
commit 3afa2d1f2a
11 changed files with 268 additions and 44 deletions

View File

@@ -25,8 +25,6 @@ public interface MineClass {
boolean isItemForbidden(Material type);
boolean isItemEnchantable(Material type);
void enchantItem(ItemStack itemStack);
String getCode();