mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-23 16:56:31 +01:00
Fish / Dolphin should be WaterMob, and WaterMob Creature
By: md_5 <git@md-5.net>
This commit is contained in:
parent
335202751d
commit
8bde1c55cc
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