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

io.papermc.lib.features.inventoryholdersnapshot.InventoryHolderSnapshot Maven / Gradle / Ivy

package io.papermc.lib.features.inventoryholdersnapshot;

import org.bukkit.inventory.Inventory;

public interface InventoryHolderSnapshot {
    InventoryHolderSnapshotResult getHolder(Inventory inventory, boolean useSnapshot);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy