mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-14 05:33:56 +01:00
Mark CraftEntity as abstract, add dummy health methods to CraftArrowEntity.
By: angelsl <angelsl@rpm>
This commit is contained in:
parent
1e159ac832
commit
46bdde7180
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue