DREAMFIRE
Docs
← Back to site
Loading...
Searching...
No Matches
InventoryProvider.java
Go to the documentation of this file.
1
package
com.dreamfirestudios.dreamcore.DreamSmartInvs.content;
2
3
import
org.bukkit.entity.Player;
4
import
org.bukkit.inventory.Inventory;
5
6
import
java.util.concurrent.CompletableFuture;
7
8
public
interface
InventoryProvider
{
9
10
CompletableFuture<Void>
init
(Player player,
InventoryContents
contents);
11
12
default
void
update
(Player player,
InventoryContents
contents) {
13
14
}
15
16
default
void
closeinventory
(Player player,
InventoryContents
contents, Inventory inventory) {
17
18
}
19
20
}
com.dreamfirestudios.dreamcore.DreamSmartInvs.content.InventoryContents
Definition
InventoryContents.java:15
com.dreamfirestudios.dreamcore.DreamSmartInvs.content.InventoryProvider
Definition
InventoryProvider.java:8
com.dreamfirestudios.dreamcore.DreamSmartInvs.content.InventoryProvider.update
default void update(Player player, InventoryContents contents)
Definition
InventoryProvider.java:12
com.dreamfirestudios.dreamcore.DreamSmartInvs.content.InventoryProvider.init
CompletableFuture< Void > init(Player player, InventoryContents contents)
com.dreamfirestudios.dreamcore.DreamSmartInvs.content.InventoryProvider.closeinventory
default void closeinventory(Player player, InventoryContents contents, Inventory inventory)
Definition
InventoryProvider.java:16
src
main
java
com
dreamfirestudios
dreamcore
DreamSmartInvs
content
InventoryProvider.java
© Dreamfire Studios — Generated by Doxygen 1.9.8