mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-03 05:32:18 -07:00
Remove note from InventoryView JavaDoc
By: Miles Holder <mwholder2005@gmail.com>
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user