DummyEntity changes
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.willfp.eco.core.entities.dummy;
|
||||
|
||||
import org.bukkit.entity.Entity;
|
||||
|
||||
/**
|
||||
* Interface for Dummy Entities in order to filter them using instanceof.
|
||||
*/
|
||||
public interface DummyEntity extends Entity {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user