Armored Elytra

This commit is contained in:
Aleksey 2021-04-29 18:11:42 +03:00
parent d5a93cb730
commit bbf7169ccc
18 changed files with 472 additions and 39 deletions

View file

@ -0,0 +1,5 @@
package ru.betterend.interfaces;
public interface BreakableItem {
void registerBrokenItem();
}