Package net.lewmc.kryptonite.kos.config
Class Bukkit
java.lang.Object
net.lewmc.kryptonite.kos.config.Bukkit
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
chunkGcPeriodInTicks
(int value) void
save()
void
spawnLimits
(int monsters, int animals, int waterAnimals, int waterAmbient, int waterUndergroundCreature, int axolotls, int ambient) void
ticksPer
(int monsters, int animals, int waterAnimals, int waterAmbient, int waterUndergroundCreature, int axolotls, int ambient)
-
Constructor Details
-
Bukkit
-
-
Method Details
-
spawnLimits
public void spawnLimits(int monsters, int animals, int waterAnimals, int waterAmbient, int waterUndergroundCreature, int axolotls, int ambient) -
ticksPer
public void ticksPer(int monsters, int animals, int waterAnimals, int waterAmbient, int waterUndergroundCreature, int axolotls, int ambient) -
chunkGcPeriodInTicks
public void chunkGcPeriodInTicks(int value) -
save
public void save()
-