Uses of Class
io.github.thebusybiscuit.slimefun4.implementation.Slimefun
Packages that use Slimefun
Package
Description
This package contains classes that are centered around the
GEOResource
API.This package stores classes of the API that are related to the
GPSNetwork
.This package holds the core systems of Slimefun, these are not necessarily used as an API
but rather provide the core functionality of this
Plugin
.This package contains everything related to Slimefun's ingame command.
This package holds all implementations of
SubCommand
.This package provides a few "Services" that Slimefun uses.
This package contains everything related to GitHub and contributors.
This package contains everything related to translations and localization.
This package holds classes related to the
SoundService
.This package holds all classes that are related to the actual implementation of this plugin.
This package contains all implementations of
Listener
that Slimefun uses.This package holds every
Listener
which is responsible for preventing that a
SlimefunItem
is used in an unallowed crafting operationIn this package we initialize our items, researches and stuff.
This package contains several tasks that Slimefun runs regularly.
This package holds classes which are related to integrations between Slimefun and Third-Party plugins.
-
Uses of Slimefun in io.github.thebusybiscuit.slimefun4.api.geo
Constructors in io.github.thebusybiscuit.slimefun4.api.geo with parameters of type SlimefunModifierConstructorDescriptionResourceManager
(Slimefun plugin) This will create a newResourceManager
. -
Uses of Slimefun in io.github.thebusybiscuit.slimefun4.api.gps
Constructors in io.github.thebusybiscuit.slimefun4.api.gps with parameters of type Slimefun -
Uses of Slimefun in io.github.thebusybiscuit.slimefun4.core
Methods in io.github.thebusybiscuit.slimefun4.core with parameters of type Slimefun -
Uses of Slimefun in io.github.thebusybiscuit.slimefun4.core.commands
Fields in io.github.thebusybiscuit.slimefun4.core.commands declared as SlimefunMethods in io.github.thebusybiscuit.slimefun4.core.commands that return SlimefunConstructors in io.github.thebusybiscuit.slimefun4.core.commands with parameters of type SlimefunModifierConstructorDescriptionSlimefunCommand
(Slimefun plugin) Creates a new instance ofSlimefunCommand
protected
SubCommand
(Slimefun plugin, SlimefunCommand cmd, String name, boolean hidden) -
Uses of Slimefun in io.github.thebusybiscuit.slimefun4.core.commands.subcommands
Constructors in io.github.thebusybiscuit.slimefun4.core.commands.subcommands with parameters of type Slimefun -
Uses of Slimefun in io.github.thebusybiscuit.slimefun4.core.services
Methods in io.github.thebusybiscuit.slimefun4.core.services with parameters of type SlimefunModifier and TypeMethodDescriptionvoid
This method starts theAutoSavingService
with the given interval.Constructors in io.github.thebusybiscuit.slimefun4.core.services with parameters of type SlimefunModifierConstructorDescriptionLocalizationService
(Slimefun plugin, String prefix, String serverDefaultLanguage) MetricsService
(Slimefun plugin) This constructs a new instance of ourMetricsService
.PermissionsService
(Slimefun plugin) PerWorldSettingsService
(Slimefun plugin) UpdaterService
(Slimefun plugin, String version, File file) This will create a newUpdaterService
for the givenSlimefun
. -
Uses of Slimefun in io.github.thebusybiscuit.slimefun4.core.services.github
Methods in io.github.thebusybiscuit.slimefun4.core.services.github with parameters of type SlimefunModifier and TypeMethodDescriptionvoid
This will start theGitHubService
and run the asynchronousGitHubTask
every so often to update its data. -
Uses of Slimefun in io.github.thebusybiscuit.slimefun4.core.services.localization
Constructors in io.github.thebusybiscuit.slimefun4.core.services.localization with parameters of type Slimefun -
Uses of Slimefun in io.github.thebusybiscuit.slimefun4.core.services.sounds
Constructors in io.github.thebusybiscuit.slimefun4.core.services.sounds with parameters of type Slimefun -
Uses of Slimefun in io.github.thebusybiscuit.slimefun4.implementation
Methods in io.github.thebusybiscuit.slimefun4.implementation that return Slimefun -
Uses of Slimefun in io.github.thebusybiscuit.slimefun4.implementation.listeners
Methods in io.github.thebusybiscuit.slimefun4.implementation.listeners with parameters of type SlimefunModifier and TypeMethodDescriptionvoid
void
GrapplingHookListener.register
(Slimefun plugin, GrapplingHook grapplingHook) void
Constructors in io.github.thebusybiscuit.slimefun4.implementation.listeners with parameters of type SlimefunModifierConstructorDescriptionAncientAltarListener
(Slimefun plugin, AncientAltar altar, AncientPedestal pedestal) AutoCrafterListener
(Slimefun plugin) BeeWingsListener
(Slimefun plugin, BeeWings wings) BlockListener
(Slimefun plugin) BlockPhysicsListener
(Slimefun plugin) ButcherAndroidListener
(Slimefun plugin) CargoNodeListener
(Slimefun plugin) CoolerListener
(Slimefun plugin, Cooler cooler) DeathpointListener
(Slimefun plugin) DebugFishListener
(Slimefun plugin) DispenserListener
(Slimefun plugin) ElytraImpactListener
(Slimefun plugin) EnhancedFurnaceListener
(Slimefun plugin) ExplosionsListener
(Slimefun plugin) GadgetsListener
(Slimefun plugin) HopperListener
(Slimefun plugin) ItemDropListener
(Slimefun plugin) ItemPickupListener
(Slimefun plugin) JoinListener
(Slimefun plugin) MiddleClickListener
(Slimefun plugin) MiningAndroidListener
(Slimefun plugin) MultiBlockListener
(Slimefun plugin) NetworkListener
(Slimefun plugin, NetworkManager manager) PlayerProfileListener
(Slimefun plugin) RadioactivityListener
(Slimefun plugin) SeismicAxeListener
(Slimefun plugin, SeismicAxe seismicAxe) SlimefunBootsListener
(Slimefun plugin) SlimefunGuideListener
(Slimefun plugin, boolean giveOnFirstJoin) SlimefunItemConsumeListener
(Slimefun plugin) SlimefunItemHitListener
(Slimefun plugin) SlimefunItemInteractListener
(Slimefun plugin) SoulboundListener
(Slimefun plugin) TalismanListener
(Slimefun plugin) TeleporterListener
(Slimefun plugin) VillagerTradingListener
(Slimefun plugin) WorldListener
(Slimefun plugin) -
Uses of Slimefun in io.github.thebusybiscuit.slimefun4.implementation.listeners.crafting
Constructors in io.github.thebusybiscuit.slimefun4.implementation.listeners.crafting with parameters of type SlimefunModifierConstructorDescriptionAnvilListener
(Slimefun plugin) BrewingStandListener
(Slimefun plugin) CartographyTableListener
(Slimefun plugin) CauldronListener
(Slimefun plugin) CraftingTableListener
(Slimefun plugin) GrindstoneListener
(Slimefun plugin) SmithingTableListener
(Slimefun plugin) -
Uses of Slimefun in io.github.thebusybiscuit.slimefun4.implementation.listeners.entity
Constructors in io.github.thebusybiscuit.slimefun4.implementation.listeners.entity with parameters of type SlimefunModifierConstructorDescriptionBeeListener
(Slimefun plugin) EntityInteractionListener
(Slimefun plugin) FireworksListener
(Slimefun plugin) IronGolemListener
(Slimefun plugin) MobDropListener
(Slimefun plugin) PiglinListener
(Slimefun plugin) WitherListener
(Slimefun plugin) -
Uses of Slimefun in io.github.thebusybiscuit.slimefun4.implementation.setup
Methods in io.github.thebusybiscuit.slimefun4.implementation.setup with parameters of type Slimefun -
Uses of Slimefun in io.github.thebusybiscuit.slimefun4.implementation.tasks
Methods in io.github.thebusybiscuit.slimefun4.implementation.tasks with parameters of type SlimefunModifier and TypeMethodDescriptionvoid
This method starts theTickerTask
on an asynchronous schedule.Constructors in io.github.thebusybiscuit.slimefun4.implementation.tasks with parameters of type SlimefunModifierConstructorDescriptionSlimefunStartupTask
(Slimefun plugin, Runnable runnable) This initializes ourSlimefunStartupTask
for the givenSlimefun
. -
Uses of Slimefun in io.github.thebusybiscuit.slimefun4.implementation.tasks.armor
Methods in io.github.thebusybiscuit.slimefun4.implementation.tasks.armor with parameters of type SlimefunModifier and TypeMethodDescriptionfinal void
Schedules thisAbstractArmorTask
to run everytickInterval
ticks -
Uses of Slimefun in io.github.thebusybiscuit.slimefun4.integrations
Fields in io.github.thebusybiscuit.slimefun4.integrations declared as SlimefunModifier and TypeFieldDescriptionprotected final Slimefun
IntegrationsManager.plugin
This is our instance ofSlimefun
.Constructors in io.github.thebusybiscuit.slimefun4.integrations with parameters of type SlimefunModifierConstructorDescriptionIntegrationsManager
(Slimefun plugin) This initializes theIntegrationsManager