mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-13 11:15:57 -07:00
Mark CraftEntity as abstract, add dummy health methods to CraftArrowEntity.
This commit is contained in:
@@ -6,7 +6,7 @@ import net.minecraft.server.WorldServer;
|
||||
import org.bukkit.Location;
|
||||
import org.bukkit.World;
|
||||
|
||||
public class CraftEntity implements org.bukkit.Entity {
|
||||
public abstract class CraftEntity implements org.bukkit.Entity {
|
||||
protected final CraftServer server;
|
||||
private Entity entity;
|
||||
|
||||
|
Reference in New Issue
Block a user