mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 04:05:50 -07:00
fixed imports on all Entities
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
package net.minecraft.server;
|
||||
|
||||
//CraftBukkit start
|
||||
import org.bukkit.craftbukkit.CraftServer;
|
||||
import org.bukkit.craftbukkit.entity.CraftCow;
|
||||
//CraftBukkit end
|
||||
|
||||
public class EntityCow extends EntityAnimals {
|
||||
|
||||
|
Reference in New Issue
Block a user