SPIGOT-4705: Revamp Ageable interface and add Breedable interface
By: Shane Bee <shanebolenback@me.com>
This commit is contained in:
@@ -6,7 +6,7 @@ import org.jetbrains.annotations.Nullable;
|
||||
/**
|
||||
* Represents an Animal.
|
||||
*/
|
||||
public interface Animals extends Ageable {
|
||||
public interface Animals extends Breedable {
|
||||
|
||||
/**
|
||||
* Get the UUID of the entity that caused this entity to enter the
|
||||
|
||||
Reference in New Issue
Block a user