Uses of Enum Class
io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideMode
Packages that use SlimefunGuideMode
Package
Description
This package contains all extensions of
Event that Slimefun provides
and allows you to listen to.This package contains a few
ItemGroup variations.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-
Uses of SlimefunGuideMode in io.github.thebusybiscuit.slimefun4.api.events
Methods in io.github.thebusybiscuit.slimefun4.api.events that return SlimefunGuideModeModifier and TypeMethodDescriptionSlimefunGuideOpenEvent.getGuideLayout()This returns theSlimefunGuideModeof the Slimefun Guide thatPlayertries to open.Methods in io.github.thebusybiscuit.slimefun4.api.events with parameters of type SlimefunGuideModeModifier and TypeMethodDescriptionvoidSlimefunGuideOpenEvent.setGuideLayout(SlimefunGuideMode layout) Changes theSlimefunGuideModethat was tried to be opened with.Constructors in io.github.thebusybiscuit.slimefun4.api.events with parameters of type SlimefunGuideModeModifierConstructorDescriptionSlimefunGuideOpenEvent(Player p, ItemStack guide, SlimefunGuideMode layout) -
Uses of SlimefunGuideMode in io.github.thebusybiscuit.slimefun4.api.items.groups
Methods in io.github.thebusybiscuit.slimefun4.api.items.groups with parameters of type SlimefunGuideModeModifier and TypeMethodDescriptionabstract booleanFlexItemGroup.isVisible(Player p, PlayerProfile profile, SlimefunGuideMode layout) This method returns whether thisFlexItemGroupis visible under the given context.booleanNestedItemGroup.isVisible(Player p, PlayerProfile profile, SlimefunGuideMode mode) abstract voidFlexItemGroup.open(Player p, PlayerProfile profile, SlimefunGuideMode layout) This method is called when aPlayeropens thisFlexItemGroup.voidNestedItemGroup.open(Player p, PlayerProfile profile, SlimefunGuideMode mode) -
Uses of SlimefunGuideMode in io.github.thebusybiscuit.slimefun4.core
Methods in io.github.thebusybiscuit.slimefun4.core with parameters of type SlimefunGuideModeModifier and TypeMethodDescriptionSlimefunRegistry.getSlimefunGuide(SlimefunGuideMode mode) This returns the correspondingSlimefunGuideImplementationfor a certainSlimefunGuideMode. -
Uses of SlimefunGuideMode in io.github.thebusybiscuit.slimefun4.core.guide
Methods in io.github.thebusybiscuit.slimefun4.core.guide that return SlimefunGuideModeModifier and TypeMethodDescriptionstatic SlimefunGuideModeSlimefunGuide.getDefaultMode()Get the default mode for the Slimefun guide.SlimefunGuideImplementation.getMode()EverySlimefunGuideImplementationcan be associated with aSlimefunGuideMode.static SlimefunGuideModeReturns the enum constant of this class with the specified name.static SlimefunGuideMode[]SlimefunGuideMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.thebusybiscuit.slimefun4.core.guide with parameters of type SlimefunGuideModeModifier and TypeMethodDescriptionstatic ItemStackSlimefunGuide.getItem(SlimefunGuideMode design) static voidSlimefunGuide.openGuide(Player p, SlimefunGuideMode mode) static voidSlimefunGuide.openItemGroup(PlayerProfile profile, ItemGroup itemGroup, SlimefunGuideMode mode, int selectedPage) static voidSlimefunGuide.openMainMenu(PlayerProfile profile, SlimefunGuideMode mode, int selectedPage) static voidSlimefunGuide.openSearch(PlayerProfile profile, String input, SlimefunGuideMode mode, boolean addToHistory) -
Uses of SlimefunGuideMode in io.github.thebusybiscuit.slimefun4.implementation.guide
Methods in io.github.thebusybiscuit.slimefun4.implementation.guide that return SlimefunGuideMode