Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 

G

GearListener - Class in io.github.thebusybiscuit.slimefun4.implementation.listeners
 
GearListener(SlimefunPlugin) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.listeners.GearListener
 
generateEnergy(Location, SlimefunItem, Config) - Method in class me.mrCookieSlime.Slimefun.Objects.handlers.GeneratorTicker
 
GeneratorTicker - Class in me.mrCookieSlime.Slimefun.Objects.handlers
 
GeneratorTicker() - Constructor for class me.mrCookieSlime.Slimefun.Objects.handlers.GeneratorTicker
 
GEO_MINER - Static variable in class me.mrCookieSlime.Slimefun.Lists.RecipeType
 
GEO_MINER - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GEOMiner - Class in io.github.thebusybiscuit.slimefun4.implementation.items.geo
 
GEOMiner(Category, SlimefunItemStack, RecipeType, ItemStack[]) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.geo.GEOMiner
 
GEOResource - Interface in io.github.thebusybiscuit.slimefun4.api.geo
A GEOResource is a virtual resource that can be thought of as world-gen.
GEOResourcesSetup - Class in io.github.thebusybiscuit.slimefun4.implementation.resources
This static setup class is used to register all default instances of GEOResource that Slimefun includes out of the box.
GEOScanner - Class in io.github.thebusybiscuit.slimefun4.implementation.items.geo
 
GEOScanner(Category, SlimefunItemStack, RecipeType, ItemStack[]) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.geo.GEOScanner
 
get(OfflinePlayer) - Static method in class me.mrCookieSlime.Slimefun.api.PlayerProfile
This is now deprecated, use PlayerProfile.get(OfflinePlayer, Consumer) instead
get(OfflinePlayer, Consumer<PlayerProfile>) - Static method in class me.mrCookieSlime.Slimefun.api.PlayerProfile
Get the PlayerProfile for a player asynchronously.
getActiveChunks() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
 
getActiveTickers() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
 
getAddon() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
This method returns the SlimefunAddon that registered this SlimefunItem.
getAffectedItems() - Method in class me.mrCookieSlime.Slimefun.Objects.Research
Lists every SlimefunItem that is bound to this Research.
getAllSlimefunItems() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
 
getAltarsInUse() - Method in class io.github.thebusybiscuit.slimefun4.implementation.listeners.AncientAltarListener
 
getAncientAltarListener() - Static method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
 
getAndroid() - Method in class io.github.thebusybiscuit.slimefun4.api.events.AndroidMineEvent
This method returns the block of the android who wants to mine a block.
getAndroid() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.androids.AndroidInstance
 
getAndroidType() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.androids.AdvancedFarmerAndroid
 
getAndroidType() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.androids.ButcherAndroid
 
getAndroidType() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.androids.FarmerAndroid
 
getAndroidType() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.androids.FisherAndroid
 
getAndroidType() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.androids.MinerAndroid
 
getAndroidType() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.androids.ProgrammableAndroid
 
getAndroidType() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.androids.WoodcutterAndroid
 
getArmor() - Method in class me.mrCookieSlime.Slimefun.api.PlayerProfile
 
getArmorStand(Location, boolean) - Static method in class io.github.thebusybiscuit.slimefun4.utils.holograms.ReactorHologram
 
getAutomatedCraftingChamberRecipes() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
Deprecated.
getBackButton(Player, String...) - Static method in class io.github.thebusybiscuit.slimefun4.utils.ChestMenuUtils
 
getBackground() - Static method in class io.github.thebusybiscuit.slimefun4.utils.ChestMenuUtils
 
getBackpack(int) - Method in class me.mrCookieSlime.Slimefun.api.PlayerProfile
 
getBackpack(ItemStack) - Static method in class me.mrCookieSlime.Slimefun.api.PlayerProfile
 
getBackpackListener() - Static method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
 
getBase64Texture() - Method in class me.mrCookieSlime.Slimefun.api.SlimefunItemStack
 
getBlock() - Method in class io.github.thebusybiscuit.slimefun4.api.events.AndroidMineEvent
This method returns the mined block
getBlock(Block) - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunWorld
This method will reliably get the instance of SlimefunBlock associated with the given Block.
getBlock() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.androids.AndroidInstance
 
getBlock() - Method in class me.mrCookieSlime.Slimefun.api.inventory.BlockMenu
 
getBlockData(TileState) - Method in class io.github.thebusybiscuit.slimefun4.core.services.BlockDataService
 
getBlockDataService() - Static method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
 
getBlockHandlers() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
 
getBlockInfoAsJson(Block) - Static method in class me.mrCookieSlime.Slimefun.api.BlockStorage
 
getBlockInfoAsJson(Location) - Static method in class me.mrCookieSlime.Slimefun.api.BlockStorage
 
getBlockTicker() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
 
getBoolean(String) - Method in class me.mrCookieSlime.Slimefun.api.BlockInfoConfig
 
getBowListener() - Static method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
 
getBows() - Method in class io.github.thebusybiscuit.slimefun4.implementation.listeners.SlimefunBowListener
 
getBranch() - Method in class io.github.thebusybiscuit.slimefun4.core.services.UpdaterService
This method returns the branch the current build of Slimefun is running on.
getBugTrackerURL() - Method in interface io.github.thebusybiscuit.slimefun4.api.SlimefunAddon
This method returns a link to the Bug Tracker of this SlimefunAddon
getBugTrackerURL() - Method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
 
getBuild() - Method in class io.github.thebusybiscuit.slimefun4.core.MultiBlock
 
getByID(int) - Static method in class me.mrCookieSlime.Slimefun.Objects.Research
Attempts to get a Research with the given ID.
getByID(String) - Static method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
 
getByItem(ItemStack) - Static method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
 
getCapacity() - Method in interface io.github.thebusybiscuit.slimefun4.core.attributes.EnergyNetComponent
This method returns the max amount of electricity this Block can hold.
getCapacity() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.Capacitor
 
getCapacity() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators.SolarGenerator
 
getCapacity() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AnimalGrowthAccelerator
 
getCapacity() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutoBreeder
 
getCapacity() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutoDisenchanter
 
getCapacity() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutoDrier
 
getCapacity() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutoEnchanter
 
getCapacity() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ChargingBench
 
getCapacity() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.CropGrowthAccelerator
 
getCapacity() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricIngotPulverizer
 
getCapacity() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.FluidPump
 
getCapacity() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.Freezer
 
getCapacity() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.TreeGrowthAccelerator
 
getCapacity() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.WitherAssembler
 
getCapacity() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.XPCollector
 
getCatalyst() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.altar.AltarRecipe
 
getCategories() - Method in class io.github.thebusybiscuit.slimefun4.core.services.localization.Language
 
getCategory() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
This returns the Category of our SlimefunItem, every SlimefunItem is associated with exactly one Category.
getCategoryName(Player, NamespacedKey) - Method in class io.github.thebusybiscuit.slimefun4.core.services.localization.SlimefunLocalization
 
getCfg() - Static method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
 
getChance() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.magical.Talisman
 
getChanges() - Method in class me.mrCookieSlime.Slimefun.api.BlockStorage
 
getCharge(Block) - Static method in class me.mrCookieSlime.Slimefun.api.energy.ChargableBlock
 
getCharge(Location) - Static method in class me.mrCookieSlime.Slimefun.api.energy.ChargableBlock
 
getChargeableBlocks() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
 
getChunkInfo(World, int, int) - Static method in class me.mrCookieSlime.Slimefun.api.BlockStorage
 
getChunkInfo(World, int, int, String) - Static method in class me.mrCookieSlime.Slimefun.api.BlockStorage
 
getChunks() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
 
getClickedBlock() - Method in class io.github.thebusybiscuit.slimefun4.api.events.MultiBlockInteractEvent
 
getClickedBlock() - Method in class io.github.thebusybiscuit.slimefun4.api.events.PlayerRightClickEvent
 
getClickedFace() - Method in class io.github.thebusybiscuit.slimefun4.api.events.PlayerRightClickEvent
 
getCommand() - Static method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
 
getCommandUsage() - Method in class io.github.thebusybiscuit.slimefun4.core.commands.SlimefunCommand
Returns a heatmap of how often certain commands are used.
getComponent(Block) - Static method in class io.github.thebusybiscuit.slimefun4.core.networks.energy.EnergyNet
 
getComponent(String) - Static method in class io.github.thebusybiscuit.slimefun4.core.networks.energy.EnergyNet
 
getComponent(Location) - Static method in class io.github.thebusybiscuit.slimefun4.core.networks.energy.EnergyNet
 
getConfig() - Method in class me.mrCookieSlime.Slimefun.api.PlayerProfile
 
getConfiguration() - Method in class me.mrCookieSlime.Slimefun.api.BlockInfoConfig
 
getConnectors() - Method in class io.github.thebusybiscuit.slimefun4.core.services.github.GitHubService
 
getContributions() - Method in class io.github.thebusybiscuit.slimefun4.core.services.github.Contributor
 
getContributions(String) - Method in class io.github.thebusybiscuit.slimefun4.core.services.github.Contributor
This method gives you the amount of contributions this Contributor has submmited in the name of the given role.
getContributors() - Method in class io.github.thebusybiscuit.slimefun4.core.services.github.GitHubService
 
getCoolant() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors.NetherStarReactor
 
getCoolant() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors.NuclearReactor
 
getCoolant() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.AReactor
This method returns the ItemStack that is required to cool this AReactor.
getCoolantSlots() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.cargo.ReactorAccessPort
 
getCoolantSlots() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.AReactor
 
getCost() - Method in class me.mrCookieSlime.Slimefun.Objects.Research
Gets the cost in XP levels to unlock this Research.
getCurrentlyResearchingPlayers() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
 
getDayEnergy() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators.SolarGenerator
This method returns the amount of energy that this SolarGenerator produces during the day.
getDefaultLanguage() - Method in class io.github.thebusybiscuit.slimefun4.core.services.localization.SlimefunLocalization
This method returns the default Language of this Server
getDefaultLanguage() - Method in class io.github.thebusybiscuit.slimefun4.core.services.LocalizationService
 
getDefaultSupply(World.Environment, Biome) - Method in interface io.github.thebusybiscuit.slimefun4.api.geo.GEOResource
Returns the default supply of this resource in that biome
getDescription(CommandSender) - Method in class io.github.thebusybiscuit.slimefun4.core.commands.SubCommand
This returns a description for this SubCommand.
getDirection() - Method in class me.mrCookieSlime.Slimefun.api.item_transport.ItemRequest
 
getDisplayName() - Method in class io.github.thebusybiscuit.slimefun4.core.services.github.Contributor
 
getDisplayRecipes() - Method in interface io.github.thebusybiscuit.slimefun4.core.attributes.RecipeDisplayItem
This is the list of items to display alongside this SlimefunItem.
getDisplayRecipes() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.androids.ProgrammableAndroid
 
getDisplayRecipes() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.blocks.Composter
 
getDisplayRecipes() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.blocks.Crucible
 
getDisplayRecipes() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutoDrier
 
getDisplayRecipes() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricGoldPan
 
getDisplayRecipes() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricIngotPulverizer
 
getDisplayRecipes() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.Freezer
 
getDisplayRecipes() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.Refinery
 
getDisplayRecipes() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.geo.GEOMiner
 
getDisplayRecipes() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.geo.OilPump
 
getDisplayRecipes() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks.Compressor
 
getDisplayRecipes() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks.GrindStone
 
getDisplayRecipes() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks.Juicer
 
getDisplayRecipes() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks.OreCrusher
 
getDisplayRecipes() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks.OreWasher
 
getDisplayRecipes() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks.PressureChamber
 
getDisplayRecipes() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks.Smeltery
 
getDisplayRecipes() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks.TableSaw
 
getDisplayRecipes() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.GoldPan
 
getDisplayRecipes() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.NetherGoldPan
 
getDisplayRecipes() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.AContainer
 
getDisplayRecipes() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunMachine
 
getDouble(String) - Method in class me.mrCookieSlime.Slimefun.api.BlockInfoConfig
 
getDrops() - Method in interface io.github.thebusybiscuit.slimefun4.api.items.Placeable
 
getDrops(Player) - Method in interface io.github.thebusybiscuit.slimefun4.api.items.Placeable
 
getDrops() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
 
getDrops(Player) - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
 
getEffects() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.magical.Talisman
 
getEmptyClickHandler() - Static method in class io.github.thebusybiscuit.slimefun4.utils.ChestMenuUtils
 
getEnabledCategories() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
 
getEnabledSlimefunItemIds() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
 
getEnabledSlimefunItems() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
 
getEnergyCapacities() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
 
getEnergyCapacitors() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
 
getEnergyComponentType() - Method in interface io.github.thebusybiscuit.slimefun4.core.attributes.EnergyNetComponent
This method returns the Type of EnergyNetComponentType this SlimefunItem represents.
getEnergyComponentType() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.Capacitor
 
getEnergyComponentType() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators.SolarGenerator
 
getEnergyComponentType() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AnimalGrowthAccelerator
 
getEnergyComponentType() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutoBreeder
 
getEnergyComponentType() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutomatedCraftingChamber
 
getEnergyComponentType() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.CropGrowthAccelerator
 
getEnergyComponentType() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.FluidPump
 
getEnergyComponentType() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.TreeGrowthAccelerator
 
getEnergyComponentType() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.WitherAssembler
 
getEnergyComponentType() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.XPCollector
 
getEnergyComponentType() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.gps.GPSTransmitter
 
getEnergyComponentType() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.AContainer
 
getEnergyConsumers() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
 
getEnergyConsumption() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutoDisenchanter
 
getEnergyConsumption() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutoDrier
 
getEnergyConsumption() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutoEnchanter
 
getEnergyConsumption() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutomatedCraftingChamber
 
getEnergyConsumption() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ChargingBench
 
getEnergyConsumption() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.CropGrowthAccelerator
 
getEnergyConsumption() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricIngotPulverizer
 
getEnergyConsumption() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.TreeGrowthAccelerator
 
getEnergyConsumption() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.gps.GPSTransmitter
 
getEnergyConsumption() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.AContainer
This method returns the amount of energy that is consumed per operation.
getEnergyGenerators() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
 
getEnergyTicker() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
 
getFile() - Method in class io.github.thebusybiscuit.slimefun4.api.ErrorReport
 
getFile() - Method in class me.mrCookieSlime.Slimefun.api.BlockInfoConfig
 
getFloors(Block) - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.gps.ElevatorPlate
 
getForcedStorage(World) - Static method in class me.mrCookieSlime.Slimefun.api.BlockStorage
 
getForks() - Method in class io.github.thebusybiscuit.slimefun4.core.services.github.GitHubService
 
getFuelEfficiency() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.androids.ProgrammableAndroid
 
getFuelEfficiency() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.blocks.EnhancedFurnace
 
getFuelSlots() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.cargo.ReactorAccessPort
 
getFuelSlots() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.AReactor
 
getGEOResources() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
 
getGitHubService() - Static method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
This method returns the GitHubService of Slimefun.
getGPSNetwork() - Static method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
 
getGrapplingHookListener() - Static method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
 
getGuideHandlers() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
Deprecated.
getGuideHandlers(int) - Static method in class me.mrCookieSlime.Slimefun.api.Slimefun
Deprecated.
getGuideHistory() - Method in class me.mrCookieSlime.Slimefun.api.PlayerProfile
 
getGuideLayout(SlimefunGuideLayout) - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
 
getHand() - Method in class io.github.thebusybiscuit.slimefun4.api.events.PlayerRightClickEvent
 
getHandlerList() - Static method in class io.github.thebusybiscuit.slimefun4.api.events.AndroidMineEvent
 
getHandlerList() - Static method in class io.github.thebusybiscuit.slimefun4.api.events.AutoDisenchantEvent
 
getHandlerList() - Static method in class io.github.thebusybiscuit.slimefun4.api.events.MultiBlockInteractEvent
 
getHandlerList() - Static method in class io.github.thebusybiscuit.slimefun4.api.events.PlayerLanguageChangeEvent
 
getHandlerList() - Static method in class io.github.thebusybiscuit.slimefun4.api.events.PlayerRightClickEvent
 
getHandlerList() - Static method in class io.github.thebusybiscuit.slimefun4.api.events.ResearchUnlockEvent
 
getHandlers() - Method in class io.github.thebusybiscuit.slimefun4.api.events.AndroidMineEvent
 
getHandlers() - Method in class io.github.thebusybiscuit.slimefun4.api.events.AutoDisenchantEvent
 
getHandlers() - Method in class io.github.thebusybiscuit.slimefun4.api.events.MultiBlockInteractEvent
 
getHandlers() - Method in class io.github.thebusybiscuit.slimefun4.api.events.PlayerLanguageChangeEvent
 
getHandlers() - Method in class io.github.thebusybiscuit.slimefun4.api.events.PlayerRightClickEvent
 
getHandlers() - Method in class io.github.thebusybiscuit.slimefun4.api.events.ResearchUnlockEvent
 
getHandlers() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
This method returns a Set of item handlers associated with this Item.
getIcon(Map.Entry<String, Location>) - Method in class io.github.thebusybiscuit.slimefun4.api.gps.GPSNetwork
 
getID() - Method in class io.github.thebusybiscuit.slimefun4.api.blocks.SlimefunBlock
 
getID() - Method in class io.github.thebusybiscuit.slimefun4.api.player.PlayerBackpack
 
getID() - Method in class io.github.thebusybiscuit.slimefun4.core.services.localization.Language
 
getID() - Method in class me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset
 
getID() - Method in class me.mrCookieSlime.Slimefun.Objects.Research
Gets the ID of this Research.
getID() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
Returns the identifier of this SlimefunItem.
getIdentifier() - Method in interface me.mrCookieSlime.Slimefun.Objects.handlers.BlockBreakHandler
 
getIdentifier() - Method in interface me.mrCookieSlime.Slimefun.Objects.handlers.BlockDispenseHandler
 
getIdentifier() - Method in interface me.mrCookieSlime.Slimefun.Objects.handlers.BlockPlaceHandler
 
getIdentifier() - Method in class me.mrCookieSlime.Slimefun.Objects.handlers.BlockTicker
 
getIdentifier() - Method in interface me.mrCookieSlime.Slimefun.Objects.handlers.BlockUseHandler
 
getIdentifier() - Method in interface me.mrCookieSlime.Slimefun.Objects.handlers.BowShootHandler
 
getIdentifier() - Method in interface me.mrCookieSlime.Slimefun.Objects.handlers.EntityKillHandler
 
getIdentifier() - Method in class me.mrCookieSlime.Slimefun.Objects.handlers.GeneratorTicker
 
getIdentifier() - Method in interface me.mrCookieSlime.Slimefun.Objects.handlers.ItemConsumptionHandler
 
getIdentifier() - Method in interface me.mrCookieSlime.Slimefun.Objects.handlers.ItemDropHandler
 
getIdentifier() - Method in interface me.mrCookieSlime.Slimefun.Objects.handlers.ItemHandler
This method returns the identifier for this ItemHandler.
getIdentifier() - Method in interface me.mrCookieSlime.Slimefun.Objects.handlers.ItemUseHandler
 
getIdentifier() - Method in interface me.mrCookieSlime.Slimefun.Objects.handlers.MultiBlockInteractionHandler
 
getImmutableMeta() - Method in class me.mrCookieSlime.Slimefun.api.SlimefunItemStack
 
getInput() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.altar.AltarRecipe
 
getInput() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.MachineFuel
 
getInput() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.MachineRecipe
 
getInputSlots() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.androids.ProgrammableAndroid
 
getInputSlots() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.cargo.AdvancedCargoOutputNode
 
getInputSlots() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.cargo.CargoInputNode
 
getInputSlots() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.cargo.ReactorAccessPort
 
getInputSlots() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.cargo.TrashCan
 
getInputSlots() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AnimalGrowthAccelerator
 
getInputSlots() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutoBreeder
 
getInputSlots() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutomatedCraftingChamber
 
getInputSlots() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.CropGrowthAccelerator
 
getInputSlots() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricSmeltery
 
getInputSlots() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.FluidPump
 
getInputSlots() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.HeatedPressureChamber
 
getInputSlots() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.TreeGrowthAccelerator
 
getInputSlots() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.WitherAssembler
 
getInputSlots() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.XPCollector
 
getInputSlots() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.geo.GEOMiner
 
getInputSlots() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.AContainer
 
getInputSlots() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.AGenerator
 
getInputSlots() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.AReactor
 
getInputSlots() - Method in interface me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces.InventoryBlock
This method returns an Array of slots that serve as the input for the Inventory of this block.
getInstalledAddons() - Static method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
This method returns a Set of every Plugin that lists Slimefun as a required or optional dependency.
getInt(String) - Method in class me.mrCookieSlime.Slimefun.api.BlockInfoConfig
 
getInteractEvent() - Method in class io.github.thebusybiscuit.slimefun4.api.events.PlayerRightClickEvent
 
getIntList(String) - Method in class me.mrCookieSlime.Slimefun.api.BlockInfoConfig
 
getInventory() - Method in class io.github.thebusybiscuit.slimefun4.api.player.PlayerBackpack
 
getInventory(Block) - Static method in class me.mrCookieSlime.Slimefun.api.BlockStorage
 
getInventory(Location) - Static method in class me.mrCookieSlime.Slimefun.api.BlockStorage
 
getInventorySlots() - Method in class me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset
 
getInventoryTitle() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators.BioGenerator
 
getInventoryTitle() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators.CoalGenerator
 
getInventoryTitle() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators.CombustionGenerator
 
getInventoryTitle() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators.LavaGenerator
 
getInventoryTitle() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators.MagnesiumGenerator
 
getInventoryTitle() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutoAnvil
 
getInventoryTitle() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutoDisenchanter
 
getInventoryTitle() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutoDrier
 
getInventoryTitle() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutoEnchanter
 
getInventoryTitle() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.CarbonPress
 
getInventoryTitle() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ChargingBench
 
getInventoryTitle() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricDustWasher
 
getInventoryTitle() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricFurnace
 
getInventoryTitle() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricGoldPan
 
getInventoryTitle() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricIngotFactory
 
getInventoryTitle() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricIngotPulverizer
 
getInventoryTitle() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricOreGrinder
 
getInventoryTitle() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricPress
 
getInventoryTitle() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricSmeltery
 
getInventoryTitle() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectrifiedCrucible
 
getInventoryTitle() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.FoodComposter
 
getInventoryTitle() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.FoodFabricator
 
getInventoryTitle() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.Freezer
 
getInventoryTitle() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.HeatedPressureChamber
 
getInventoryTitle() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.Refinery
 
getInventoryTitle() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors.NetherStarReactor
 
getInventoryTitle() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors.NuclearReactor
 
getInventoryTitle() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.geo.GEOMiner
 
getInventoryTitle() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.geo.OilPump
 
getInventoryTitle() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.AContainer
This method returns the title that is used for the Inventory of an AContainer that has been opened by a Player.
getIssues() - Method in class io.github.thebusybiscuit.slimefun4.core.services.github.GitHubService
 
getItem() - Method in class io.github.thebusybiscuit.slimefun4.api.events.AutoDisenchantEvent
 
getItem() - Method in class io.github.thebusybiscuit.slimefun4.api.events.PlayerRightClickEvent
 
getItem() - Method in interface io.github.thebusybiscuit.slimefun4.api.geo.GEOResource
This ItemStack is used for display-purposes in the GEO Scanner.
getItem() - Method in class io.github.thebusybiscuit.slimefun4.api.items.HashedArmorpiece
 
getItem(SlimefunGuideLayout) - Static method in class io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuide
 
getItem() - Method in interface io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideImplementation
Returns the ItemStack representation for this SlimefunGuideImplementation.
getItem() - Method in class io.github.thebusybiscuit.slimefun4.core.services.localization.Language
This method returns the ItemStack that is used to display this Language in the SlimefunGuide.
getItem() - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.BookSlimefunGuide
 
getItem() - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.ChestSlimefunGuide
 
getItem() - Method in class me.mrCookieSlime.Slimefun.api.item_transport.ItemRequest
 
getItem() - Method in class me.mrCookieSlime.Slimefun.api.SlimefunItemStack
Gets the SlimefunItem associated for this SlimefunItemStack.
getItem(Player) - Method in class me.mrCookieSlime.Slimefun.Lists.RecipeType
 
getItem(Player) - Method in class me.mrCookieSlime.Slimefun.Objects.Category
This method returns a localized display item of this Category for the specified Player.
getItem() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
This returns the ItemStack of this SlimefunItem.
getItem(String) - Static method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
 
getItemCfg() - Static method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
 
getItemConfig() - Static method in class me.mrCookieSlime.Slimefun.api.Slimefun
Returns the Config instance of Items.yml file.
getItemData(ItemStack) - Method in class io.github.thebusybiscuit.slimefun4.core.services.CustomItemDataService
 
getItemData(ItemMeta) - Method in class io.github.thebusybiscuit.slimefun4.core.services.CustomItemDataService
 
getItemDataService() - Static method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.blocks.BlockPlacer
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.blocks.Composter
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.blocks.Crucible
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.blocks.EnhancedFurnace
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.blocks.HologramProjector
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.blocks.InfusedHopper
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.blocks.RainbowBlock
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.blocks.RepairedSpawner
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.cargo.CargoConnector
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.EasterEgg
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets.Multimeter
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators.SolarGenerator
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.FluidPump
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.WitherAssembler
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.food.DietCookie
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.food.FortuneCookie
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.food.MagicSugar
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.food.MeatJerky
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.food.MonsterJerky
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.geo.GEOScanner
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.geo.PortableGEOScanner
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.gps.ElevatorPlate
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.gps.GPSControlPanel
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.gps.GPSMarkerTool
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.gps.GPSTransmitter
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.magical.EnderBackpack
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.magical.InfernalBonemeal
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.magical.KnowledgeFlask
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.magical.KnowledgeTome
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.magical.MagicEyeOfEnder
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.magical.SoulboundRune
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.magical.StormStaff
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.magical.TelepositionScroll
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.magical.WaterStaff
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.magical.WindStaff
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.medical.Bandage
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.medical.Medicine
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.medical.Rag
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.medical.Splint
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.medical.Vitamins
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.ExplosivePickaxe
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.ExplosiveShovel
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.GoldPan
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.GrapplingHook
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.HerculesPickaxe
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.LumberAxe
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.NetherGoldPan
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.PickaxeOfContainment
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.PickaxeOfTheSeeker
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.PickaxeOfVeinMining
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.PortableCrafter
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.PortableDustbin
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.SlimefunBackpack
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.SmeltersPickaxe
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.weapons.SeismicAxe
 
getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.weapons.SwordOfBeheading
 
getItemHandler() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SimpleSlimefunItem
This returns the ItemHandler that will be added to this SlimefunItem.
getItemID() - Method in class me.mrCookieSlime.Slimefun.api.SlimefunItemStack
 
getItemName() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
This method will return this Item's Name (The name that is displayed when hovering over this ItemStack in an Inventory).
getItems() - Method in class me.mrCookieSlime.Slimefun.Objects.Category
Returns all instances of SlimefunItem bound to this Category.
getItemTextureService() - Static method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
 
getItemValue(String, String) - Static method in class me.mrCookieSlime.Slimefun.api.Slimefun
Returns the value associated to this key for the SlimefunItem corresponding to this id.
getJavaPlugin() - Method in interface io.github.thebusybiscuit.slimefun4.api.SlimefunAddon
This method returns the instance of JavaPlugin that this SlimefunAddon refers to.
getJavaPlugin() - Method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
 
getKey() - Method in class io.github.thebusybiscuit.slimefun4.api.player.StatusEffect
 
getKey() - Method in class io.github.thebusybiscuit.slimefun4.core.services.LocalizationService
 
getKey() - Method in class me.mrCookieSlime.Slimefun.Lists.RecipeType
 
getKey() - Method in class me.mrCookieSlime.Slimefun.Objects.Category
 
getKey() - Method in class me.mrCookieSlime.Slimefun.Objects.Research
 
getKeys() - Method in class me.mrCookieSlime.Slimefun.api.BlockInfoConfig
 
getKeys(String) - Method in class me.mrCookieSlime.Slimefun.api.BlockInfoConfig
 
getLabelLocalPath() - Method in interface io.github.thebusybiscuit.slimefun4.core.attributes.RecipeDisplayItem
 
getLabelLocalPath() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.androids.ProgrammableAndroid
 
getLabelLocalPath() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.geo.GEOMiner
 
getLabelLocalPath() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.GoldPan
 
getLabelLocalPath() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.NetherGoldPan
 
getLanguage(String) - Method in class io.github.thebusybiscuit.slimefun4.core.services.localization.SlimefunLocalization
This method attempts to return the Language with the given language code.
getLanguage(Player) - Method in class io.github.thebusybiscuit.slimefun4.core.services.localization.SlimefunLocalization
This method returns the currently selected Language of a Player.
getLanguage(String) - Method in class io.github.thebusybiscuit.slimefun4.core.services.LocalizationService
 
getLanguage(Player) - Method in class io.github.thebusybiscuit.slimefun4.core.services.LocalizationService
 
getLanguages() - Method in class io.github.thebusybiscuit.slimefun4.core.services.localization.SlimefunLocalization
This method returns a full Collection of every Language that was found.
getLanguages() - Method in class io.github.thebusybiscuit.slimefun4.core.services.LocalizationService
 
getLastEntry(PlayerProfile, boolean) - Method in interface io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideImplementation
Retrieves the last page in the SlimefunGuide that was visited by a Player.
getLastUpdate() - Method in class io.github.thebusybiscuit.slimefun4.core.services.github.GitHubService
 
getLayout() - Method in interface io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideImplementation
Every SlimefunGuideImplementation can be associated with a SlimefunGuideLayout.
getLayout() - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.BookSlimefunGuide
 
getLayout() - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.CheatSheetSlimefunGuide
 
getLayout() - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.ChestSlimefunGuide
 
getLevel(Player) - Method in class io.github.thebusybiscuit.slimefun4.api.player.StatusEffect
This method returns an OptionalInt describing the level of this status effect on that player.
getLocal() - Static method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
 
getLocation() - Method in class me.mrCookieSlime.Slimefun.api.inventory.BlockMenu
 
getLocationInfo(Location) - Static method in class me.mrCookieSlime.Slimefun.api.BlockStorage
 
getLocationInfo(Location, String) - Static method in class me.mrCookieSlime.Slimefun.api.BlockStorage
 
getLogger() - Method in interface io.github.thebusybiscuit.slimefun4.api.SlimefunAddon
This method returns the Logger of this addon, it defaults to the Logger of the JavaPlugin provided by SlimefunAddon.getJavaPlugin()
getLogger() - Static method in class me.mrCookieSlime.Slimefun.api.Slimefun
 
getLore() - Method in enum io.github.thebusybiscuit.slimefun4.core.attributes.Radioactivity
 
getLore(SlimefunItem) - Method in class io.github.thebusybiscuit.slimefun4.core.services.PermissionsService
 
getMachine() - Method in class me.mrCookieSlime.Slimefun.Lists.RecipeType
 
getMachineIdentifier() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutoAnvil
 
getMachineIdentifier() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutoDisenchanter
 
getMachineIdentifier() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutoDrier
 
getMachineIdentifier() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutoEnchanter
 
getMachineIdentifier() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.CarbonPress
 
getMachineIdentifier() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ChargingBench
 
getMachineIdentifier() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricDustWasher
 
getMachineIdentifier() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricFurnace
 
getMachineIdentifier() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricGoldPan
 
getMachineIdentifier() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricIngotFactory
 
getMachineIdentifier() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricIngotPulverizer
 
getMachineIdentifier() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricOreGrinder
 
getMachineIdentifier() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricPress
 
getMachineIdentifier() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricSmeltery
 
getMachineIdentifier() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectrifiedCrucible
 
getMachineIdentifier() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.FoodComposter
 
getMachineIdentifier() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.FoodFabricator
 
getMachineIdentifier() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.Freezer
 
getMachineIdentifier() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.HeatedPressureChamber
 
getMachineIdentifier() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.Refinery
 
getMachineIdentifier() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.geo.GEOMiner
 
getMachineIdentifier() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.geo.OilPump
 
getMachineIdentifier() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.AContainer
This method returns an internal identifier that is used to identify this AContainer and its recipes.
getMap() - Method in class me.mrCookieSlime.Slimefun.api.BlockInfoConfig
 
getMaxCharge(Block) - Static method in class me.mrCookieSlime.Slimefun.api.energy.ChargableBlock
 
getMaxCharge(Location) - Static method in class me.mrCookieSlime.Slimefun.api.energy.ChargableBlock
 
getMaxDeviation() - Method in interface io.github.thebusybiscuit.slimefun4.api.geo.GEOResource
Returns how much the value may deviate from the default supply (positive only).
getMaxEnergy(ItemStack) - Static method in class me.mrCookieSlime.Slimefun.api.energy.ItemEnergy
 
getMaxSize() - Method in class io.github.thebusybiscuit.slimefun4.api.network.NetworkManager
 
getMenuButton(Player) - Static method in class io.github.thebusybiscuit.slimefun4.utils.ChestMenuUtils
 
getMenuPresets() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
 
getMessage(Player, String) - Method in class io.github.thebusybiscuit.slimefun4.core.services.localization.SlimefunLocalization
 
getMessages() - Method in class io.github.thebusybiscuit.slimefun4.core.services.localization.Language
 
getMessages(Player, String) - Method in class io.github.thebusybiscuit.slimefun4.core.services.localization.SlimefunLocalization
 
getMinecraftName() - Method in class io.github.thebusybiscuit.slimefun4.core.services.github.Contributor
Returns the MC name of the contributor.
getMinecraftRecipes() - Static method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
 
getMinecraftVersion() - Static method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
 
getMobDrops() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
 
getMobDrops(EntityType) - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
 
getModelData(String) - Method in class io.github.thebusybiscuit.slimefun4.core.services.CustomTextureService
 
getModes() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.MultiTool
 
getMonth() - Method in class me.mrCookieSlime.Slimefun.Objects.SeasonalCategory
Gets the month during which the category should be displayed.
getMultiBlock() - Method in class io.github.thebusybiscuit.slimefun4.api.events.MultiBlockInteractEvent
 
getMultiBlock() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunMachine
 
getMultiBlocks() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
 
getMultiplier(int) - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.gps.GPSTransmitter
 
getName() - Method in interface io.github.thebusybiscuit.slimefun4.api.geo.GEOResource
Returns the name of this resource (e.g.
getName(Player) - Method in interface io.github.thebusybiscuit.slimefun4.api.geo.GEOResource
This method returns a localized name for this GEOResource in the Language the given Player selected.
getName() - Method in interface io.github.thebusybiscuit.slimefun4.api.SlimefunAddon
This method returns the name of this addon, it defaults to the name of the JavaPlugin provided by SlimefunAddon.getJavaPlugin()
getName() - Method in enum io.github.thebusybiscuit.slimefun4.api.SlimefunBranch
 
getName() - Method in class io.github.thebusybiscuit.slimefun4.core.commands.SubCommand
 
getName() - Method in class io.github.thebusybiscuit.slimefun4.core.services.github.Contributor
Returns the name of this contributor.
getName(Player) - Method in class io.github.thebusybiscuit.slimefun4.core.services.localization.Language
This method localizes the name of this Language in the selected Language of the given Player.
getName() - Method in enum me.mrCookieSlime.Slimefun.MinecraftVersion
This returns the name of this MinecraftVersion in a readable format.
getName(Player) - Method in class me.mrCookieSlime.Slimefun.Objects.Research
This method gives you a localized name for this Research.
getNetworkComplexity(UUID) - Method in class io.github.thebusybiscuit.slimefun4.api.gps.GPSNetwork
 
getNetworkFromLocation(Location, Class<T>) - Method in class io.github.thebusybiscuit.slimefun4.api.network.NetworkManager
 
getNetworkFromLocation(Location) - Static method in class io.github.thebusybiscuit.slimefun4.core.networks.energy.EnergyNet
 
getNetworkFromLocation(Location) - Static method in class me.mrCookieSlime.Slimefun.api.item_transport.CargoNet
 
getNetworkFromLocationOrCreate(Location) - Static method in class io.github.thebusybiscuit.slimefun4.core.networks.energy.EnergyNet
 
getNetworkFromLocationOrCreate(Location) - Static method in class me.mrCookieSlime.Slimefun.api.item_transport.CargoNet
 
getNetworkList() - Method in class io.github.thebusybiscuit.slimefun4.api.network.NetworkManager
 
getNetworkManager() - Static method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
 
getNetworksFromLocation(Location, Class<T>) - Method in class io.github.thebusybiscuit.slimefun4.api.network.NetworkManager
 
getNewLanguage() - Method in class io.github.thebusybiscuit.slimefun4.api.events.PlayerLanguageChangeEvent
 
getNextButton(Player, int, int) - Static method in class io.github.thebusybiscuit.slimefun4.utils.ChestMenuUtils
 
getNightEnergy() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators.SolarGenerator
This method returns the amount of energy that this SolarGenerator produces during the night.
getOpeningHandler() - Method in class me.mrCookieSlime.Slimefun.api.inventory.DirtyChestMenu.SaveHandler
 
getOutput() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.altar.AltarRecipe
 
getOutput() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.blocks.EnhancedFurnace
 
getOutput() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.MachineFuel
 
getOutput() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.MachineRecipe
 
getOutputSlots() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.androids.ProgrammableAndroid
 
getOutputSlots() - Static method in class io.github.thebusybiscuit.slimefun4.implementation.items.cargo.ReactorAccessPort
 
getOutputSlots() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.cargo.TrashCan
 
getOutputSlots() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AnimalGrowthAccelerator
 
getOutputSlots() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutoBreeder
 
getOutputSlots() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutomatedCraftingChamber
 
getOutputSlots() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.CropGrowthAccelerator
 
getOutputSlots() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricSmeltery
 
getOutputSlots() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.FluidPump
 
getOutputSlots() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.HeatedPressureChamber
 
getOutputSlots() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.TreeGrowthAccelerator
 
getOutputSlots() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.XPCollector
 
getOutputSlots() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.geo.GEOMiner
 
getOutputSlots() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.AContainer
 
getOutputSlots() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.AGenerator
 
getOutputSlots() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.AReactor
 
getOutputSlots() - Method in interface me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces.InventoryBlock
This method returns an Array of slots that serve as the output for the Inventory of this block.
getParents() - Method in class me.mrCookieSlime.Slimefun.Objects.LockedCategory
Gets the list of parent categories for this LockedCategory.
getPermissionsService() - Static method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
 
getPlayer() - Method in class io.github.thebusybiscuit.slimefun4.api.events.MultiBlockInteractEvent
 
getPlayer() - Method in class io.github.thebusybiscuit.slimefun4.api.events.PlayerLanguageChangeEvent
 
getPlayer() - Method in class io.github.thebusybiscuit.slimefun4.api.events.PlayerRightClickEvent
 
getPlayer() - Method in class io.github.thebusybiscuit.slimefun4.api.events.ResearchUnlockEvent
 
getPlayer() - Method in class me.mrCookieSlime.Slimefun.api.PlayerProfile
 
getPlayerProfiles() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
 
getPlugin() - Method in class io.github.thebusybiscuit.slimefun4.core.commands.SlimefunCommand
 
getPluginVersion() - Method in interface io.github.thebusybiscuit.slimefun4.api.SlimefunAddon
This method returns the version of this addon, it defaults to the version of the JavaPlugin provided by SlimefunAddon.getJavaPlugin()
getPotionEffects() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.armor.SlimefunArmorPiece
 
getPreset(String) - Static method in class me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset
 
getPreset() - Method in class me.mrCookieSlime.Slimefun.api.inventory.DirtyChestMenu
 
getPresetSlots() - Method in class me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset
 
getPreviousButton(Player, int, int) - Static method in class io.github.thebusybiscuit.slimefun4.utils.ChestMenuUtils
 
getPreviousLanguage() - Method in class io.github.thebusybiscuit.slimefun4.api.events.PlayerLanguageChangeEvent
 
getProcessing(Block) - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.AContainer
 
getProcessing(Location) - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.AGenerator
 
getProcessing(Location) - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.AReactor
 
getProcessingTime() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.geo.GEOMiner
 
getProfile() - Method in class io.github.thebusybiscuit.slimefun4.core.services.github.Contributor
Returns a link to the GitHub profile of this Contributor.
getProgress(Language) - Method in class io.github.thebusybiscuit.slimefun4.core.services.LocalizationService
 
getProgressBar() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators.BioGenerator
 
getProgressBar() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators.CoalGenerator
 
getProgressBar() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators.CombustionGenerator
 
getProgressBar() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators.LavaGenerator
 
getProgressBar() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators.MagnesiumGenerator
 
getProgressBar() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutoAnvil
 
getProgressBar() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutoDisenchanter
 
getProgressBar() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutoDrier
 
getProgressBar() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutoEnchanter
 
getProgressBar() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.CarbonPress
 
getProgressBar() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ChargingBench
 
getProgressBar() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricDustWasher
 
getProgressBar() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricFurnace
 
getProgressBar() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricGoldPan
 
getProgressBar() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricIngotFactory
 
getProgressBar() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricIngotPulverizer
 
getProgressBar() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricOreGrinder
 
getProgressBar() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricPress
 
getProgressBar() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricSmeltery
 
getProgressBar() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectrifiedCrucible
 
getProgressBar() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.FoodComposter
 
getProgressBar() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.FoodFabricator
 
getProgressBar() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.Freezer
 
getProgressBar() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.HeatedPressureChamber
 
getProgressBar() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.Refinery
 
getProgressBar() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors.NetherStarReactor
 
getProgressBar() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors.NuclearReactor
 
getProgressBar() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.geo.GEOMiner
 
getProgressBar() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.geo.OilPump
 
getProgressBar(int, int) - Static method in class io.github.thebusybiscuit.slimefun4.utils.ChestMenuUtils
 
getProgressBar() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.AContainer
This method returns the ItemStack that this AContainer will use as a progress bar.
getProtectionManager() - Static method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
 
getPublicItemHandlers() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
 
getPublicItemHandlers(Class<? extends ItemHandler>) - Static method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
 
getPullRequests() - Method in class io.github.thebusybiscuit.slimefun4.core.services.github.GitHubService
 
getRadiationLevel() - Method in enum io.github.thebusybiscuit.slimefun4.core.attributes.Radioactivity
This method returns the level for the radiation effect to use in conjunction with this level of Radioactive.
getRadioactiveItems() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
 
getRadioactivity() - Method in interface io.github.thebusybiscuit.slimefun4.core.attributes.Radioactive
This method returns the level of Radioactivity for this Radioactive item.
getRadioactivity() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.RadioactiveItem
 
getRadius() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.CropGrowthAccelerator
 
getRadius() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.TreeGrowthAccelerator
 
getRandomDust() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks.OreWasher
 
getRandomEffect(Random, Color) - Static method in class io.github.thebusybiscuit.slimefun4.utils.FireworkUtils
 
getRange() - Method in class io.github.thebusybiscuit.slimefun4.api.network.Network
This method returns the range of the Network.
getRange() - Method in class io.github.thebusybiscuit.slimefun4.core.networks.energy.EnergyNet
 
getRange() - Method in class me.mrCookieSlime.Slimefun.api.item_transport.CargoNet
 
getRecipe() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
 
getRecipeInputList(SlimefunMachine) - Static method in class me.mrCookieSlime.Slimefun.Lists.RecipeType
 
getRecipeInputs(SlimefunMachine) - Static method in class me.mrCookieSlime.Slimefun.Lists.RecipeType
 
getRecipeOutput(ItemStack, List<ItemStack>) - Method in class io.github.thebusybiscuit.slimefun4.implementation.listeners.AncientAltarListener
 
getRecipeOutput(SlimefunMachine, ItemStack) - Static method in class me.mrCookieSlime.Slimefun.Lists.RecipeType
 
getRecipeOutput() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
 
getRecipeOutputList(SlimefunMachine, ItemStack[]) - Static method in class me.mrCookieSlime.Slimefun.Lists.RecipeType
 
getRecipes() - Method in class io.github.thebusybiscuit.slimefun4.implementation.listeners.AncientAltarListener
 
getRecipes() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunMachine
 
getRecipeSectionLabel(Player) - Method in interface io.github.thebusybiscuit.slimefun4.core.attributes.RecipeDisplayItem
 
getRecipeType() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
 
getRecipeTypeItem(Player, RecipeType) - Method in class io.github.thebusybiscuit.slimefun4.core.services.localization.SlimefunLocalization
 
getRecipeTypes() - Method in class io.github.thebusybiscuit.slimefun4.core.services.localization.Language
 
getRegistry() - Static method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
 
getRepairFactor() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutoAnvil
 
getResearch() - Method in class io.github.thebusybiscuit.slimefun4.api.events.ResearchUnlockEvent
 
getResearch() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
 
getResearchCfg() - Static method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
 
getResearches() - Method in class io.github.thebusybiscuit.slimefun4.core.services.localization.Language
 
getResearches() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
 
getResearches() - Method in class me.mrCookieSlime.Slimefun.api.PlayerProfile
This Method will return all Researches that this Player has unlocked
getResearchIds() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
 
getResearchName(Player, NamespacedKey) - Method in class io.github.thebusybiscuit.slimefun4.core.services.localization.SlimefunLocalization
 
getResearchRanks() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
 
getResourceManager() - Method in class io.github.thebusybiscuit.slimefun4.api.gps.GPSNetwork
 
getResources() - Method in class io.github.thebusybiscuit.slimefun4.core.services.localization.Language
 
getResourceString(Player, String) - Method in class io.github.thebusybiscuit.slimefun4.core.services.localization.SlimefunLocalization
 
getRunnable() - Method in interface me.mrCookieSlime.Slimefun.api.GuideHandler
Deprecated.
 
getRunnable(boolean) - Method in interface me.mrCookieSlime.Slimefun.api.GuideHandler
Deprecated.
 
getSearchButton(Player) - Static method in class io.github.thebusybiscuit.slimefun4.utils.ChestMenuUtils
 
getSize() - Method in class io.github.thebusybiscuit.slimefun4.api.player.PlayerBackpack
 
getSize() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.SlimefunBackpack
 
getSize() - Method in class me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset
 
getSlimefunBlock() - Method in class io.github.thebusybiscuit.slimefun4.api.events.PlayerRightClickEvent
 
getSlimefunItem() - Method in class io.github.thebusybiscuit.slimefun4.api.events.PlayerRightClickEvent
 
getSlimefunItem() - Method in class io.github.thebusybiscuit.slimefun4.core.MultiBlock
 
getSlimefunItemIds() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
 
getSlot() - Method in class me.mrCookieSlime.Slimefun.api.item_transport.ItemRequest
 
getSlotsAccessedByItemTransport(ItemTransportFlow) - Method in class me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset
 
getSlotsAccessedByItemTransport(DirtyChestMenu, ItemTransportFlow, ItemStack) - Method in class me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset
 
getSoulSandSlots() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.WitherAssembler
 
getSpeed() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.blocks.EnhancedFurnace
 
getSpeed() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets.JetBoots
 
getSpeed() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutoAnvil
 
getSpeed() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutoDisenchanter
 
getSpeed() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutoDrier
 
getSpeed() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutoEnchanter
 
getSpeed() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ChargingBench
 
getSpeed() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.CropGrowthAccelerator
 
getSpeed() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricDustWasher
 
getSpeed() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricGoldPan
 
getSpeed() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricIngotPulverizer
 
getSpeed() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.TreeGrowthAccelerator
 
getSpeed() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.AContainer
This method returns the speed at which this machine will operate.
getStars() - Method in class io.github.thebusybiscuit.slimefun4.core.services.github.GitHubService
 
getState() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
This method returns the ItemState this SlimefunItem is currently in.
getStorage(World) - Static method in class me.mrCookieSlime.Slimefun.api.BlockStorage
 
getStoredEnergy(ItemStack) - Static method in class me.mrCookieSlime.Slimefun.api.energy.ItemEnergy
 
getString(String) - Method in class me.mrCookieSlime.Slimefun.api.BlockInfoConfig
 
getStringList(String) - Method in class me.mrCookieSlime.Slimefun.api.BlockInfoConfig
 
getSuffix() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.magical.Talisman
 
getSupplies(GEOResource, World, int, int) - Method in class io.github.thebusybiscuit.slimefun4.api.geo.ResourceManager
 
getTabArguments() - Method in class io.github.thebusybiscuit.slimefun4.core.commands.SlimefunCommand
 
getTeleleportationService() - Method in class io.github.thebusybiscuit.slimefun4.api.gps.GPSNetwork
 
getTeleportationTime(int, Location, Location) - Method in class io.github.thebusybiscuit.slimefun4.api.gps.TeleportationManager
 
getTerminal() - Method in class me.mrCookieSlime.Slimefun.api.item_transport.ItemRequest
 
getTexture() - Method in class io.github.thebusybiscuit.slimefun4.core.services.github.Contributor
Returns this Creator's head texture.
getThirdPartySupportService() - Static method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
 
getThrust() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets.Jetpack
 
getTicker() - Static method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
 
getTickerBlocks() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
 
getTickingChunks() - Static method in class me.mrCookieSlime.Slimefun.api.BlockStorage
 
getTickingLocations(Chunk) - Static method in class me.mrCookieSlime.Slimefun.api.BlockStorage
 
getTickingLocations(String) - Static method in class me.mrCookieSlime.Slimefun.api.BlockStorage
 
getTicks() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.MachineFuel
 
getTicks() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.MachineRecipe
 
getTier() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.androids.ProgrammableAndroid
 
getTier() - Method in interface me.mrCookieSlime.Slimefun.api.GuideHandler
Deprecated.
 
getTier() - Method in class me.mrCookieSlime.Slimefun.Objects.Category
Returns the tier of this Category.
getTime() - Method in class io.github.thebusybiscuit.slimefun4.implementation.tasks.TickerTask
 
getTimeLeft(int) - Static method in class io.github.thebusybiscuit.slimefun4.utils.NumberUtils
 
getTimings(Block) - Method in class io.github.thebusybiscuit.slimefun4.implementation.tasks.TickerTask
 
getTimings(String) - Method in class io.github.thebusybiscuit.slimefun4.implementation.tasks.TickerTask
 
getTimings(Chunk) - Method in class io.github.thebusybiscuit.slimefun4.implementation.tasks.TickerTask
 
getTitle() - Method in class me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset
 
getTitle() - Method in class me.mrCookieSlime.Slimefun.api.PlayerProfile
 
getTotalContributions() - Method in class io.github.thebusybiscuit.slimefun4.core.services.github.Contributor
 
getTransmitters(UUID) - Method in class io.github.thebusybiscuit.slimefun4.api.gps.GPSNetwork
 
getTriggerBlock() - Method in class io.github.thebusybiscuit.slimefun4.core.MultiBlock
 
getUniversalInventories() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
 
getUniversalInventory(Block) - Static method in class me.mrCookieSlime.Slimefun.api.BlockStorage
 
getUniversalInventory(Location) - Static method in class me.mrCookieSlime.Slimefun.api.BlockStorage
 
getUniversalInventory(String) - Static method in class me.mrCookieSlime.Slimefun.api.BlockStorage
 
getUnsavedChanges() - Method in class me.mrCookieSlime.Slimefun.api.inventory.DirtyChestMenu
 
getUpdater() - Static method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
This method returns the UpdaterService of Slimefun.
getUsers() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.gps.ElevatorPlate
 
getUUID() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunWorld
This method will return the UUID of this instance.
getUUID() - Method in class me.mrCookieSlime.Slimefun.api.PlayerProfile
 
getValue(String) - Method in class me.mrCookieSlime.Slimefun.api.BlockInfoConfig
 
getVersion() - Method in class io.github.thebusybiscuit.slimefun4.core.services.CustomTextureService
 
getVersion() - Static method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
This returns the version of Slimefun that is currently installed.
getWaypoints(UUID) - Method in class io.github.thebusybiscuit.slimefun4.api.gps.GPSNetwork
 
getWhitelist() - Static method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
 
getWikiButton() - Static method in class io.github.thebusybiscuit.slimefun4.utils.ChestMenuUtils
 
getWikipage() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
This method returns the wiki page that has been asigned to this item.
getWitherProofBlocks() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
 
getWitherSkullSlots() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.WitherAssembler
 
getWorld() - Method in class io.github.thebusybiscuit.slimefun4.api.chunks.ChunkLocation
 
getWorlds() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
 
getX() - Method in class io.github.thebusybiscuit.slimefun4.api.blocks.BlockLocation
 
getX() - Method in class io.github.thebusybiscuit.slimefun4.api.chunks.ChunkLocation
 
getY() - Method in class io.github.thebusybiscuit.slimefun4.api.blocks.BlockLocation
 
getZ() - Method in class io.github.thebusybiscuit.slimefun4.api.blocks.BlockLocation
 
getZ() - Method in class io.github.thebusybiscuit.slimefun4.api.chunks.ChunkLocation
 
GILDED_BACKPACK - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GILDED_IRON - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GILDED_IRON_BOOTS - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GILDED_IRON_CHESTPLATE - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GILDED_IRON_HELMET - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GILDED_IRON_LEGGINGS - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GitHubService - Class in io.github.thebusybiscuit.slimefun4.core.services.github
This Service is responsible for grabbing every Contributor to this project from GitHub and holding data associated to the project repository, such as open issues or pending pull requests.
GitHubService(String) - Constructor for class io.github.thebusybiscuit.slimefun4.core.services.github.GitHubService
 
GLOWSTONE_BOOTS - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GLOWSTONE_CHESTPLATE - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GLOWSTONE_HELMET - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GLOWSTONE_LEGGINGS - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GOLD_10K - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GOLD_12K - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GOLD_14K - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GOLD_16K - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GOLD_18K - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GOLD_20K - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GOLD_22K - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GOLD_24K - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GOLD_24K_BLOCK - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GOLD_4K - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GOLD_6K - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GOLD_8K - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GOLD_BOOTS - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GOLD_CHESTPLATE - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GOLD_DUST - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GOLD_HELMET - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GOLD_LEGGINGS - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GOLD_PAN - Static variable in class me.mrCookieSlime.Slimefun.Lists.RecipeType
 
GOLD_PAN - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GOLDEN_APPLE_JUICE - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GoldPan - Class in io.github.thebusybiscuit.slimefun4.implementation.items.tools
 
GoldPan(Category, SlimefunItemStack, RecipeType, ItemStack[]) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.tools.GoldPan
 
GPS - Static variable in class me.mrCookieSlime.Slimefun.Lists.Categories
 
GPS_ACTIVATION_DEVICE_PERSONAL - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GPS_ACTIVATION_DEVICE_SHARED - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GPS_CONTROL_PANEL - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GPS_EMERGENCY_TRANSMITTER - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GPS_GEO_SCANNER - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GPS_MARKER_TOOL - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GPS_TELEPORTATION_MATRIX - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GPS_TELEPORTER_PYLON - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GPS_TRANSMITTER - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GPS_TRANSMITTER_2 - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GPS_TRANSMITTER_3 - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GPS_TRANSMITTER_4 - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GPSControlPanel - Class in io.github.thebusybiscuit.slimefun4.implementation.items.gps
 
GPSControlPanel(Category, SlimefunItemStack, RecipeType, ItemStack[]) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.gps.GPSControlPanel
 
GPSMarkerTool - Class in io.github.thebusybiscuit.slimefun4.implementation.items.gps
 
GPSMarkerTool(Category, SlimefunItemStack, RecipeType, ItemStack[]) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.gps.GPSMarkerTool
 
GPSNetwork - Class in io.github.thebusybiscuit.slimefun4.api.gps
 
GPSNetwork() - Constructor for class io.github.thebusybiscuit.slimefun4.api.gps.GPSNetwork
 
GPSTransmitter - Class in io.github.thebusybiscuit.slimefun4.implementation.items.gps
 
GPSTransmitter(Category, SlimefunItemStack, RecipeType, ItemStack[]) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.gps.GPSTransmitter
 
GRANDMAS_WALKING_STICK - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GRANDPAS_WALKING_STICK - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GRAPPLING_HOOK - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GrapplingHook - Class in io.github.thebusybiscuit.slimefun4.implementation.items.tools
 
GrapplingHook(Category, SlimefunItemStack, RecipeType, ItemStack[], String[], Object[]) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.tools.GrapplingHook
 
GrapplingHookListener - Class in io.github.thebusybiscuit.slimefun4.implementation.listeners
 
GrapplingHookListener() - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.listeners.GrapplingHookListener
 
GRIND_STONE - Static variable in class me.mrCookieSlime.Slimefun.Lists.RecipeType
 
GRIND_STONE - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
 
GrindStone - Class in io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks
 
GrindStone() - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks.GrindStone
 
GuideHandler - Interface in me.mrCookieSlime.Slimefun.api
Deprecated.
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
Skip navigation links