Class FakeCommentedConfig

    • Constructor Detail

      • FakeCommentedConfig

        public FakeCommentedConfig​(Config config)
        Creates a FakeUnmodifiableCommentedConfig that gets all its values from the given config. The FakeUnmodifiableCommentedConfig implements CommentedConfig but all operations on comments do nothing.
        Parameters:
        config - the config to use for the values