mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-15 14:13:56 +01:00
Entity's bukkitEntity field now holds a CraftEntity by default.
By: sk89q <the.sk89q@gmail.com>
This commit is contained in:
parent
55c3d7e57c
commit
205cd4cf6d
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 abstract class CraftEntity implements org.bukkit.entity.Entity {
|
||||
public class CraftEntity implements org.bukkit.entity.Entity {
|
||||
protected final CraftServer server;
|
||||
private Entity entity;
|
||||
|
||||
|
|
Loading…
Reference in a new issue