Class MainFlexGroup
java.lang.Object
io.github.thebusybiscuit.slimefun4.api.items.ItemGroup
io.github.thebusybiscuit.slimefun4.api.items.groups.FlexItemGroup
io.github.sefiraat.networks.slimefun.groups.MainFlexGroup
- All Implemented Interfaces:
Keyed
public class MainFlexGroup
extends io.github.thebusybiscuit.slimefun4.api.items.groups.FlexItemGroup
-
Field Summary
Fields inherited from class io.github.thebusybiscuit.slimefun4.api.items.ItemGroup
crossAddonItemGroup, item, items, key, tier -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisVisible(Player player, io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile playerProfile, io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideMode guideMode) voidopen(Player p, io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile profile, io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideMode mode) booleanopenPage(io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile profile, io.github.thebusybiscuit.slimefun4.api.items.ItemGroup itemGroup, io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideMode mode, int page) Methods inherited from class io.github.thebusybiscuit.slimefun4.api.items.groups.FlexItemGroup
add, contains, getItems, isVisible, removeMethods inherited from class io.github.thebusybiscuit.slimefun4.api.items.ItemGroup
equals, getAddon, getDisplayName, getItem, getKey, getTier, getUnlocalizedName, hashCode, isAccessible, isCrossAddonItemGroup, isHidden, isRegistered, register, setCrossAddonItemGroup, setTier, toString
-
Constructor Details
-
MainFlexGroup
-
-
Method Details
-
isVisible
@ParametersAreNonnullByDefault public boolean isVisible(Player player, io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile playerProfile, io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideMode guideMode) - Specified by:
isVisiblein classio.github.thebusybiscuit.slimefun4.api.items.groups.FlexItemGroup
-
open
@ParametersAreNonnullByDefault public void open(Player p, io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile profile, io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideMode mode) - Specified by:
openin classio.github.thebusybiscuit.slimefun4.api.items.groups.FlexItemGroup
-
openPage
@ParametersAreNonnullByDefault public boolean openPage(io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile profile, io.github.thebusybiscuit.slimefun4.api.items.ItemGroup itemGroup, io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideMode mode, int page)
-