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.
This commit is contained in:
committed by
Dinner Bone
parent
1f94399da6
commit
b1729b097e
13
src/main/java/org/bukkit/entity/WaterMob.java
Normal file
13
src/main/java/org/bukkit/entity/WaterMob.java
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
*
|
||||
*/
|
||||
package org.bukkit.entity;
|
||||
|
||||
/**
|
||||
* Represents a Water Mob
|
||||
* @author Cogito
|
||||
*
|
||||
*/
|
||||
public interface WaterMob extends Creature {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user