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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isVisible(Player player, io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile playerProfile, io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideMode guideMode)
     
    void
    open(Player p, io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile profile, io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideMode mode)
     
    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)
     

    Methods inherited from class io.github.thebusybiscuit.slimefun4.api.items.groups.FlexItemGroup

    add, contains, getItems, isVisible, remove

    Methods 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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • 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:
      isVisible in class io.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:
      open in class io.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)