okaaay let's go
This commit is contained in:
parent
33ff3dff21
commit
510057a8ad
1087 changed files with 99 additions and 46 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue