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. *