geforkt von Mirrors/Paper
Ursprung
64aa0d9c60
Commit
1973ad7228
@ -5,7 +5,7 @@ import org.jetbrains.annotations.NotNull;
|
||||
/**
|
||||
* Represents an item that can be repaired at an anvil.
|
||||
*/
|
||||
public interface Repairable {
|
||||
public interface Repairable extends ItemMeta {
|
||||
|
||||
/**
|
||||
* Checks to see if this has a repair penalty
|
||||
@ -30,5 +30,6 @@ public interface Repairable {
|
||||
|
||||
@SuppressWarnings("javadoc")
|
||||
@NotNull
|
||||
@Override
|
||||
Repairable clone();
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren