geforkt von Mirrors/FastAsyncWorldEdit
Fixed repeated comments in HMPlayer.java.
Dieser Commit ist enthalten in:
Ursprung
d534432a2f
Commit
806081cc59
@ -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.
|
||||
*
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren