mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-16 18:31:53 +01:00
Revert "Entity's bukkitEntity field now holds a CraftEntity by default."
This reverts commit 7a64e864fc481f001812d78cc4d767872c458706. By: sk89q <the.sk89q@gmail.com>
This commit is contained in:
parent
205cd4cf6d
commit
bde24c6ec9
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import org.bukkit.World;
|
|||
import org.bukkit.craftbukkit.CraftServer;
|
||||
import org.bukkit.util.Vector;
|
||||
|
||||
public class CraftEntity implements org.bukkit.entity.Entity {
|
||||
public abstract class CraftEntity implements org.bukkit.entity.Entity {
|
||||
protected final CraftServer server;
|
||||
private Entity entity;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue