Update to Minecraft 1.19.1

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2022-07-28 04:00:00 +10:00
parent ecc4ce98ab
commit 8d30515576
4 changed files with 46 additions and 1 deletions

View File

@@ -62,6 +62,8 @@ public final class GameEvent implements Keyed {
public static final GameEvent INSTRUMENT_PLAY = getEvent("instrument_play");
public static final GameEvent ITEM_INTERACT_FINISH = getEvent("item_interact_finish");
public static final GameEvent ITEM_INTERACT_START = getEvent("item_interact_start");
public static final GameEvent JUKEBOX_PLAY = getEvent("jukebox_play");
public static final GameEvent JUKEBOX_STOP_PLAY = getEvent("jukebox_stop_play");
public static final GameEvent LIGHTNING_STRIKE = getEvent("lightning_strike");
@Deprecated
public static final GameEvent MOB_INTERACT = getEvent("entity_interact");