Uses of Interface
io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideImplementation
Packages that use SlimefunGuideImplementation
Package
Description
This package holds everything connected to the
Research
class.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 the core system for the
SlimefunGuide.This package provides the different implementations of our
SlimefunGuideThis package contains some utility classes that revolve around the creation or handling of an
ItemStack.-
Uses of SlimefunGuideImplementation in io.github.thebusybiscuit.slimefun4.api.researches
Methods in io.github.thebusybiscuit.slimefun4.api.researches with parameters of type SlimefunGuideImplementationModifier and TypeMethodDescriptionvoidResearch.unlockFromGuide(SlimefunGuideImplementation guide, Player player, PlayerProfile profile, SlimefunItem sfItem, ItemGroup itemGroup, int page) Handle what to do when aPlayerclicks on an un-researched item in aSlimefunGuideImplementation. -
Uses of SlimefunGuideImplementation in io.github.thebusybiscuit.slimefun4.core
Methods in io.github.thebusybiscuit.slimefun4.core that return SlimefunGuideImplementationModifier and TypeMethodDescriptionSlimefunRegistry.getSlimefunGuide(SlimefunGuideMode mode) This returns the correspondingSlimefunGuideImplementationfor a certainSlimefunGuideMode. -
Uses of SlimefunGuideImplementation in io.github.thebusybiscuit.slimefun4.core.guide
Methods in io.github.thebusybiscuit.slimefun4.core.guide with parameters of type SlimefunGuideImplementationModifier and TypeMethodDescriptionvoidGuideHistory.goBack(SlimefunGuideImplementation guide) This method opens the previous entry to the associatedPlayerProfile.voidGuideHistory.openLastEntry(SlimefunGuideImplementation guide) This method opens the last opened entry to the associatedPlayerProfileof thisGuideHistory. -
Uses of SlimefunGuideImplementation in io.github.thebusybiscuit.slimefun4.implementation.guide
Classes in io.github.thebusybiscuit.slimefun4.implementation.guide that implement SlimefunGuideImplementationModifier and TypeClassDescriptionclassThis is an admin-variant of theSurvivalSlimefunGuidewhich allows aPlayerto spawn in aSlimefunItemvia click rather than showing theirRecipe.classTheSurvivalSlimefunGuideis the standard version of ourSlimefunGuide. -
Uses of SlimefunGuideImplementation in io.github.thebusybiscuit.slimefun4.utils.itemstack
Constructors in io.github.thebusybiscuit.slimefun4.utils.itemstack with parameters of type SlimefunGuideImplementationModifierConstructorDescriptionSlimefunGuideItem(SlimefunGuideImplementation implementation, String name)