Class FoundryConfig

java.lang.Object
net.lewmc.foundry.FoundryConfig

public class FoundryConfig extends Object
The configuration class.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    org.bukkit.plugin.java.JavaPlugin
    Reference to the parent plugin.
    The plugin's ID
    boolean
    Should Foundry be verbose?
  • Constructor Summary

    Constructors
    Constructor
    Description
    FoundryConfig(org.bukkit.plugin.java.JavaPlugin plugin)
    Sets up the FoundryConfig class.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setVerbose(boolean verbose)
    Sets if Foundry should be verbose.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • pluginId

      public String pluginId
      The plugin's ID
    • plugin

      public org.bukkit.plugin.java.JavaPlugin plugin
      Reference to the parent plugin.
    • verbose

      public boolean verbose
      Should Foundry be verbose?
  • Constructor Details

    • FoundryConfig

      public FoundryConfig(org.bukkit.plugin.java.JavaPlugin plugin)
      Sets up the FoundryConfig class.
      Parameters:
      plugin - Plugin - The parent plugin.
  • Method Details

    • setVerbose

      public void setVerbose(boolean verbose)
      Sets if Foundry should be verbose.
      Parameters:
      verbose - boolean - true/false