Package simplexity.scythe.config
Class ConfigHandler
java.lang.Object
simplexity.scythe.config.ConfigHandler
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
org.bukkit.Particle
org.bukkit.Sound
List<org.bukkit.Material>
List<org.bukkit.inventory.ItemStack>
static ConfigHandler
int
int
int
boolean
boolean
boolean
boolean
-
Method Details
-
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
-
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()
-