#1036: Add API for InventoryView derivatives

By: Miles Holder <mwholder2005@gmail.com>
This commit is contained in:
Bukkit/Spigot
2024-07-27 10:01:25 +10:00
parent fa9505e579
commit 2c04f1b473
17 changed files with 478 additions and 6 deletions

View File

@@ -64,7 +64,9 @@ public interface HumanEntity extends LivingEntity, AnimalTamer, InventoryHolder
* @param prop The property.
* @param value The value to set the property to.
* @return True if the property was successfully set.
* @deprecated use {@link InventoryView} and its children.
*/
@Deprecated(forRemoval = true, since = "1.21")
public boolean setWindowProperty(@NotNull InventoryView.Property prop, int value);
/**