Skip to content

Instantly share code, notes, and snippets.

View goodall-seiya's full-sized avatar

goodall-seiya

View GitHub Profile
@namiken
namiken / DirectionUtil.java
Last active August 29, 2015 14:18
Minecraft Bukkit 方向取得プログラム
import org.bukkit.Location;
public class DirectionUtil {
/**
* 向いている方向のベクトルを取得する
* @param l
* @param length 引数のLocationからどれだけ離れているか?
* @return
*/
public static Location methodA(Location l, double length) {