Added interfaces for every entity type. Most (if not all) are empty.
These are place holders at the moment, to be used when determining entity type. Further functionality could be added to these interfaces later. By: Andrew Ardill <andrew.ardill@gmail.com>
This commit is contained in:
14
paper-api/src/main/java/org/bukkit/entity/Squid.java
Normal file
14
paper-api/src/main/java/org/bukkit/entity/Squid.java
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
*
|
||||
*/
|
||||
package org.bukkit.entity;
|
||||
|
||||
/**
|
||||
* Represents a Squid.
|
||||
*
|
||||
* @author Cogito
|
||||
*
|
||||
*/
|
||||
public interface Squid extends WaterMob {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user