mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-20 18:07:43 +01:00
Update to 1.15
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From d59551620f404ebae9dcac03a8639362780320e5 Mon Sep 17 00:00:00 2001
|
||||
From 3f684028d9178608f302ef468f19e4fe89d8cb74 Mon Sep 17 00:00:00 2001
|
||||
From: William Blake Galbreath <blake.galbreath@gmail.com>
|
||||
Date: Fri, 18 Oct 2019 23:58:29 -0500
|
||||
Subject: [PATCH] Add block and fluid tick events
|
||||
@@ -134,10 +134,10 @@ index 000000000..1a8f0b674
|
||||
+ }
|
||||
+}
|
||||
diff --git a/src/main/java/org/bukkit/World.java b/src/main/java/org/bukkit/World.java
|
||||
index 2d22ab30a..e1f25bdd1 100644
|
||||
index 725c9059d..8205b4767 100644
|
||||
--- a/src/main/java/org/bukkit/World.java
|
||||
+++ b/src/main/java/org/bukkit/World.java
|
||||
@@ -2988,6 +2988,36 @@ public interface World extends PluginMessageRecipient, Metadatable {
|
||||
@@ -3046,6 +3046,36 @@ public interface World extends PluginMessageRecipient, Metadatable {
|
||||
@NotNull
|
||||
public List<Raid> getRaids();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user