mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-07 16:57:42 +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
@ -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…
Reference in New Issue
Block a user