DummyEntity changes

This commit is contained in:
Auxilor
2022-02-28 20:02:58 +00:00
parent 4fce11b149
commit 0ded1fe68b
6 changed files with 23 additions and 12 deletions

View File

@@ -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 {
}