mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
Remove note from InventoryView JavaDoc
This commit is contained in:
parent
aaf497316e
commit
71714f0c11
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
|
* 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…
Add table
Reference in a new issue