diff --git a/paper-api/src/main/java/org/bukkit/inventory/InventoryView.java b/paper-api/src/main/java/org/bukkit/inventory/InventoryView.java index 6a8a9eb4d5..5b479ff2ab 100644 --- a/paper-api/src/main/java/org/bukkit/inventory/InventoryView.java +++ b/paper-api/src/main/java/org/bukkit/inventory/InventoryView.java @@ -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). - *
- * 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;