Interface InvseePlatform
public interface InvseePlatform
-
Method Summary
Modifier and TypeMethodDescriptioncreateOfflineEnderChest
(UUID playerId, String playerName, CreationOptions<EnderChestSlot> options) createOfflineInventory
(UUID playerId, String playerName, CreationOptions<PlayerInventorySlot> options) default CreationOptions
<EnderChestSlot> default CreationOptions
<PlayerInventorySlot> default PlaceholderPalette
getPlaceholderPalette
(String name) openEnderSpectatorInventory
(Player spectator, EnderSpectatorInventory spectatorInventory, CreationOptions<EnderChestSlot> options) openMainSpectatorInventory
(Player spectator, MainSpectatorInventory spectatorInventory, CreationOptions<PlayerInventorySlot> options) saveEnderChest
(EnderSpectatorInventory enderChest) saveInventory
(MainSpectatorInventory inventory) spectateEnderChest
(HumanEntity target, CreationOptions<EnderChestSlot> options) spectateInventory
(HumanEntity target, CreationOptions<PlayerInventorySlot> options)
-
Method Details
-
spectateInventory
MainSpectatorInventory spectateInventory(HumanEntity target, CreationOptions<PlayerInventorySlot> options) -
createOfflineInventory
CompletableFuture<SpectateResponse<MainSpectatorInventory>> createOfflineInventory(UUID playerId, String playerName, CreationOptions<PlayerInventorySlot> options) -
saveInventory
-
openMainSpectatorInventory
OpenResponse<MainSpectatorInventoryView> openMainSpectatorInventory(Player spectator, MainSpectatorInventory spectatorInventory, CreationOptions<PlayerInventorySlot> options) -
spectateEnderChest
EnderSpectatorInventory spectateEnderChest(HumanEntity target, CreationOptions<EnderChestSlot> options) -
createOfflineEnderChest
CompletableFuture<SpectateResponse<EnderSpectatorInventory>> createOfflineEnderChest(UUID playerId, String playerName, CreationOptions<EnderChestSlot> options) -
saveEnderChest
-
openEnderSpectatorInventory
OpenResponse<EnderSpectatorInventoryView> openEnderSpectatorInventory(Player spectator, EnderSpectatorInventory spectatorInventory, CreationOptions<EnderChestSlot> options) -
getPlaceholderPalette
-
defaultInventoryCreationOptions
-
defaultEnderChestCreationOptions
-
materials
-