Uses of Interface
io.github.thebusybiscuit.slimefun4.core.guide.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
Modifier 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
Modifier and TypeMethodDescriptionSlimefunRegistry.getSlimefunGuide
(SlimefunGuideMode mode) This returns the correspondingSlimefunGuideImplementation
for a certainSlimefunGuideMode
. -
Uses of SlimefunGuideImplementation in io.github.thebusybiscuit.slimefun4.core.guide
Modifier 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
Modifier 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
ModifierConstructorDescriptionSlimefunGuideItem
(SlimefunGuideImplementation implementation, String name)