Uses of Enum Class
fr.prodrivers.bukkit.commons.sections.SectionCapabilities
Packages that use SectionCapabilities
-
Uses of SectionCapabilities in fr.prodrivers.bukkit.commons.hubs
Methods in fr.prodrivers.bukkit.commons.hubs that return types with arguments of type SectionCapabilities -
Uses of SectionCapabilities in fr.prodrivers.bukkit.commons.sections
Methods in fr.prodrivers.bukkit.commons.sections that return SectionCapabilitiesModifier and TypeMethodDescriptionstatic SectionCapabilities
Returns the enum constant of this class with the specified name.static SectionCapabilities[]
SectionCapabilities.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.prodrivers.bukkit.commons.sections that return types with arguments of type SectionCapabilitiesModifier and TypeMethodDescriptionabstract @NonNull Set<SectionCapabilities>
Section.getCapabilities()
Get all capabilities of a section.