Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Packages
  • Interfaces
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.entities.ExpCollector(ItemGroup, SlimefunItemStack, RecipeType, ItemStack[])
  • Deprecated Packages
    Package
    Description
    me.mrCookieSlime.Slimefun
  • Deprecated Interfaces
    Interface
    Description
    me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces.InventoryBlock
    This interface is not designed to be used by addons. The entire inventory system will be replaced eventually.
  • Deprecated Methods
    Method
    Description
    io.github.thebusybiscuit.slimefun4.api.gps.Waypoint.getOwner()
    Use Waypoint.getOwnerId() instead
    io.github.thebusybiscuit.slimefun4.api.items.ItemGroup.isHidden(Player)
    io.github.thebusybiscuit.slimefun4.api.player.PlayerBackpack.getOwner()
    Use PlayerBackpack.getOwnerId() instead
    io.github.thebusybiscuit.slimefun4.api.player.PlayerBackpack.save()
    Handled by PlayerProfile.save() now
    io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile.getConfig()
    Look at PlayerProfile.getPlayerData() instead for reading data.
    io.github.thebusybiscuit.slimefun4.api.researches.Research.getID()
    Numeric Ids for Researches are deprecated, use Research.getKey() for identification instead.
    io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricGoldPan.isOutputLimitOverriden()
    since RC-36 Use ElectricGoldPan.isOutputLimitOverridden() instead.
    io.github.thebusybiscuit.slimefun4.implementation.items.tools.GoldPan.getInputMaterial()
    since RC-36 Use GoldPan.getInputMaterials() instead.
    io.github.thebusybiscuit.slimefun4.implementation.items.tools.NetherGoldPan.getInputMaterial()
  • Deprecated Constructors
    Constructor
    Description
    io.github.thebusybiscuit.slimefun4.api.gps.Waypoint(PlayerProfile, String, Location, String)
    Use Waypoint(UUID, String, Location, String) instead
    io.github.thebusybiscuit.slimefun4.api.player.PlayerBackpack(PlayerProfile, int)
    Use PlayerBackpack.load(UUID, int, int, HashMap) instead
    io.github.thebusybiscuit.slimefun4.api.player.PlayerBackpack(PlayerProfile, int, int)
    Use PlayerBackpack.newBackpack(UUID, int, int) instead
    io.github.thebusybiscuit.slimefun4.implementation.items.armor.LongFallBoots(ItemGroup, SlimefunItemStack, RecipeType, ItemStack[], PotionEffect[])
    In RC-35, marked for removal in RC-36
    io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.entities.ExpCollector(ItemGroup, SlimefunItemStack, RecipeType, ItemStack[])

Copyright © 2013–2025. All rights reserved.