Class ConfigHandler

java.lang.Object
simplexity.scythe.config.ConfigHandler

public class ConfigHandler extends Object
  • Method Details

    • getInstance

      public static ConfigHandler getInstance()
    • configParser

      public void configParser()
    • allowRightClickHarvest

      public boolean allowRightClickHarvest()
    • shouldRequireToolReplant

      public boolean shouldRequireToolReplant()
    • shouldRequireToolRightClickHarvest

      public boolean shouldRequireToolRightClickHarvest()
    • showBreakParticles

      public boolean showBreakParticles()
    • shouldPlaySounds

      public boolean shouldPlaySounds()
    • getConfiguredCrops

      public List<org.bukkit.Material> getConfiguredCrops()
    • getConfiguredTools

      public List<org.bukkit.inventory.ItemStack> getConfiguredTools()
    • getConfigSound

      public org.bukkit.Sound getConfigSound()
    • getSoundVolume

      public int getSoundVolume()
    • getSoundPitch

      public int getSoundPitch()
    • getConfigParticle

      public org.bukkit.Particle getConfigParticle()
    • getParticleCount

      public int getParticleCount()