Mark CraftEntity as abstract, add dummy health methods to CraftArrowEntity.
This commit is contained in:
parent
5a9b2d0c2e
commit
8f358b4b2b
@ -6,7 +6,7 @@ import net.minecraft.server.WorldServer;
|
|||||||
import org.bukkit.Location;
|
import org.bukkit.Location;
|
||||||
import org.bukkit.World;
|
import org.bukkit.World;
|
||||||
|
|
||||||
public class CraftEntity implements org.bukkit.Entity {
|
public abstract class CraftEntity implements org.bukkit.Entity {
|
||||||
protected final CraftServer server;
|
protected final CraftServer server;
|
||||||
private Entity entity;
|
private Entity entity;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user