mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-19 17:37:42 +01:00
Updated Upstream (Paper)
Upstream has released updates that appears to apply and compile correctly Paper Changes: f09fed89 Update upstream B/CB 7c1ef0b7 Add option to ignore the java version check in CB 510dfd60 [CI-SKIP] Update build badge in README to use proper job
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From 211fe2b9508d8cbdd4b1d9a38e0b7c98e7d37745 Mon Sep 17 00:00:00 2001
|
||||
From 0961dfd2209679bbd2bf0f76de5a6c77bfca7eb1 Mon Sep 17 00:00:00 2001
|
||||
From: William Blake Galbreath <blake.galbreath@gmail.com>
|
||||
Date: Sat, 19 Oct 2019 00:34:36 -0500
|
||||
Subject: [PATCH] Add getPlacementBlockData to World
|
||||
@@ -8,10 +8,10 @@ Subject: [PATCH] Add getPlacementBlockData to World
|
||||
1 file changed, 10 insertions(+)
|
||||
|
||||
diff --git a/src/main/java/org/bukkit/World.java b/src/main/java/org/bukkit/World.java
|
||||
index 1edf1ec72..5a28b8bed 100644
|
||||
index c12d0efc..07e0f604 100644
|
||||
--- a/src/main/java/org/bukkit/World.java
|
||||
+++ b/src/main/java/org/bukkit/World.java
|
||||
@@ -3086,6 +3086,16 @@ public interface World extends PluginMessageRecipient, Metadatable {
|
||||
@@ -3145,6 +3145,16 @@ public interface World extends PluginMessageRecipient, Metadatable {
|
||||
* @param enabled True to enable
|
||||
*/
|
||||
void setFluidTickEventEnabled(boolean enabled);
|
||||
|
||||
Reference in New Issue
Block a user