org.bukkit.inventory.InventoryHolder Maven / Gradle / Ivy
package org.bukkit.inventory;
public interface InventoryHolder {
/**
* Get the object's inventory.
*
* @return The inventory.
*/
Inventory getInventory();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy