All entity stuff in org.bukkit.craftbukkit moved to org.bukkit.craftbukkit.entity

By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
CraftBukkit/Spigot
2011-01-15 21:23:28 +00:00
parent dcbc0f4b64
commit f4fdebbd4b
15 changed files with 45 additions and 13 deletions

View File

@@ -1,5 +1,7 @@
package org.bukkit.craftbukkit;
import org.bukkit.craftbukkit.entity.CraftEntity;
/**
* Indicates that an object has a method to get its CraftBukkit-equivalent
* CraftEntity object from its Minecraft net.minecraft.server.Entity object.