Update to Minecraft 1.21.2

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2024-10-23 02:15:00 +11:00
parent 68de2de253
commit cd27f1b0c7
62 changed files with 1914 additions and 156 deletions

View File

@@ -1,11 +1,12 @@
package org.bukkit.entity.minecart;
import org.bukkit.entity.Explosive;
import org.bukkit.entity.Minecart;
/**
* Represents a Minecart with TNT inside it that can explode when triggered.
*/
public interface ExplosiveMinecart extends Minecart {
public interface ExplosiveMinecart extends Minecart, Explosive {
/**
* Set the fuse ticks of this minecart.