All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bukkit.inventory.InventoryHolder Maven / Gradle / Ivy

The newest version!
package org.bukkit.inventory;

public interface InventoryHolder {

  /**
   * Get the object's inventory.
   *
   * @return The inventory.
   */
  Inventory getInventory();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy