okaaay let's go
This commit is contained in:
parent
d348cb88a9
commit
2ef589c820
1191 changed files with 411 additions and 358 deletions
|
@ -5,16 +5,16 @@ Subject: [PATCH] Dolphin API
|
|||
|
||||
|
||||
diff --git a/src/main/java/org/bukkit/entity/Dolphin.java b/src/main/java/org/bukkit/entity/Dolphin.java
|
||||
index f00eaadcdde7ceef95def2d8ec6eb63a76c177bd..8ab329946daaff25646f3dd4582feb9e4c0685ca 100644
|
||||
index fcf09afd38277180aa299703000e46dd2482c372..d3d3f8b20769eec65a81d9a59195625cb2be8579 100644
|
||||
--- a/src/main/java/org/bukkit/entity/Dolphin.java
|
||||
+++ b/src/main/java/org/bukkit/entity/Dolphin.java
|
||||
@@ -1,3 +1,52 @@
|
||||
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