diff --git a/docs/allclasses-frame.html b/docs/allclasses-frame.html index 7b3865fc6..a36e59e3f 100644 --- a/docs/allclasses-frame.html +++ b/docs/allclasses-frame.html @@ -2,10 +2,10 @@ - + All Classes (Slimefun4 - Javadocs) - + @@ -27,6 +27,7 @@
  • AGenerator
  • AltarRecipe
  • AncientAltar
  • +
  • AncientAltarCraftEvent
  • AncientAltarListener
  • AncientAltarTask
  • AncientPedestal
  • diff --git a/docs/allclasses-noframe.html b/docs/allclasses-noframe.html index 5dbe23bc4..401f2a050 100644 --- a/docs/allclasses-noframe.html +++ b/docs/allclasses-noframe.html @@ -2,10 +2,10 @@ - + All Classes (Slimefun4 - Javadocs) - + @@ -27,6 +27,7 @@
  • AGenerator
  • AltarRecipe
  • AncientAltar
  • +
  • AncientAltarCraftEvent
  • AncientAltarListener
  • AncientAltarTask
  • AncientPedestal
  • diff --git a/docs/constant-values.html b/docs/constant-values.html index 169724837..5b7f678c4 100644 --- a/docs/constant-values.html +++ b/docs/constant-values.html @@ -2,10 +2,10 @@ - + Constant Field Values (Slimefun4 - Javadocs) - + diff --git a/docs/deprecated-list.html b/docs/deprecated-list.html index 2ad417e74..8e141b7e0 100644 --- a/docs/deprecated-list.html +++ b/docs/deprecated-list.html @@ -2,10 +2,10 @@ - + Deprecated List (Slimefun4 - Javadocs) - + diff --git a/docs/help-doc.html b/docs/help-doc.html index 2fc97e8c8..8ded3afe7 100644 --- a/docs/help-doc.html +++ b/docs/help-doc.html @@ -2,10 +2,10 @@ - + API Help (Slimefun4 - Javadocs) - + diff --git a/docs/index-all.html b/docs/index-all.html index a6234e8e4..e9814b654 100644 --- a/docs/index-all.html +++ b/docs/index-all.html @@ -2,10 +2,10 @@ - + Index (Slimefun4 - Javadocs) - + @@ -263,6 +263,12 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    AncientAltar(Category, SlimefunItemStack, RecipeType, ItemStack[]) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.altar.AncientAltar
     
    +
    AncientAltarCraftEvent - Class in io.github.thebusybiscuit.slimefun4.api.events
    +
    +
    This Event is fired before an item is dropped by an AncientAltar.
    +
    +
    AncientAltarCraftEvent(ItemStack, Block, Player) - Constructor for class io.github.thebusybiscuit.slimefun4.api.events.AncientAltarCraftEvent
    +
     
    AncientAltarListener - Class in io.github.thebusybiscuit.slimefun4.implementation.listeners
    This Listener is responsible for providing the core mechanics of the AncientAltar @@ -275,7 +281,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    The AncientAltarTask is responsible for the animation that happens when a ritual involving the AncientAltar is started.
    -
    AncientAltarTask(Block, ItemStack, List<Block>, List<ItemStack>) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.tasks.AncientAltarTask
    +
    AncientAltarTask(Block, ItemStack, List<Block>, List<ItemStack>, Player) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.tasks.AncientAltarTask
     
    AncientPedestal - Class in io.github.thebusybiscuit.slimefun4.implementation.items.altar
     
    @@ -1682,6 +1688,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    getAllSlimefunItems() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
     
    +
    getAltarBlock() - Method in class io.github.thebusybiscuit.slimefun4.api.events.AncientAltarCraftEvent
    +
    +
    This method returns the main altar's block Block
    +
    getAltars() - Method in class io.github.thebusybiscuit.slimefun4.implementation.listeners.AncientAltarListener
     
    getAltarsInUse() - Method in class io.github.thebusybiscuit.slimefun4.implementation.listeners.AncientAltarListener
    @@ -2130,6 +2140,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    getHand() - Method in class io.github.thebusybiscuit.slimefun4.api.events.PlayerRightClickEvent
     
    +
    getHandlerList() - Static method in class io.github.thebusybiscuit.slimefun4.api.events.AncientAltarCraftEvent
    +
     
    getHandlerList() - Static method in class io.github.thebusybiscuit.slimefun4.api.events.AndroidMineEvent
     
    getHandlerList() - Static method in class io.github.thebusybiscuit.slimefun4.api.events.AutoDisenchantEvent
    @@ -2144,6 +2156,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    getHandlerList() - Static method in class io.github.thebusybiscuit.slimefun4.api.events.ResearchUnlockEvent
     
    +
    getHandlers() - Method in class io.github.thebusybiscuit.slimefun4.api.events.AncientAltarCraftEvent
    +
     
    getHandlers() - Method in class io.github.thebusybiscuit.slimefun4.api.events.AndroidMineEvent
     
    getHandlers() - Method in class io.github.thebusybiscuit.slimefun4.api.events.AutoDisenchantEvent
    @@ -2349,6 +2363,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    getIssues() - Method in class io.github.thebusybiscuit.slimefun4.core.services.github.GitHubService
     
    +
    getItem() - Method in class io.github.thebusybiscuit.slimefun4.api.events.AncientAltarCraftEvent
    +
    +
    This method returns the ItemStack that would be dropped by the AncientAltar
    +
    getItem() - Method in class io.github.thebusybiscuit.slimefun4.api.events.AutoDisenchantEvent
    This returns the ItemStack that is being disenchanted.
    @@ -2792,7 +2810,9 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    This method gives you a localized name for this Research.
    getNetworkComplexity(UUID) - Method in class io.github.thebusybiscuit.slimefun4.api.gps.GPSNetwork
    -
     
    +
    +
    This method calculates the GPS complexity for the given UUID.
    +
    getNetworkFromLocation(Location) - Static method in class io.github.thebusybiscuit.slimefun4.core.networks.cargo.CargoNet
     
    getNetworkFromLocation(Location) - Static method in class io.github.thebusybiscuit.slimefun4.core.networks.energy.EnergyNet
    @@ -3964,6 +3984,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    isAutoLoadingEnabled() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
     
    +
    isCancelled() - Method in class io.github.thebusybiscuit.slimefun4.api.events.AncientAltarCraftEvent
    +
     
    isCancelled() - Method in class io.github.thebusybiscuit.slimefun4.api.events.AndroidMineEvent
     
    isCancelled() - Method in class io.github.thebusybiscuit.slimefun4.api.events.AutoDisenchantEvent
    @@ -5897,6 +5919,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    setBlockInfo(Location, Config, boolean) - Static method in class me.mrCookieSlime.Slimefun.api.BlockStorage
     
    +
    setCancelled(boolean) - Method in class io.github.thebusybiscuit.slimefun4.api.events.AncientAltarCraftEvent
    +
     
    setCancelled(boolean) - Method in class io.github.thebusybiscuit.slimefun4.api.events.AndroidMineEvent
     
    setCancelled(boolean) - Method in class io.github.thebusybiscuit.slimefun4.api.events.AutoDisenchantEvent
    @@ -5931,6 +5955,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    setID(int) - Method in class io.github.thebusybiscuit.slimefun4.implementation.tasks.JetpackTask
     
    +
    setItem(ItemStack) - Method in class io.github.thebusybiscuit.slimefun4.api.events.AncientAltarCraftEvent
    +
    +
    This method will change the item that would be dropped by the AncientAltar
    +
    setItemData(ItemStack, String) - Method in class io.github.thebusybiscuit.slimefun4.core.services.CustomItemDataService
     
    setItemData(ItemMeta, String) - Method in class io.github.thebusybiscuit.slimefun4.core.services.CustomItemDataService
    @@ -6735,7 +6763,9 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    This will create a new UpdaterService for the given SlimefunPlugin.
    updateTransmitter(Location, UUID, boolean) - Method in class io.github.thebusybiscuit.slimefun4.api.gps.GPSNetwork
    -
     
    +
    +
    This method updates the status of a GPSTransmitter.
    +
    upgrade() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.magical.Talisman
     
    URANIUM - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
    diff --git a/docs/index.html b/docs/index.html index a601111c4..a281deb29 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,7 +2,7 @@ - + Slimefun4 - Javadocs diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/ErrorReport.html b/docs/io/github/thebusybiscuit/slimefun4/api/ErrorReport.html index 7b9e12ab9..056b43525 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/ErrorReport.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/ErrorReport.html @@ -2,10 +2,10 @@ - + ErrorReport (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/MinecraftVersion.html b/docs/io/github/thebusybiscuit/slimefun4/api/MinecraftVersion.html index 40fcc406f..c12a45b5c 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/MinecraftVersion.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/MinecraftVersion.html @@ -2,10 +2,10 @@ - + MinecraftVersion (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/SlimefunAddon.html b/docs/io/github/thebusybiscuit/slimefun4/api/SlimefunAddon.html index 4068bed45..3e180955a 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/SlimefunAddon.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/SlimefunAddon.html @@ -2,10 +2,10 @@ - + SlimefunAddon (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/SlimefunBranch.html b/docs/io/github/thebusybiscuit/slimefun4/api/SlimefunBranch.html index 04d3fce4d..1c3278b89 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/SlimefunBranch.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/SlimefunBranch.html @@ -2,10 +2,10 @@ - + SlimefunBranch (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/class-use/ErrorReport.html b/docs/io/github/thebusybiscuit/slimefun4/api/class-use/ErrorReport.html index aa8e3c856..51cbb51d8 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/class-use/ErrorReport.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/class-use/ErrorReport.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.api.ErrorReport (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/class-use/MinecraftVersion.html b/docs/io/github/thebusybiscuit/slimefun4/api/class-use/MinecraftVersion.html index aea09651a..45718082e 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/class-use/MinecraftVersion.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/class-use/MinecraftVersion.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.api.MinecraftVersion (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/class-use/SlimefunAddon.html b/docs/io/github/thebusybiscuit/slimefun4/api/class-use/SlimefunAddon.html index 3ae5a49c9..d5b151441 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/class-use/SlimefunAddon.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/class-use/SlimefunAddon.html @@ -2,10 +2,10 @@ - + Uses of Interface io.github.thebusybiscuit.slimefun4.api.SlimefunAddon (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/class-use/SlimefunBranch.html b/docs/io/github/thebusybiscuit/slimefun4/api/class-use/SlimefunBranch.html index 8c826618d..e743df0fa 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/class-use/SlimefunBranch.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/class-use/SlimefunBranch.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.api.SlimefunBranch (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/events/AncientAltarCraftEvent.html b/docs/io/github/thebusybiscuit/slimefun4/api/events/AncientAltarCraftEvent.html new file mode 100644 index 000000000..6e0dc7cd3 --- /dev/null +++ b/docs/io/github/thebusybiscuit/slimefun4/api/events/AncientAltarCraftEvent.html @@ -0,0 +1,522 @@ + + + + + +AncientAltarCraftEvent (Slimefun4 - Javadocs) + + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Class AncientAltarCraftEvent

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          AncientAltarCraftEvent

          +
          public AncientAltarCraftEvent​(ItemStack output,
          +                              Block block,
          +                              Player player)
          +
          +
          Parameters:
          +
          block - The altar Block
          +
          output - The ItemStack that would be dropped by the ritual
          +
          player - The Player that started the ritual.
          +
          +
        • +
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getHandlerList

          +
          public static HandlerList getHandlerList​()
          +
        • +
        + + + + + + + +
          +
        • +

          getAltarBlock

          +
          public Block getAltarBlock​()
          +
          This method returns the main altar's block Block
          +
          +
          Returns:
          +
          the main altar's block Block
          +
          +
        • +
        + + + + + + + +
          +
        • +

          setItem

          +
          public void setItem​(ItemStack output)
          +
          This method will change the item that would be dropped by the AncientAltar
          +
          +
          Parameters:
          +
          output - being the ItemStack you want to change the item to.
          +
          +
        • +
        + + + +
          +
        • +

          isCancelled

          +
          public boolean isCancelled​()
          +
          +
          Specified by:
          +
          isCancelled in interface Cancellable
          +
          +
        • +
        + + + +
          +
        • +

          setCancelled

          +
          public void setCancelled​(boolean cancel)
          +
          +
          Specified by:
          +
          setCancelled in interface Cancellable
          +
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/events/AndroidMineEvent.html b/docs/io/github/thebusybiscuit/slimefun4/api/events/AndroidMineEvent.html index 0939bc1f2..e02c7eb45 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/events/AndroidMineEvent.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/events/AndroidMineEvent.html @@ -2,10 +2,10 @@ - + AndroidMineEvent (Slimefun4 - Javadocs) - + @@ -61,7 +61,7 @@ var pathtoroot = "../../../../../../";loadScripts(document, 'script');