MCPcopy Create free account

hub / github.com/Slimefun/Slimefun4 / functions

Functions4,048 in github.com/Slimefun/Slimefun4

↓ 3 callersMethodgetWikipage
This method returns the wiki page that has been assigned to this item. It will return null, if no wiki page was found. @see SlimefunItem#addOfficialW
src/main/java/io/github/thebusybiscuit/slimefun4/api/items/SlimefunItem.java:879
↓ 3 callersMethodhasFlag
(String[] args, String flag)
src/main/java/io/github/thebusybiscuit/slimefun4/core/commands/subcommands/TimingsCommand.java:87
↓ 3 callersMethodhasPermission
(Player p, SlimefunItem item)
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/guide/SurvivalSlimefunGuide.java:737
↓ 3 callersMethodhasSurroundingMaterials
(Block b, Material... materials)
src/main/java/io/github/thebusybiscuit/slimefun4/utils/InfiniteBlockGenerator.java:107
↓ 3 callersMethodhasUnallowedItems
(@Nullable ItemStack item1, @Nullable ItemStack item2)
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/crafting/SlimefunCraftingListener.java:14
↓ 3 callersMethodhumanize
This converts a given {@link String} to a human-friendly version. This can be used to convert enum constants to easier to read words with spaces and u
src/main/java/io/github/thebusybiscuit/slimefun4/utils/ChatUtils.java:69
↓ 3 callersMethodisActive
This returns true if any custom model data was configured. If every item id has no configured custom model data, it will return false. @return Whethe
src/main/java/io/github/thebusybiscuit/slimefun4/core/services/CustomTextureService.java:120
↓ 3 callersMethodisAllowed
(@Nonnull SlimefunBackpack backpack, @Nullable ItemStack item)
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/BackpackListener.java:130
↓ 3 callersMethodisAuthor
This method determines whether the given {@link OfflinePlayer} is the author of this {@link Script}. @param p The {@link OfflinePlayer} to
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/androids/Script.java:107
↓ 3 callersMethodisCustomBlock
This checks if one of our third party integrations has placed a custom {@link Block} at this {@link Location}. @param block The {@link Blo
src/main/java/io/github/thebusybiscuit/slimefun4/integrations/IntegrationsManager.java:236
↓ 3 callersMethodisDualWieldingEnabled
This returns whether the {@link ClimbingPick} needs to be held in both arms to work. @return Whether dual wielding is enabled
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/tools/ClimbingPick.java:103
↓ 3 callersMethodisEnabled
This returns whether the {@link PluginUpdater} is enabled or not. This includes the {@link Config} setting but also whether or not we are running an o
src/main/java/io/github/thebusybiscuit/slimefun4/core/services/UpdaterService.java:160
↓ 3 callersMethodisHidden
This method checks whether this {@link ItemGroup} will be hidden for the specified {@link Player}. Categories are hidden if all of their items have b
src/main/java/io/github/thebusybiscuit/slimefun4/api/items/ItemGroup.java:383
↓ 3 callersMethodisItemDeletionEnabled
This returns whether excess items from a {@link CargoNet} should be voided instead of being dropped to the ground. @return Whether to delete excess i
src/main/java/io/github/thebusybiscuit/slimefun4/core/networks/NetworkManager.java:107
↓ 3 callersMethodisLineIgnored
(@Nonnull String line)
src/main/java/io/github/thebusybiscuit/slimefun4/utils/SlimefunUtils.java:558
↓ 3 callersMethodisLoggingEnabled
()
src/main/java/io/github/thebusybiscuit/slimefun4/core/services/github/GitHubService.java:164
↓ 3 callersMethodisObtainableFromGEOMiner
Returns whether this Resource can be obtained using a GEO Miner. This will automatically add it to the GEO - Miner. @return Whether you can get obtai
src/main/java/io/github/thebusybiscuit/slimefun4/api/geo/GEOResource.java:80
↓ 3 callersMethodisPotion
Checks whether a given {@link Material} is a valid Potion material. @param mat The {@link Material} to check @return Whether this {@link
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AutoBrewer.java:202
↓ 3 callersMethodisSynchronized
()
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/geo/GEOMiner.java:277
↓ 3 callersMethodisType
This method checks if this {@link ItemSetting} stores the given data type. @param c The class of data type you want to compare @return Wh
src/main/java/io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.java:146
↓ 3 callersMethodlaunchRandom
(@Nonnull Entity n, int amount)
src/main/java/io/github/thebusybiscuit/slimefun4/utils/FireworkUtils.java:58
↓ 3 callersMethodloadItems
()
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/setup/PostSetup.java:63
↓ 3 callersMethodmarkAsNoPickup
This will prevent the given {@link Item} from being picked up. This is useful for display items which the {@link AncientPedestal} uses. @param item
src/main/java/io/github/thebusybiscuit/slimefun4/utils/SlimefunUtils.java:87
↓ 3 callersMethodmarkDirty
()
src/main/java/me/mrCookieSlime/Slimefun/api/inventory/DirtyChestMenu.java:44
↓ 3 callersMethodmockAnvilEvent
(ItemStack item)
src/test/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/TestAnvilListener.java:47
↓ 3 callersMethodmockBrewingEvent
(ItemStack item)
src/test/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/TestBrewingStandListener.java:49
↓ 3 callersMethodmockPreCraftingEvent
(ItemStack item)
src/test/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/TestCraftingTableListener.java:66
↓ 3 callersMethodmoveAndDig
(Block b, BlockMenu menu, BlockFace face, Block block)
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/androids/MinerAndroid.java:97
↓ 3 callersMethodneedsCooling
This method returns whether this {@link Reactor} requires as some form of coolant. It is a not-null check performed on {@link #getCoolant()} @return
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/Reactor.java:258
↓ 3 callersMethodnewEntry
This method starts a new profiler entry. @return A timestamp, best fed back into {@link #closeEntry(Location, SlimefunItem, long)}
src/main/java/io/github/thebusybiscuit/slimefun4/core/services/profiler/SlimefunProfiler.java:118
↓ 3 callersMethodonBlockBreak
This method is called when a {@link Block} of this type is broken by a {@link Player}, by a {@link MinerAndroid} or through an explosion. @param b
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/handlers/SimpleBlockBreakHandler.java:42
↓ 3 callersMethodonPlace
()
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/RepairedSpawner.java:56
↓ 3 callersMethodonPlace
()
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/entities/AbstractEntityAssembler.java:122
↓ 3 callersMethodonPlayerBreak
(BlockBreakEvent e, ItemStack item, List<ItemStack> drops)
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/gps/GPSTransmitter.java:62
↓ 3 callersMethodonSuccess
This method is called when the connection finished successfully. @param response The response
src/main/java/io/github/thebusybiscuit/slimefun4/core/services/github/GitHubConnector.java:90
↓ 3 callersMethodopenGuide
(@Nonnull Player p, @Nullable ItemStack guide)
src/main/java/io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.java:44
↓ 3 callersMethodopenMainMenu
(PlayerProfile profile, int page)
src/main/java/io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideImplementation.java:51
↓ 3 callersMethodopenMockBackpack
(Player player, String id, int size)
src/test/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/TestBackpackListener.java:80
↓ 3 callersMethodopenScriptEditor
(Player p, Block b)
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/androids/ProgrammableAndroid.java:486
↓ 3 callersMethodplayAnimation
(Player p, Block b, EquipmentSlot hand)
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/tools/ClimbingPick.java:251
↓ 3 callersMethodpreventsConsumption
Only applies if {@link Talisman#isConsumable()} is true. Defaults to false. @return Whether the {@link ItemStack} should not be consumed.
src/main/java/io/github/thebusybiscuit/slimefun4/api/events/TalismanActivateEvent.java:64
↓ 3 callersMethodprintErrorMessage
(Player p, Throwable x)
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/guide/SurvivalSlimefunGuide.java:750
↓ 3 callersMethodrefreshCache
(BlockStorage storage, Location l, String key, String value, boolean updateTicker)
src/main/java/me/mrCookieSlime/Slimefun/api/BlockStorage.java:720
↓ 3 callersMethodregister
This method registers the given {@link SlimefunItem SlimefunItems} to this {@link CustomTextureService}. If saving is enabled, it will save them to th
src/main/java/io/github/thebusybiscuit/slimefun4/core/services/CustomTextureService.java:73
↓ 3 callersMethodregister
Registers this {@link ItemGroup}. <p> By default, an {@link ItemGroup} is automatically registered when a {@link SlimefunItem} was added to it. @para
src/main/java/io/github/thebusybiscuit/slimefun4/api/items/ItemGroup.java:108
↓ 3 callersMethodremove
()
src/test/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/TestItemPickupListener.java:94
↓ 3 callersMethodremove
(@Nonnull Biome biome)
src/main/java/io/github/thebusybiscuit/slimefun4/utils/biomes/BiomeMap.java:121
↓ 3 callersMethodrunPostTask
(Block block, SoundEffect sound, int times)
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/Crucible.java:218
↓ 3 callersMethodsave
Saves this Localization to its File
src/main/java/io/github/thebusybiscuit/slimefun4/core/services/localization/SlimefunLocalization.java:63
↓ 3 callersMethodschedulePlacement
(Block b, Inventory inv, ItemStack item, Runnable runnable)
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/BlockPlacer.java:240
↓ 3 callersMethodsendActionbarMessage
(@Nonnull Player player, @Nonnull String key, boolean addPrefix)
src/main/java/io/github/thebusybiscuit/slimefun4/core/services/localization/SlimefunLocalization.java:358
↓ 3 callersMethodsendHelp
(@Nonnull CommandSender sender)
src/main/java/io/github/thebusybiscuit/slimefun4/core/commands/SlimefunCommand.java:93
↓ 3 callersMethodsendMessages
(@Nonnull CommandSender recipient, @Nonnull String key)
src/main/java/io/github/thebusybiscuit/slimefun4/core/services/localization/SlimefunLocalization.java:393
↓ 3 callersMethodserializeChunk
(World world, int x, int z)
src/main/java/me/mrCookieSlime/Slimefun/api/BlockStorage.java:89
↓ 3 callersMethodsetContributions
This sets the amount of contributions of this {@link Contributor} for the specified role. @param role The role of this {@link Contributor}
src/main/java/io/github/thebusybiscuit/slimefun4/core/services/github/Contributor.java:82
↓ 3 callersMethodsetCost
Sets the cost in XP levels to unlock this {@link Research}. @param cost The cost in XP levels
src/main/java/io/github/thebusybiscuit/slimefun4/api/researches/Research.java:148
↓ 3 callersMethodsetFile
(@Nonnull LanguageFile file, @Nonnull FileConfiguration config)
src/main/java/io/github/thebusybiscuit/slimefun4/core/services/localization/Language.java:90
↓ 3 callersMethodsetItemData
This method stores the given id on the provided {@link ItemStack} via persistent data. @param item The {@link ItemStack} to store data on
src/main/java/io/github/thebusybiscuit/slimefun4/core/services/CustomItemDataService.java:66
↓ 3 callersMethodsetLenient
This method sets the "lenient" flag for this parser. <p> A lenient parser will not throw a {@link BiomeMapException} if the {@link Biome} could not be
src/main/java/io/github/thebusybiscuit/slimefun4/utils/biomes/BiomeMapParser.java:83
↓ 3 callersMethodsetProfile
This method can be used to inject your custom {@link PlayerProfile} implementations. However, the passed {@link PlayerProfile} must have the same {@li
src/main/java/io/github/thebusybiscuit/slimefun4/api/events/AsyncProfileLoadEvent.java:58
↓ 3 callersMethodsetRecipeType
Sets the {@link RecipeType} for this {@link SlimefunItem}. @param type The {@link RecipeType} for this {@link SlimefunItem}
src/main/java/io/github/thebusybiscuit/slimefun4/api/items/SlimefunItem.java:682
↓ 3 callersMethodsetSelectedRecipe
This method sets the selected {@link AbstractRecipe} for the given {@link Block}. The recipe will be stored using the {@link PersistentDataAPI}. @par
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/autocrafters/AbstractAutoCrafter.java:240
↓ 3 callersMethodsetUseBlock
(@Nonnull Result result)
src/main/java/io/github/thebusybiscuit/slimefun4/api/events/PlayerRightClickEvent.java:175
↓ 3 callersMethodsetup
(@Nonnull Slimefun plugin)
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/setup/SlimefunItemSetup.java:233
↓ 3 callersMethodsetupResearches
()
src/test/java/io/github/thebusybiscuit/slimefun4/storage/backend/TestLegacyBackend.java:421
↓ 3 callersMethodsetupResearches
()
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/setup/ResearchSetup.java:30
↓ 3 callersMethodshowRecipe
This shows the given {@link AbstractRecipe} to the {@link Player} in a preview window. @param p The {@link Player} @param b The
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/autocrafters/AbstractAutoCrafter.java:275
↓ 3 callersMethodsimulateConsumption
(Player player, T item)
src/test/java/io/github/thebusybiscuit/slimefun4/test/presets/SlimefunItemTest.java:60
↓ 3 callersMethodsubscribe
This method subscribes to the underlying {@link RecipeSnapshot}. When the {@link Server} has finished loading and a {@link Collection} of all {@link R
src/main/java/io/github/thebusybiscuit/slimefun4/core/services/MinecraftRecipeService.java:88
↓ 3 callersMethodsummarizeTimings
(int count, String name, PerformanceInspector inspector, Map<String, Long> map, Function<Map.Entry<String, Lon
src/main/java/io/github/thebusybiscuit/slimefun4/core/services/profiler/PerformanceSummary.java:95
↓ 3 callersMethodupdate
This updates or refreshes the {@link ItemFilter} to copy the settings from the given {@link Block}. It takes a new snapshot. @param b The
src/main/java/io/github/thebusybiscuit/slimefun4/core/networks/cargo/ItemFilter.java:81
↓ 3 callersMethodupdateAllNetworks
This method updates every {@link Network} found at the given {@link Location}. More precisely, {@link Network#markDirty(Location)} will be called. @p
src/main/java/io/github/thebusybiscuit/slimefun4/core/networks/NetworkManager.java:187
↓ 3 callersMethodupdateBlockMenu
(@Nonnull BlockMenu menu, @Nonnull Block b)
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/AbstractCargoNode.java:151
↓ 3 callersMethodupdateHologram
(@Nonnull Block b, double supply, double demand)
src/main/java/io/github/thebusybiscuit/slimefun4/core/networks/energy/EnergyNet.java:291
↓ 3 callersMethodupdateTransmitter
This method updates the status of a {@link GPSTransmitter}. @param l The {@link Location} of the {@link GPSTransmitter} @param uuid
src/main/java/io/github/thebusybiscuit/slimefun4/api/gps/GPSNetwork.java:85
↓ 3 callersMethoduseItem
()
src/main/java/io/github/thebusybiscuit/slimefun4/api/events/PlayerRightClickEvent.java:160
↓ 3 callersMethoduseVanillaBlockBreaking
This method determines how to treat this {@link Block} when it is broken. If true is returned then it will be treated as a vanilla {@link Block}. If f
src/main/java/io/github/thebusybiscuit/slimefun4/core/attributes/Placeable.java:40
↓ 3 callersMethodwrapList
This creates an {@link ItemStackWrapper} {@link List} from a given {@link ItemStack} {@link List} @param items The {@link List} of {@link
src/main/java/io/github/thebusybiscuit/slimefun4/utils/itemstack/ItemStackWrapper.java:172
↓ 2 callersMethodabort
()
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/tasks/AncientAltarTask.java:149
↓ 2 callersMethodactivateTalisman
(Event e, Player p, Inventory inv, Talisman talisman, ItemStack talismanItem, boolean sendMessage)
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/magical/talismans/Talisman.java:210
↓ 2 callersMethodaddChannelSelector
(Block b, BlockMenu menu, int slotPrev, int slotCurrent, int slotNext)
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/AbstractCargoNode.java:90
↓ 2 callersMethodaddPermanent
This applies this {@link StatusEffect} to the given {@link Player}. This will apply it permanently, there is no duration. @param p The {@l
src/main/java/io/github/thebusybiscuit/slimefun4/api/player/StatusEffect.java:82
↓ 2 callersMethodaddProduce
This method adds a new {@link AnimalProduce} to this machine. @param produce The {@link AnimalProduce} to add
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/entities/ProduceCollector.java:92
↓ 2 callersMethodaddProgress
This method adds the given amount of ticks to the progress. @param ticks The amount of ticks to add to the progress
src/main/java/io/github/thebusybiscuit/slimefun4/core/machines/MachineOperation.java:24
↓ 2 callersMethodaddProgress
(int num)
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/operations/FuelOperation.java:40
↓ 2 callersMethodaddSurface
(@Nonnull Material type, double defaultValue)
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/tools/ClimbingPick.java:91
↓ 2 callersMethodassertNoRegexMatch
(String location, String value)
src/test/java/io/github/thebusybiscuit/slimefun4/core/services/localization/AbstractLocaleRegexChecker.java:97
↓ 2 callersMethodassertNoRegexMatchesForAllEntries
(LanguagePreset lang, LanguageFile file, FileConfiguration config)
src/test/java/io/github/thebusybiscuit/slimefun4/core/services/localization/AbstractLocaleRegexChecker.java:74
↓ 2 callersMethodawaitInput
(@Nonnull Player p, @Nonnull Consumer<String> callback)
src/main/java/io/github/thebusybiscuit/slimefun4/utils/ChatUtils.java:52
↓ 2 callersMethodbreakBlock
(BlockMenu menu, Collection<ItemStack> drops, Block block)
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/androids/MinerAndroid.java:126
↓ 2 callersMethodbuildBaseRequest
(@Nonnull URI uri)
src/main/java/io/github/thebusybiscuit/slimefun4/core/services/MetricsService.java:281
↓ 2 callersMethodcanBreak
(@Nonnull Player p, @Nonnull Block b)
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/tools/ExplosiveTool.java:157
↓ 2 callersMethodcanOpen
(Block b, Player p)
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/geo/OilPump.java:50
↓ 2 callersMethodcanRate
This method checks whether a given {@link Player} is able to leave a rating for this {@link Script}. A {@link Player} is unable to rate his own {@link
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/androids/Script.java:120
↓ 2 callersMethodcancel
(@Nonnull UUID uuid, @Nullable Player p)
src/main/java/io/github/thebusybiscuit/slimefun4/api/gps/TeleportationManager.java:185
↓ 2 callersMethodcheckAndConsume
(@Nonnull Player p)
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/CoolerListener.java:66
↓ 2 callersMethodcheckForDeprecations
This method checks recursively for all {@link Class} parents to look for any {@link Deprecated} elements. If a {@link Deprecated} element was found,
src/main/java/io/github/thebusybiscuit/slimefun4/api/items/SlimefunItem.java:609
↓ 2 callersMethodcheckForSensitiveBlockAbove
This method checks for a sensitive {@link Block}. Sensitive {@link Block Blocks} are pressure plates or saplings, which should be broken when the bloc
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/BlockListener.java:278
↓ 2 callersMethodcheckRecipe
(@Nonnull ItemStack catalyst, @Nonnull List<ItemStackWrapper> items)
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/AncientAltarListener.java:331
↓ 2 callersMethodcleanUp
This will close the child {@link ClassLoader} and mark all the resources held under this no longer in use, they will be cleaned up the next GC run.
src/main/java/io/github/thebusybiscuit/slimefun4/core/services/MetricsService.java:158
← previousnext →701–800 of 4,048, ranked by callers