Class SectionManager

java.lang.Object
fr.prodrivers.bukkit.commons.sections.SectionManager

public class SectionManager extends Object
Prodrivers Commons Section Manager
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    enter(org.bukkit.entity.Player player)
    Make a player enter his current section's preferred next section
    static void
    enter(org.bukkit.entity.Player player, String sectionName)
    Make a player enter a section by section name.
    static void
    enter(org.bukkit.entity.Player player, String sectionName, String subSection)
    Make a player enter a section by section name.
    static void
    enter(org.bukkit.entity.Player player, String sectionName, String subSection, boolean force)
    Make a player enter a section by section name.
    getCurrentSection(org.bukkit.entity.Player player)
    Get a player's current section instance
    static void
    Register a new section instance against the Prodrivers Commons infrastructure

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait