mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-11 01:51:37 +01:00
Remove note from InventoryView JavaDoc
By: Miles Holder <mwholder2005@gmail.com>
This commit is contained in:
parent
edbeab47e3
commit
0584f1033a
@ -8,10 +8,6 @@ import org.jetbrains.annotations.Nullable;
|
|||||||
/**
|
/**
|
||||||
* Represents a view linking two inventories and a single player (whose
|
* Represents a view linking two inventories and a single player (whose
|
||||||
* inventory may or may not be one of the two).
|
* 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 interface InventoryView {
|
||||||
public static final int OUTSIDE = -999;
|
public static final int OUTSIDE = -999;
|
||||||
|
Loading…
Reference in New Issue
Block a user