mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-16 06:30:46 +01:00
Remove note from InventoryView JavaDoc
By: Miles Holder <mwholder2005@gmail.com>
This commit is contained in:
parent
edbeab47e3
commit
0584f1033a
1 changed files with 0 additions and 4 deletions
|
@ -8,10 +8,6 @@ import org.jetbrains.annotations.Nullable;
|
|||
/**
|
||||
* Represents a view linking two inventories and a single player (whose
|
||||
* inventory may or may not be one of the two).
|
||||
* <p>
|
||||
* Note: If you implement this interface but fail to satisfy the expected
|
||||
* contracts of certain methods, there's no guarantee that the game will work
|
||||
* as it should.
|
||||
*/
|
||||
public interface InventoryView {
|
||||
public static final int OUTSIDE = -999;
|
||||
|
|
Loading…
Reference in a new issue