getSection abstract method

ConfigurationSection getSection(
  1. String key
)

Gets a configuration sub-section with the specified key.

This method will never return null. If no matching sub-section is found with the specified key, an empty ConfigurationSection will be returned.

Implementation

ConfigurationSection getSection(String key);