public final class Configuration extends Object
Constructor and Description |
---|
Configuration() |
Configuration(Configuration defaults) |
public Configuration()
public Configuration(Configuration defaults)
public <T> T get(String path, T def)
public boolean contains(String path)
public Configuration getSection(String path)
public Collection<String> getKeys()
public byte getByte(String path)
public byte getByte(String path, byte def)
public short getShort(String path)
public short getShort(String path, short def)
public int getInt(String path)
public int getInt(String path, int def)
public long getLong(String path)
public long getLong(String path, long def)
public float getFloat(String path)
public float getFloat(String path, float def)
public double getDouble(String path)
public double getDouble(String path, double def)
public boolean getBoolean(String path)
public boolean getBoolean(String path, boolean def)
public char getChar(String path)
public char getChar(String path, char def)
Copyright © 2012–2020 SpigotMC. All rights reserved.