MCPcopy Create free account

hub / github.com/Slimefun/Slimefun4 / functions

Functions4,048 in github.com/Slimefun/Slimefun4

↓ 4 callersMethodsetResearch
This method will set the {@link Research} of this {@link SlimefunItem}. You don't have to call this method if your {@link SlimefunItem} was linked to
src/main/java/io/github/thebusybiscuit/slimefun4/api/items/SlimefunItem.java:650
↓ 4 callersMethodsetSupplies
This method will set the supplies in a given {@link Chunk} to the specified value. @param resource The {@link GEOResource} @param world
src/main/java/io/github/thebusybiscuit/slimefun4/api/geo/ResourceManager.java:136
↓ 4 callersMethodsetTexture
(@Nonnull Block b, @Nonnull HeadTexture texture)
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/tasks/CapacitorTextureUpdateTask.java:77
↓ 4 callersMethodsetup
()
src/main/java/me/mrCookieSlime/CSCoreLibPlugin/general/Inventory/ChestMenu.java:223
↓ 4 callersMethodstartOperation
This method will start a {@link MachineOperation} at the given {@link Location}. @param loc The {@link Location} at which our machine is l
src/main/java/io/github/thebusybiscuit/slimefun4/core/machines/MachineProcessor.java:95
↓ 4 callersMethodsubtract
()
src/main/java/io/github/thebusybiscuit/slimefun4/api/items/SlimefunItemStack.java:500
↓ 4 callersMethodtest
Similar to {@link #test(Block)} this tests whether this {@link InfiniteBlockGenerator} exists at the given {@link Block}. @param b The {@l
src/main/java/io/github/thebusybiscuit/slimefun4/utils/InfiniteBlockGenerator.java:75
↓ 4 callersMethodtestResource
(NamespacedKey key, String name, ItemStack item, boolean miner, int deviation)
src/test/java/io/github/thebusybiscuit/slimefun4/api/geo/TestResourceRegistration.java:58
↓ 4 callersMethodtoString
()
src/main/java/io/github/thebusybiscuit/slimefun4/api/items/SlimefunItem.java:941
↓ 4 callersMethodunregisterNetwork
This removes a {@link Network} from the network system. @param network The {@link Network} to remove
src/main/java/io/github/thebusybiscuit/slimefun4/core/networks/NetworkManager.java:175
↓ 4 callersMethodupdate
(Boolean newValue)
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/multiblocks/OreCrusher.java:253
↓ 4 callersMethodwithdrawFromVanillaInventory
(AbstractItemNetwork network, Block node, ItemStack template, Inventory inv)
src/main/java/io/github/thebusybiscuit/slimefun4/core/networks/cargo/CargoUtils.java:164
↓ 3 callersMethodadd
()
src/main/java/io/github/thebusybiscuit/slimefun4/api/items/SlimefunItemStack.java:492
↓ 3 callersMethodaddBackButton
(ChestMenu menu, int slot, Player p, PlayerProfile profile)
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/guide/SurvivalSlimefunGuide.java:616
↓ 3 callersMethodaddDirectory
(@Nonnull ZipOutputStream output, @Nonnull File directory, @Nonnull String zipPath)
src/main/java/io/github/thebusybiscuit/slimefun4/core/services/BackupService.java:110
↓ 3 callersMethodaddMenuClickHandler
(int slot, MenuClickHandler handler)
src/main/java/me/mrCookieSlime/Slimefun/api/inventory/BlockMenuPreset.java:148
↓ 3 callersMethodaddMenuCloseHandler
Executes a certain Action upon closing this Menu @param handler The MenuCloseHandler @return The ChestMenu Instance
src/main/java/me/mrCookieSlime/CSCoreLibPlugin/general/Inventory/ChestMenu.java:198
↓ 3 callersMethodaddWaypoint
This method adds a new waypoint with the given name and {@link Location} for that {@link Player}. @param p The {@link Player} to get the n
src/main/java/io/github/thebusybiscuit/slimefun4/api/gps/GPSNetwork.java:309
↓ 3 callersMethodapply
(boolean value)
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/multiblocks/OreCrusher.java:233
↓ 3 callersMethodassertWrapped
(@Nullable ItemStack expected, @Nullable ItemStack actual)
src/test/java/io/github/thebusybiscuit/slimefun4/utils/TestItemStackWrapper.java:133
↓ 3 callersMethodbuildBiomeMap
This method builds a {@link BiomeMap} based on the parsed data. <p> Make sure to parse data via {@link #read(JsonArray)} or {@link #read(String)} befo
src/main/java/io/github/thebusybiscuit/slimefun4/utils/biomes/BiomeMapParser.java:203
↓ 3 callersMethodclear
This will clear the {@link ItemFilter} and reject <strong>any</strong> {@link ItemStack}. @param rejectOnMatch Whether the item should be
src/main/java/io/github/thebusybiscuit/slimefun4/core/networks/cargo/ItemFilter.java:140
↓ 3 callersMethodclear
This method clears the {@link AsyncRecipeChoiceTask} and removes all active iterators.
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/tasks/AsyncRecipeChoiceTask.java:99
↓ 3 callersMethodclearExposure
(@Nonnull Player p)
src/main/java/io/github/thebusybiscuit/slimefun4/utils/RadiationUtils.java:27
↓ 3 callersMethodclone
()
src/main/java/io/github/thebusybiscuit/slimefun4/utils/itemstack/ItemStackWrapper.java:82
↓ 3 callersMethodclose
()
src/main/java/me/mrCookieSlime/Slimefun/api/inventory/DirtyChestMenu.java:73
↓ 3 callersMethodcompareMaterialsVertical
(@Nonnull Block b, @Nullable Material top, @Nullable Material center, @Nullable Material bottom)
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/MultiBlockListener.java:92
↓ 3 callersMethodcount
This method returns the amount of {@link ErrorReport ErrorReports} created in this session. @return The amount of {@link ErrorReport ErrorReports} cr
src/main/java/io/github/thebusybiscuit/slimefun4/api/ErrorReport.java:160
↓ 3 callersMethodcreateBiomeMap
(BiomeDataConverter<T> function, String json)
src/test/java/io/github/thebusybiscuit/slimefun4/utils/biomes/TestBiomeMap.java:102
↓ 3 callersMethodcreateFirework
(@Nonnull Location l, @Nonnull Color color)
src/main/java/io/github/thebusybiscuit/slimefun4/utils/FireworkUtils.java:45
↓ 3 callersMethodcreateVirtualInventory
(@Nonnull Inventory inv)
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/multiblocks/AbstractCraftingTable.java:51
↓ 3 callersMethoddamageItem
(@Nonnull Player p, @Nullable ItemStack item)
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/tools/ClimbingPick.java:239
↓ 3 callersMethoddig
(Block b, BlockMenu menu, Block block)
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/androids/MinerAndroid.java:73
↓ 3 callersMethodequals
(Object obj)
src/main/java/io/github/thebusybiscuit/slimefun4/api/items/SlimefunItem.java:1119
↓ 3 callersMethodequalsItemMeta
(@Nonnull ItemMeta itemMeta, @Nonnull ItemMetaSnapshot itemMetaSnapshot, boolean checkLore)
src/main/java/io/github/thebusybiscuit/slimefun4/utils/SlimefunUtils.java:439
↓ 3 callersMethodgetAdditionalBlocks
Gets the {@link Block} {@link List} of blocks destroyed in this event. @return The broken blocks
src/main/java/io/github/thebusybiscuit/slimefun4/api/events/ExplosiveToolBreakBlocksEvent.java:69
↓ 3 callersMethodgetAllowedValues
This returns an array of valid {@link Enum} values. This method may be overridden to further limit the allowed values. @return An array of allowed {@
src/main/java/io/github/thebusybiscuit/slimefun4/api/items/settings/EnumSetting.java:48
↓ 3 callersMethodgetAmount
()
src/main/java/io/github/thebusybiscuit/slimefun4/utils/itemstack/ItemStackWrapper.java:67
↓ 3 callersMethodgetArmorStand
This returns the corresponding {@link ArmorStand} and also updates the "lastAccess" timestamp. <p> If the {@link ArmorStand} was removed, it will retu
src/main/java/io/github/thebusybiscuit/slimefun4/core/services/holograms/Hologram.java:61
↓ 3 callersMethodgetCapacity
This method returns the max amount of electricity this machine can hold. @return The max amount of electricity this Block can store.
src/main/java/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/AGenerator.java:215
↓ 3 callersMethodgetClimbableSurfaces
This method returns a {@link Collection} of every {@link ClimbableSurface} the {@link ClimbingPick} can climb. @return A {@link Collection} of every
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/tools/ClimbingPick.java:113
↓ 3 callersMethodgetCommand
The {@link Command} that was added by Slimefun. @return Slimefun's command
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/Slimefun.java:969
↓ 3 callersMethodgetConfig
This returns the {@link Config} which is used to store the data. Only intended for internal usage. @return The {@link Config} associated with this {@
src/main/java/io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.java:102
↓ 3 callersMethodgetConfigurationFromStream
(@Nonnull String file, @Nullable FileConfiguration defaults)
src/main/java/io/github/thebusybiscuit/slimefun4/core/services/LocalizationService.java:255
↓ 3 callersMethodgetCoolant
This method returns the {@link ItemStack} that is required to cool this {@link Reactor}. If it returns null, then no cooling is required. @return The
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/Reactor.java:238
↓ 3 callersMethodgetCurrentlyResearchingPlayers
This method returns a {@link Set} containing the {@link UUID} of every {@link Player} who is currently unlocking a {@link Research}. @return A {@link
src/main/java/io/github/thebusybiscuit/slimefun4/core/SlimefunRegistry.java:188
↓ 3 callersMethodgetDefaultFile
(@Nonnull LanguageFile file)
src/main/java/io/github/thebusybiscuit/slimefun4/core/services/localization/SlimefunLocalization.java:152
↓ 3 callersMethodgetDefaultMode
Get the default mode for the Slimefun guide. Currently this is only {@link SlimefunGuideMode#SURVIVAL_MODE}. @return The default {@link SlimefunGuide
src/main/java/io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.java:129
↓ 3 callersMethodgetDistance
(Player p, ItemStack item, Block block)
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/tools/TapeMeasure.java:119
↓ 3 callersMethodgetDownvotes
This method returns the amount of downvotes this {@link Script} has received. @return The amount of downvotes
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/androids/Script.java:171
↓ 3 callersMethodgetDrops
()
src/main/java/io/github/thebusybiscuit/slimefun4/api/items/SlimefunItem.java:950
↓ 3 callersMethodgetEnchantments
()
src/main/java/io/github/thebusybiscuit/slimefun4/api/items/SlimefunItemStack.java:392
↓ 3 callersMethodgetEnderVariant
()
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/magical/talismans/Talisman.java:124
↓ 3 callersMethodgetGrapplingHookListener
()
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/Slimefun.java:949
↓ 3 callersMethodgetIdentifier
This method returns the identifier for this {@link ItemHandler}. We use a {@link Class} identifier to group Item Handlers together. @return The {@lin
src/main/java/io/github/thebusybiscuit/slimefun4/api/items/ItemHandler.java:53
↓ 3 callersMethodgetIngredients
This returns the {@link Collection} of ingredients as {@link Predicate Predicates}. @return The ingredients for this {@link AbstractRecipe}
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/autocrafters/AbstractRecipe.java:75
↓ 3 callersMethodgetInputSlots
()
src/main/java/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/AContainer.java:293
↓ 3 callersMethodgetInputSlots
()
src/main/java/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/AGenerator.java:128
↓ 3 callersMethodgetInstalledAddons
This method returns a {@link Set} of every {@link Plugin} that lists Slimefun as a required or optional dependency. <p> We will just assume this to be
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/Slimefun.java:1014
↓ 3 callersMethodgetInteractEvent
This returns the original {@link PlayerInteractEvent} that triggered this {@link PlayerRightClickEvent}. @return The original {@link PlayerInteractEv
src/main/java/io/github/thebusybiscuit/slimefun4/api/events/PlayerRightClickEvent.java:87
↓ 3 callersMethodgetItemSetting
This method returns an {@link Optional} holding an {@link ItemSetting} with the given key and data type. Or an empty {@link Optional} if this {@link S
src/main/java/io/github/thebusybiscuit/slimefun4/api/items/SlimefunItem.java:305
↓ 3 callersMethodgetJavaPlugin
This method returns the instance of {@link JavaPlugin} that this {@link SlimefunAddon} refers to. @return The instance of your {@link JavaPlugin}
src/main/java/io/github/thebusybiscuit/slimefun4/api/SlimefunAddon.java:36
↓ 3 callersMethodgetJavaVersion
()
src/main/java/io/github/thebusybiscuit/slimefun4/utils/NumberUtils.java:265
↓ 3 callersMethodgetKey
(@Nonnull String key)
src/main/java/io/github/thebusybiscuit/slimefun4/utils/compatibility/VersionedEntityType.java:27
↓ 3 callersMethodgetKey
()
src/main/java/io/github/thebusybiscuit/slimefun4/api/recipes/RecipeType.java:141
↓ 3 callersMethodgetKeys
(@Nonnull FileConfiguration... files)
src/main/java/io/github/thebusybiscuit/slimefun4/core/services/localization/SlimefunLocalization.java:435
↓ 3 callersMethodgetKeys
Returns all Paths in this Config @return All Paths in this Config
src/main/java/me/mrCookieSlime/CSCoreLibPlugin/Configuration/Config.java:171
↓ 3 callersMethodgetLastEntry
Retrieves the last page in the {@link SlimefunGuide} that was visited by a {@link Player}. Optionally also rewinds the history back to that entry. @p
src/main/java/io/github/thebusybiscuit/slimefun4/core/guide/GuideHistory.java:152
↓ 3 callersMethodgetLocation
This returns the {@link Location} where we will drop the item. @return The {@link Location} where the item will be dropped
src/main/java/io/github/thebusybiscuit/slimefun4/api/events/SlimefunItemSpawnEvent.java:75
↓ 3 callersMethodgetMainMenuPage
This returns the current main menu page of this {@link GuideHistory} @return The main menu page of this {@link GuideHistory}
src/main/java/io/github/thebusybiscuit/slimefun4/core/guide/GuideHistory.java:68
↓ 3 callersMethodgetMenuClickHandler
Returns the MenuClickHandler which was registered for the specified Slot @param slot The Slot in the Inventory @return The MenuClickHandle
src/main/java/me/mrCookieSlime/CSCoreLibPlugin/general/Inventory/ChestMenu.java:278
↓ 3 callersMethodgetMessageSuffix
()
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/magical/talismans/Talisman.java:269
↓ 3 callersMethodgetMetricsService
This method returns the {@link MetricsService} of Slimefun. It is used to handle sending metric information to bStats. @return The {@link MetricsServ
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/Slimefun.java:905
↓ 3 callersMethodgetMobDrops
This returns a {@link Map} connecting the {@link EntityType} with a {@link Set} of {@link ItemStack ItemStacks} which would be dropped when an {@link
src/main/java/io/github/thebusybiscuit/slimefun4/core/SlimefunRegistry.java:269
↓ 3 callersMethodgetModelData
This returns the configured custom model data for a given id. @param id The id to get the data for @return The configured custom model da
src/main/java/io/github/thebusybiscuit/slimefun4/core/services/CustomTextureService.java:132
↓ 3 callersMethodgetMultiBlocks
This method returns a {@link List} of every enabled {@link MultiBlock}. @return A {@link List} containing every enabled {@link MultiBlock}
src/main/java/io/github/thebusybiscuit/slimefun4/core/SlimefunRegistry.java:232
↓ 3 callersMethodgetName
This returns the name of this {@link Waypoint}. @return The name of this {@link Waypoint}
src/main/java/io/github/thebusybiscuit/slimefun4/api/gps/Waypoint.java:124
↓ 3 callersMethodgetName
This returns the name of the waypoint. @return The name of this waypoint
src/main/java/io/github/thebusybiscuit/slimefun4/api/events/WaypointCreateEvent.java:75
↓ 3 callersMethodgetNetworkFromLocation
(@Nonnull Location l)
src/main/java/io/github/thebusybiscuit/slimefun4/core/networks/cargo/CargoNet.java:53
↓ 3 callersMethodgetNetworkList
This returns a {@link List} of every {@link Network} on the {@link Server}. The returned {@link List} is not modifiable. @return A {@link List} conta
src/main/java/io/github/thebusybiscuit/slimefun4/core/networks/NetworkManager.java:117
↓ 3 callersMethodgetNightEnergy
This method returns the amount of energy that this {@link SolarGenerator} produces during the night. @return The amount of energy generated at night
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/SolarGenerator.java:74
↓ 3 callersMethodgetOutput
()
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/settings/GoldPanDrop.java:29
↓ 3 callersMethodgetOutputSlots
()
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/Reactor.java:276
↓ 3 callersMethodgetOutputSlots
()
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/entities/ExpCollector.java:98
↓ 3 callersMethodgetPickWithEfficiency
(@Nonnull ClimbingPick pick, int level)
src/test/java/io/github/thebusybiscuit/slimefun4/implementation/items/tools/TestClimbingPick.java:165
↓ 3 callersMethodgetPlayerStorage
()
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/Slimefun.java:1085
↓ 3 callersMethodgetPluginVersion
This method returns the version of this addon, it defaults to the version of the {@link JavaPlugin} provided by {@link SlimefunAddon#getJavaPlugin()}
src/main/java/io/github/thebusybiscuit/slimefun4/api/SlimefunAddon.java:63
↓ 3 callersMethodgetRecipeOutput
(@Nonnull ItemStack catalyst, @Nonnull List<ItemStack> inputs)
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/AncientAltarListener.java:311
↓ 3 callersMethodgetRecipesFor
(@Nonnull ItemStack item)
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/autocrafters/VanillaAutoCrafter.java:173
↓ 3 callersMethodgetSize
This returns the size of this {@link PlayerBackpack}. @return The size of this {@link PlayerBackpack}
src/main/java/io/github/thebusybiscuit/slimefun4/api/player/PlayerBackpack.java:136
↓ 3 callersMethodgetSkull
(@Nonnull String id, @Nonnull String texture)
src/main/java/io/github/thebusybiscuit/slimefun4/api/items/SlimefunItemStack.java:282
↓ 3 callersMethodgetSpeed
This method returns the speed at which this machine will operate. This can be implemented on an instantiation-level to create different tiers of machi
src/main/java/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/AContainer.java:168
↓ 3 callersMethodgetThreadService
This method returns the {@link ThreadService} of Slimefun. <b>Do not use this if you're an addon. Please make your own {@link ThreadService}.</b> @re
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/Slimefun.java:1095
↓ 3 callersMethodgetTickerBlocks
()
src/main/java/io/github/thebusybiscuit/slimefun4/core/SlimefunRegistry.java:290
↓ 3 callersMethodgetTimeLeft
(int seconds)
src/main/java/io/github/thebusybiscuit/slimefun4/utils/NumberUtils.java:174
↓ 3 callersMethodgetTriggerBlock
()
src/main/java/io/github/thebusybiscuit/slimefun4/core/multiblocks/MultiBlock.java:88
↓ 3 callersMethodgetUniversalInventory
(Block block)
src/main/java/me/mrCookieSlime/Slimefun/api/BlockStorage.java:843
↓ 3 callersMethodgetUpvotes
This method returns the amount of upvotes this {@link Script} has received. @return The amount of upvotes
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/androids/Script.java:162
↓ 3 callersMethodgetVersion
()
src/main/java/io/github/thebusybiscuit/slimefun4/core/services/CustomTextureService.java:109
↓ 3 callersMethodgetVersion
()
src/main/java/io/github/thebusybiscuit/slimefun4/integrations/PlaceholderAPIIntegration.java:42
← previousnext →601–700 of 4,048, ranked by callers