Update to Minecraft 1.15.2

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2020-01-22 08:00:00 +11:00
parent 35e62b85bf
commit eb35e8f1d1
3 changed files with 34 additions and 8 deletions

View File

@@ -148,6 +148,16 @@ public final class GameRule<T> {
*/
public static final GameRule<Boolean> FIRE_DAMAGE = new GameRule<>("fireDamage", Boolean.class);
/**
* Whether patrols should naturally spawn.
*/
public static final GameRule<Boolean> DO_PATROL_SPAWNING = new GameRule<>("doPatrolSpawning", Boolean.class);
/**
* Whether traders should naturally spawn.
*/
public static final GameRule<Boolean> DO_TRADER_SPAWNING = new GameRule<>("doTraderSpawning", Boolean.class);
// Numerical rules
/**
* How often a random block tick occurs (such as plant growth, leaf decay,