mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 02:02:04 -07:00
NOT FINISHED!!! Current Progress on 1.13-pre7 update
This work is 100% unfinished. I am pushing it up so that we as a team can work on this update. Do not try to use this branch. You will fail.
This commit is contained in:
@@ -152,15 +152,4 @@ index 0d87d203..d4eee19c 100644
|
||||
|
||||
/**
|
||||
* @return The size of the slime
|
||||
diff --git a/src/main/java/org/bukkit/entity/WaterMob.java b/src/main/java/org/bukkit/entity/WaterMob.java
|
||||
index 3e89ca0c..8d105e72 100644
|
||||
--- a/src/main/java/org/bukkit/entity/WaterMob.java
|
||||
+++ b/src/main/java/org/bukkit/entity/WaterMob.java
|
||||
@@ -0,0 +0,0 @@ package org.bukkit.entity;
|
||||
/**
|
||||
* Represents a Water Mob
|
||||
*/
|
||||
-public interface WaterMob extends LivingEntity {}
|
||||
+public interface WaterMob extends LivingEntity, com.destroystokyo.paper.entity.SentientNPC { // Paper
|
||||
+}
|
||||
--
|
Reference in New Issue
Block a user