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

    Constructors
    Constructor
    Description
    SimpleInventoriesBukkit(org.bukkit.plugin.Plugin plugin)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected 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
     
    openInventory0(org.screamingsandals.lib.player.PlayerWrapper playerWrapper, org.screamingsandals.simpleinventories.inventory.SubInventory subInventory)
     
    protected Object
     
    protected void
    registerPlatformSpecificPlaceholders0(Map<String,org.screamingsandals.simpleinventories.placeholders.IPlaceholderParser> placeholders)
     
    protected void
    runJar0(File file)
     

    Methods inherited from class org.screamingsandals.simpleinventories.SimpleInventoriesCore

    builder, getAllInventoryRenderersForInventorySet, getAllInventoryRenderersForSubInventory, getInventoryRenderer, getLogger, getRootPath, openInventory, readConfigurationSerializable, registerPlatformSpecificPlaceholders, runJar

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 class org.screamingsandals.simpleinventories.SimpleInventoriesCore
    • getInventoryRenderer0

      protected org.screamingsandals.simpleinventories.render.InventoryRenderer getInventoryRenderer0(org.screamingsandals.lib.player.PlayerWrapper playerWrapper)
      Specified by:
      getInventoryRenderer0 in class org.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 class org.screamingsandals.simpleinventories.SimpleInventoriesCore
    • getAllInventoryRenderersForInventorySet0

      protected List<org.screamingsandals.simpleinventories.render.InventoryRenderer> getAllInventoryRenderersForInventorySet0(org.screamingsandals.simpleinventories.inventory.InventorySet inventorySet)
      Specified by:
      getAllInventoryRenderersForInventorySet0 in class org.screamingsandals.simpleinventories.SimpleInventoriesCore
    • readConfigurationSerializable0

      protected Object readConfigurationSerializable0(Map<String,Object> configuration)
      Specified by:
      readConfigurationSerializable0 in class org.screamingsandals.simpleinventories.SimpleInventoriesCore
    • registerPlatformSpecificPlaceholders0

      protected void registerPlatformSpecificPlaceholders0(Map<String,org.screamingsandals.simpleinventories.placeholders.IPlaceholderParser> placeholders)
      Specified by:
      registerPlatformSpecificPlaceholders0 in class org.screamingsandals.simpleinventories.SimpleInventoriesCore
    • runJar0

      protected void runJar0(File file) throws Exception
      Specified by:
      runJar0 in class org.screamingsandals.simpleinventories.SimpleInventoriesCore
      Throws:
      Exception
    • getRootPath0

      protected Path getRootPath0()
      Specified by:
      getRootPath0 in class org.screamingsandals.simpleinventories.SimpleInventoriesCore