Class SimpleInventoriesBukkit
java.lang.Object
org.screamingsandals.simpleinventories.SimpleInventoriesCore
org.screamingsandals.simpleinventories.bukkit.SimpleInventoriesBukkit
public class SimpleInventoriesBukkit
extends org.screamingsandals.simpleinventories.SimpleInventoriesCore
-
Field Summary
Fields inherited from class org.screamingsandals.simpleinventories.SimpleInventoriesCore
core, logger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected List<org.screamingsandals.simpleinventories.render.InventoryRenderer>
getAllInventoryRenderersForInventorySet0
(org.screamingsandals.simpleinventories.inventory.InventorySet inventorySet) protected List<org.screamingsandals.simpleinventories.render.InventoryRenderer>
getAllInventoryRenderersForSubInventory0
(org.screamingsandals.simpleinventories.inventory.SubInventory subInventory) protected org.screamingsandals.simpleinventories.render.InventoryRenderer
getInventoryRenderer0
(org.bukkit.entity.Player player) protected org.screamingsandals.simpleinventories.render.InventoryRenderer
getInventoryRenderer0
(org.screamingsandals.lib.player.PlayerWrapper playerWrapper) static org.bukkit.plugin.Plugin
protected Path
void
onEnable()
protected BukkitInventoryRenderer
openInventory0
(org.screamingsandals.lib.player.PlayerWrapper playerWrapper, org.screamingsandals.simpleinventories.inventory.SubInventory subInventory) protected Object
readConfigurationSerializable0
(Map<String, Object> configuration) protected void
registerPlatformSpecificPlaceholders0
(Map<String, org.screamingsandals.simpleinventories.placeholders.IPlaceholderParser> placeholders) protected void
Methods inherited from class org.screamingsandals.simpleinventories.SimpleInventoriesCore
builder, getAllInventoryRenderersForInventorySet, getAllInventoryRenderersForSubInventory, getInventoryRenderer, getLogger, getRootPath, openInventory, readConfigurationSerializable, registerPlatformSpecificPlaceholders, runJar
-
Constructor Details
-
SimpleInventoriesBukkit
public SimpleInventoriesBukkit(org.bukkit.plugin.Plugin plugin)
-
-
Method Details
-
onEnable
public void onEnable() -
getPlugin
public static org.bukkit.plugin.Plugin getPlugin() -
openInventory0
protected BukkitInventoryRenderer openInventory0(org.screamingsandals.lib.player.PlayerWrapper playerWrapper, org.screamingsandals.simpleinventories.inventory.SubInventory subInventory) - Specified by:
openInventory0
in classorg.screamingsandals.simpleinventories.SimpleInventoriesCore
-
getInventoryRenderer0
protected org.screamingsandals.simpleinventories.render.InventoryRenderer getInventoryRenderer0(org.screamingsandals.lib.player.PlayerWrapper playerWrapper) - Specified by:
getInventoryRenderer0
in classorg.screamingsandals.simpleinventories.SimpleInventoriesCore
-
getInventoryRenderer0
protected org.screamingsandals.simpleinventories.render.InventoryRenderer getInventoryRenderer0(org.bukkit.entity.Player player) -
getAllInventoryRenderersForSubInventory0
protected List<org.screamingsandals.simpleinventories.render.InventoryRenderer> getAllInventoryRenderersForSubInventory0(org.screamingsandals.simpleinventories.inventory.SubInventory subInventory) - Specified by:
getAllInventoryRenderersForSubInventory0
in classorg.screamingsandals.simpleinventories.SimpleInventoriesCore
-
getAllInventoryRenderersForInventorySet0
protected List<org.screamingsandals.simpleinventories.render.InventoryRenderer> getAllInventoryRenderersForInventorySet0(org.screamingsandals.simpleinventories.inventory.InventorySet inventorySet) - Specified by:
getAllInventoryRenderersForInventorySet0
in classorg.screamingsandals.simpleinventories.SimpleInventoriesCore
-
readConfigurationSerializable0
- Specified by:
readConfigurationSerializable0
in classorg.screamingsandals.simpleinventories.SimpleInventoriesCore
-
registerPlatformSpecificPlaceholders0
protected void registerPlatformSpecificPlaceholders0(Map<String, org.screamingsandals.simpleinventories.placeholders.IPlaceholderParser> placeholders) - Specified by:
registerPlatformSpecificPlaceholders0
in classorg.screamingsandals.simpleinventories.SimpleInventoriesCore
-
runJar0
- Specified by:
runJar0
in classorg.screamingsandals.simpleinventories.SimpleInventoriesCore
- Throws:
Exception
-
getRootPath0
- Specified by:
getRootPath0
in classorg.screamingsandals.simpleinventories.SimpleInventoriesCore
-