Uses of Class
io.github.thebusybiscuit.slimefun4.implementation.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
ModifierConstructorDescriptionResourceManager
(Slimefun plugin) This will create a newResourceManager
. -
Uses of Slimefun in io.github.thebusybiscuit.slimefun4.api.gps
-
Uses of Slimefun in io.github.thebusybiscuit.slimefun4.core
-
Uses of Slimefun in io.github.thebusybiscuit.slimefun4.core.commands
ModifierConstructorDescriptionSlimefunCommand
(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
-
Uses of Slimefun in io.github.thebusybiscuit.slimefun4.core.services
Modifier and TypeMethodDescriptionvoid
This method starts theAutoSavingService
with the given interval.ModifierConstructorDescriptionLocalizationService
(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
Modifier 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
-
Uses of Slimefun in io.github.thebusybiscuit.slimefun4.core.services.sounds
-
Uses of Slimefun in io.github.thebusybiscuit.slimefun4.implementation
-
Uses of Slimefun in io.github.thebusybiscuit.slimefun4.implementation.listeners
Modifier and TypeMethodDescriptionvoid
void
GrapplingHookListener.register
(Slimefun plugin, GrapplingHook grapplingHook) void
ModifierConstructorDescriptionAncientAltarListener
(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
ModifierConstructorDescriptionAnvilListener
(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
ModifierConstructorDescriptionBeeListener
(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
-
Uses of Slimefun in io.github.thebusybiscuit.slimefun4.implementation.tasks
Modifier and TypeMethodDescriptionvoid
This method starts theTickerTask
on an asynchronous schedule.ModifierConstructorDescriptionSlimefunStartupTask
(Slimefun plugin, Runnable runnable) This initializes ourSlimefunStartupTask
for the givenSlimefun
. -
Uses of Slimefun in io.github.thebusybiscuit.slimefun4.implementation.tasks.armor
Modifier and TypeMethodDescriptionfinal void
Schedules thisAbstractArmorTask
to run everytickInterval
ticks -
Uses of Slimefun in io.github.thebusybiscuit.slimefun4.integrations
Modifier and TypeFieldDescriptionprotected final Slimefun
IntegrationsManager.plugin
This is our instance ofSlimefun
.ModifierConstructorDescriptionIntegrationsManager
(Slimefun plugin) This initializes theIntegrationsManager