mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 02:02:04 -07:00
@@ -5,7 +5,7 @@ import org.jetbrains.annotations.NotNull;
|
|||||||
/**
|
/**
|
||||||
* Represents an item that can be repaired at an anvil.
|
* 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
|
* Checks to see if this has a repair penalty
|
||||||
@@ -30,5 +30,6 @@ public interface Repairable {
|
|||||||
|
|
||||||
@SuppressWarnings("javadoc")
|
@SuppressWarnings("javadoc")
|
||||||
@NotNull
|
@NotNull
|
||||||
|
@Override
|
||||||
Repairable clone();
|
Repairable clone();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user