Moved org.bukkit.Vector to org.bukkit.util.

By: sk89q <the.sk89q@gmail.com>
This commit is contained in:
Bukkit/Spigot
2011-01-15 13:43:09 -08:00
parent 60517316e9
commit 650e0749d1
4 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
package org.bukkit.entity;
import org.bukkit.Vector;
import org.bukkit.util.Vector;
/**
* Represents a vehicle entity.