mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-05 14:42:22 -07:00
okaaay let's go
This commit is contained in:
@@ -11,10 +11,10 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
@@ -0,0 +0,0 @@
|
||||
package org.bukkit.entity;
|
||||
|
||||
-public interface Dolphin extends WaterMob { }
|
||||
-public interface Dolphin extends Ageable, WaterMob { }
|
||||
+import org.bukkit.Location;
|
||||
+
|
||||
+public interface Dolphin extends WaterMob { // Paper start - Dolphin API
|
||||
+public interface Dolphin extends Ageable, WaterMob { // Paper start - Dolphin API
|
||||
+
|
||||
+ /**
|
||||
+ * Gets the moistness level of this dolphin
|
||||
|
Reference in New Issue
Block a user