Update to Minecraft 1.21.4

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2024-12-04 03:20:00 +11:00
parent f722ad8301
commit 88499aa05b
25 changed files with 269 additions and 243 deletions

View File

@@ -28,6 +28,22 @@ public interface ExplosiveMinecart extends Minecart, Explosive {
*/
public int getFuseTicks();
/**
* Gets the factor by which explosion yield increases based on Minecart
* speed.
*
* @return increase factor
*/
public float getExplosionSpeedFactor();
/**
* Sets the factor by which explosion yield increases based on Minecart
* speed.
*
* @param factor new factor
*/
public void setExplosionSpeedFactor(float factor);
/**
* Ignite this minecart's fuse naturally.
*/