mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-02 21:22:05 -07:00
Finish API patches
This commit is contained in:
@@ -128,7 +128,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
* This event is fired when a sign is opened by the player.
|
||||
+ * @deprecated use {@link io.papermc.paper.event.player.PlayerOpenSignEvent}
|
||||
*/
|
||||
@ApiStatus.Experimental
|
||||
+@Deprecated(forRemoval = true) // Paper
|
||||
+@org.bukkit.Warning(false) // Paper
|
||||
public class PlayerSignOpenEvent extends PlayerEvent implements Cancellable {
|
||||
|
Reference in New Issue
Block a user