StoryModeIntroductionQuestConfig

Constructors

Link copied to clipboard

Inherited properties

Link copied to clipboard
protected Map<String, Map<String, Object>> customObjectives
Link copied to clipboard
public List<String> customRewardsList
Link copied to clipboard
protected File file
Link copied to clipboard
protected FileConfiguration fileConfiguration
Link copied to clipboard
protected String filename
Link copied to clipboard
protected boolean isEnabled
Link copied to clipboard
public List<String> questAcceptDialog
Link copied to clipboard
public String questAcceptPermission
Link copied to clipboard
public List<String> questAcceptPermissions
Link copied to clipboard
public String questAcceptSound
Link copied to clipboard
public List<String> questCompleteCommands
Link copied to clipboard
public List<String> questCompleteDialog
Link copied to clipboard
public String questCompleteSound
Link copied to clipboard
public int questLevel
Link copied to clipboard
Link copied to clipboard
public String questLockoutPermission
Link copied to clipboard
public List<String> questLore
Link copied to clipboard
public String questName
Link copied to clipboard
public List<String> temporaryPermissions
Link copied to clipboard
public String turnInNPC
Link copied to clipboard
public FileConfiguration writableFileConfiguration

Inherited functions

Link copied to clipboard
protected boolean configHas(String configKey)
Link copied to clipboard
public Map<String, Map<String, Object>> getCustomObjectives()
Link copied to clipboard
public List<String> getCustomRewardsList()
Link copied to clipboard
public File getFile()
Link copied to clipboard
public FileConfiguration getFileConfiguration()
Link copied to clipboard
public String getFilename()
public String getFilename()
Link copied to clipboard
public List<String> getQuestAcceptDialog()
Link copied to clipboard
public String getQuestAcceptPermission()
Link copied to clipboard
public List<String> getQuestAcceptPermissions()
Link copied to clipboard
public String getQuestAcceptSound()
Link copied to clipboard
public List<String> getQuestCompleteCommands()
Link copied to clipboard
public List<String> getQuestCompleteDialog()
Link copied to clipboard
public String getQuestCompleteSound()
Link copied to clipboard
public int getQuestLevel()
Link copied to clipboard
Link copied to clipboard
public String getQuestLockoutPermission()
Link copied to clipboard
public List<String> getQuestLore()
Link copied to clipboard
public String getQuestName()
Link copied to clipboard
public List<String> getTemporaryPermissions()
Link copied to clipboard
public String getTurnInNPC()
Link copied to clipboard
public FileConfiguration getWritableFileConfiguration()
Link copied to clipboard
public boolean isEnabled()
Link copied to clipboard
public boolean isTrackable()
Link copied to clipboard
protected boolean processBoolean(String path, boolean value, boolean pluginDefault, boolean forceWriteDefault)
Link copied to clipboard
public void processConfigFields()
public abstract void processConfigFields()
Link copied to clipboard
public ConfigurationSection processConfigurationSection(String path, Map<String, Object> value)
Registers the translatable text inside a configuration section and hands back a section carrying the translated values.
public ConfigurationSection processConfigurationSection(String path, Map<String, Object> value)
Link copied to clipboard
protected double processDouble(String path, double value, double pluginDefault, boolean forceWriteDefault)
protected Double processDouble(String path, Double value, Double pluginDefault, boolean forceWriteDefault)
Link copied to clipboard
public T processEnum<T extends Enum<T>>(String path, T value, T pluginDefault, Class<T> enumClass, boolean forceWriteDefault)
public T processEnum<T extends Enum<T>>(String path, T value, T pluginDefault, Class<T> enumClass, boolean forceWriteDefault)
Link copied to clipboard
protected List<T> processEnumList<T extends Enum<T>>(String path, List<T> value, List<T> pluginDefault, Class<T> enumClass, boolean forceWriteDefault)
Link copied to clipboard
protected int processInt(String path, int value, int pluginDefault, boolean forceWriteDefault)
Link copied to clipboard
public ItemStack processItemStack(String path, ItemStack value, ItemStack pluginDefault, boolean forceWriteDefault)
Link copied to clipboard
public List<Object> processList(String path, List<Object> value, List<Object> pluginDefault, boolean forceWriteDefault)
Link copied to clipboard
protected Location processLocation(String path, Location value, String pluginDefault, boolean forceWriteDefault)
Link copied to clipboard
protected long processLong(String path, long value, long pluginDefault, boolean forceWriteDefault)
Link copied to clipboard
public Map<String, Object> processMap(String path, Map<String, Object> value)
Link copied to clipboard
public Map<String, Object> processMapWithKey(String path, Map<String, Object> value)
Link copied to clipboard
protected String processString(String path, String value, String pluginDefault, boolean forceWriteDefault)
Link copied to clipboard
public List<String> processStringList(String path, List<String> value, List<String> pluginDefault, boolean forceWriteDefault)
Link copied to clipboard
protected Vector processVector(String path, Vector value, Vector pluginDefault, boolean forceWriteDefault)
Link copied to clipboard
protected List<World> processWorldList(String path, List<World> value, List<World> pluginDefault, boolean forceWriteDefault)
Link copied to clipboard
public void setCustomObjectives(Map<String, Map<String, Object>> customObjectives)
Link copied to clipboard
public void setCustomRewardsList(List<String> customRewardsList)
Link copied to clipboard
public void setEnabled(boolean isEnabled)
Link copied to clipboard
public CompletableFuture<Void> setEnabledAndSave(boolean enabled)
Link copied to clipboard
public void setFile(File file)
Link copied to clipboard
public void setFileConfiguration(FileConfiguration fileConfiguration)
Link copied to clipboard
public void setQuestAcceptDialog(List<String> questAcceptDialog)
Link copied to clipboard
public void setQuestAcceptPermission(String questAcceptPermission)
Link copied to clipboard
public void setQuestAcceptPermissions(List<String> questAcceptPermissions)
Link copied to clipboard
public void setQuestAcceptSound(String questAcceptSound)
Link copied to clipboard
public void setQuestCompleteCommands(List<String> questCompleteCommands)
Link copied to clipboard
public void setQuestCompleteDialog(List<String> questCompleteDialog)
Link copied to clipboard
public void setQuestCompleteSound(String questCompleteSound)
Link copied to clipboard
public void setQuestLevel(int questLevel)
Link copied to clipboard
public void setQuestLockoutMinutes(int questLockoutMinutes)
Link copied to clipboard
Link copied to clipboard
public void setQuestLore(List<String> questLore)
Link copied to clipboard
public void setQuestName(String questName)
Link copied to clipboard
public void setTemporaryPermissions(List<String> temporaryPermissions)
Link copied to clipboard
public void setTrackable(boolean trackable)
Link copied to clipboard
public void setTurnInNPC(String turnInNPC)
Link copied to clipboard
protected String translatable(String filename, String key, String value)
Registers a translatable value with the translation system and returns the display-ready value for the configured language.
protected List<String> translatable(String filename, String key, List<String> value)
List counterpart of translatable.