geforkt von Mirrors/Paper
928bcc8d3a
Upstream has released updates that appear to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing Bukkit Changes: 09943450 Update SnakeYAML version 5515734f SPIGOT-7162: Incorrect description for Entity#getVehicle javadoc 6f82b381 PR-788: Add getHand() to all relevant events CraftBukkit Changes: aaf484f6f SPIGOT-7163: CraftMerchantRecipe doesn't copy demand and specialPrice from BukkitMerchantRecipe 5329dd6fd PR-1107: Add getHand() to all relevant events 93061706e SPIGOT-7045: Ocelots never spawn with babies with spawn reason OCELOT_BABY
21 Zeilen
1.2 KiB
Diff
21 Zeilen
1.2 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: simpleauthority <jacob@algorithmjunkie.com>
|
|
Date: Thu, 11 Jul 2019 10:35:56 -0700
|
|
Subject: [PATCH] Amend PlayerInteractAtEntityEvent javadoc for ArmorStands
|
|
|
|
|
|
diff --git a/src/main/java/org/bukkit/event/player/PlayerInteractAtEntityEvent.java b/src/main/java/org/bukkit/event/player/PlayerInteractAtEntityEvent.java
|
|
index 1075dbb8135d2fd2fd69d1e821dd1ba7f90824d5..3f24d302e28170f7f6e5885b5b9abb22cbbb7d66 100644
|
|
--- a/src/main/java/org/bukkit/event/player/PlayerInteractAtEntityEvent.java
|
|
+++ b/src/main/java/org/bukkit/event/player/PlayerInteractAtEntityEvent.java
|
|
@@ -13,6 +13,9 @@ import org.jetbrains.annotations.NotNull;
|
|
* <br>
|
|
* Note that the client may sometimes spuriously send this packet in addition to {@link PlayerInteractEntityEvent}.
|
|
* Users are advised to listen to this (parent) class unless specifically required.
|
|
+ * <br>
|
|
+ * Note that interacting with Armor Stands fires this event only and not its parent and as such users are expressly required
|
|
+ * to listen to this event for that scenario.
|
|
*/
|
|
public class PlayerInteractAtEntityEvent extends PlayerInteractEntityEvent {
|
|
private static final HandlerList handlers = new HandlerList();
|