mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
Fish / Dolphin should be WaterMob, and WaterMob Creature
This commit is contained in:
parent
59c4c0b7d4
commit
62633f31df
3 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
package org.bukkit.entity;
|
||||
|
||||
public interface Dolphin extends Creature { }
|
||||
public interface Dolphin extends WaterMob { }
|
||||
|
|
|
@ -3,4 +3,4 @@ package org.bukkit.entity;
|
|||
/**
|
||||
* Represents a fish entity.
|
||||
*/
|
||||
public interface Fish extends Creature { }
|
||||
public interface Fish extends WaterMob { }
|
||||
|
|
|
@ -3,4 +3,4 @@ package org.bukkit.entity;
|
|||
/**
|
||||
* Represents a Water Mob
|
||||
*/
|
||||
public interface WaterMob extends LivingEntity {}
|
||||
public interface WaterMob extends Creature {}
|
||||
|
|
Loading…
Add table
Reference in a new issue