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
SlimefunGuide
This 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 TypeMethodDescriptionvoid
Research.unlockFromGuide
(SlimefunGuideImplementation guide, Player player, PlayerProfile profile, SlimefunItem sfItem, ItemGroup itemGroup, int page) Handle what to do when aPlayer
clicks 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 correspondingSlimefunGuideImplementation
for 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 TypeMethodDescriptionvoid
GuideHistory.goBack
(SlimefunGuideImplementation guide) This method opens the previous entry to the associatedPlayerProfile
.void
GuideHistory.openLastEntry
(SlimefunGuideImplementation guide) This method opens the last opened entry to the associatedPlayerProfile
of thisGuideHistory
. -
Uses of SlimefunGuideImplementation in io.github.thebusybiscuit.slimefun4.implementation.guide
Classes in io.github.thebusybiscuit.slimefun4.implementation.guide that implement SlimefunGuideImplementationModifier and TypeClassDescriptionclass
This is an admin-variant of theSurvivalSlimefunGuide
which allows aPlayer
to spawn in aSlimefunItem
via click rather than showing theirRecipe
.class
TheSurvivalSlimefunGuide
is 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)