Fixed repeated comments in HMPlayer.java.

This commit is contained in:
sk89q 2011-01-01 10:35:26 -08:00
parent d534432a2f
commit 806081cc59

View File

@ -90,11 +90,6 @@ public class HMPlayer extends LocalPlayer {
return new WorldVector(null, block.getX(), block.getY(), block.getZ()); 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. * Get the ID of the item that the player is holding.
* *
@ -113,11 +108,6 @@ public class HMPlayer extends LocalPlayer {
return player.getName(); return player.getName();
} }
/**
* Get the player's view pitch.
*
* @return pitch
*/
/** /**
* Get the player's view pitch. * Get the player's view pitch.
* *
@ -145,11 +135,6 @@ public class HMPlayer extends LocalPlayer {
return null; return null;
} }
/**
* Get the player's view yaw.
*
* @return yaw
*/
/** /**
* Get the player's view yaw. * Get the player's view yaw.
* *
@ -159,12 +144,6 @@ public class HMPlayer extends LocalPlayer {
return player.getRotation(); return player.getRotation();
} }
/**
* Gives the player an item.
*
* @param type
* @param amt
*/
/** /**
* Gives the player an item. * Gives the player an item.
* *