public class MythicLineConfig extends Object implements GenericConfig
Constructor and Description |
---|
MythicLineConfig(File file,
String line) |
MythicLineConfig(String s) |
MythicLineConfig(String fileName,
String line) |
public MythicLineConfig(String s)
public String getLine()
public int size()
public boolean getBoolean(String key)
getBoolean
in interface GenericConfig
public boolean getBoolean(String key, boolean def)
getBoolean
in interface GenericConfig
public boolean getBoolean(String[] key, boolean def)
public String getString(String key)
getString
in interface GenericConfig
public String getString(String key, String def)
getString
in interface GenericConfig
public PlaceholderString getPlaceholderString(String key, String def)
public PlaceholderString getPlaceholderString(String[] key, String def, String... args)
public int getInteger(String key)
getInteger
in interface GenericConfig
public int getInteger(String[] key)
public int getInteger(String key, int def)
getInteger
in interface GenericConfig
public int getInteger(String[] key, int def)
public PlaceholderInt getPlaceholderInteger(String key, String def)
public PlaceholderInt getPlaceholderInteger(String[] key, String def, String... args)
public PlaceholderInt getPlaceholderInteger(String key, int def)
public PlaceholderInt getPlaceholderInteger(String[] key, int def, String... args)
public double getDouble(String key)
public double getDouble(String[] key)
public double getDouble(String key, double def)
public double getDouble(String[] key, double def)
public PlaceholderDouble getPlaceholderDouble(String key, String def)
public PlaceholderDouble getPlaceholderDouble(String[] key, String def, String... args)
public PlaceholderDouble getPlaceholderDouble(String key, double def)
public PlaceholderDouble getPlaceholderDouble(String[] key, double def, String... args)
public float getFloat(String key)
public float getFloat(String[] key)
public float getFloat(String key, float def)
public float getFloat(String[] key, float def)
public PlaceholderFloat getPlaceholderFloat(String key, String def)
public PlaceholderFloat getPlaceholderFloat(String[] key, String def, String... args)
public PlaceholderFloat getPlaceholderFloat(String key, float def)
public PlaceholderFloat getPlaceholderFloat(String[] key, float def, String... args)
public long getLong(String key)
public long getLong(String[] key)
public long getLong(String key, long def)
public long getLong(String[] key, long def)
public List<io.lumine.utils.serialize.Locus> getLocationList(String[] key, List<io.lumine.utils.serialize.Locus> def)
public List<io.lumine.utils.serialize.Locus> getLocationList(String key, List<io.lumine.utils.serialize.Locus> def)
Copyright © 2020. All rights reserved.