From 806081cc5988cfb651211256b06e0c0afd8e8ac5 Mon Sep 17 00:00:00 2001 From: sk89q Date: Sat, 1 Jan 2011 10:35:26 -0800 Subject: [PATCH] Fixed repeated comments in HMPlayer.java. --- src/HMPlayer.java | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/src/HMPlayer.java b/src/HMPlayer.java index df52e9d96..4c3df8dce 100644 --- a/src/HMPlayer.java +++ b/src/HMPlayer.java @@ -90,11 +90,6 @@ public class HMPlayer extends LocalPlayer { return new WorldVector(null, block.getX(), block.getY(), block.getZ()); } - /** - * Get the ID of the item that the player is holding. - * - * @return - */ /** * Get the ID of the item that the player is holding. * @@ -113,11 +108,6 @@ public class HMPlayer extends LocalPlayer { return player.getName(); } - /** - * Get the player's view pitch. - * - * @return pitch - */ /** * Get the player's view pitch. * @@ -145,11 +135,6 @@ public class HMPlayer extends LocalPlayer { return null; } - /** - * Get the player's view yaw. - * - * @return yaw - */ /** * Get the player's view yaw. * @@ -159,12 +144,6 @@ public class HMPlayer extends LocalPlayer { return player.getRotation(); } - /** - * Gives the player an item. - * - * @param type - * @param amt - */ /** * Gives the player an item. *