mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-28 19:03:51 -07:00
Fix javadoc errors/warnings
By: Celtic Minstrel <celtic.minstrel.ca@some.place>
This commit is contained in:
@@ -39,7 +39,7 @@ public class EnchantItemEvent extends InventoryEvent implements Cancellable {
|
||||
/**
|
||||
* Gets the player enchanting the item
|
||||
*
|
||||
* @returns enchanting player
|
||||
* @return enchanting player
|
||||
*/
|
||||
public Player getEnchanter() {
|
||||
return enchanter;
|
||||
|
@@ -33,7 +33,7 @@ public class PrepareItemEnchantEvent extends InventoryEvent implements Cancellab
|
||||
/**
|
||||
* Gets the player enchanting the item
|
||||
*
|
||||
* @returns enchanting player
|
||||
* @return enchanting player
|
||||
*/
|
||||
public Player getEnchanter() {
|
||||
return enchanter;
|
||||
|
@@ -72,7 +72,7 @@ public class PlayerDeathEvent extends EntityDeathEvent {
|
||||
* This does not indicate how much EXP should be dropped, please see
|
||||
* {@link #setDroppedExp(int)} for that.
|
||||
*
|
||||
* @get exp New EXP of the respawned player
|
||||
* @param exp New EXP of the respawned player
|
||||
*/
|
||||
public void setNewExp(int exp) {
|
||||
newExp = exp;
|
||||
@@ -90,7 +90,7 @@ public class PlayerDeathEvent extends EntityDeathEvent {
|
||||
/**
|
||||
* Sets the Level the Player should have at respawn.
|
||||
*
|
||||
* @get level New Level of the respawned player
|
||||
* @param level New Level of the respawned player
|
||||
*/
|
||||
public void setNewLevel(int level) {
|
||||
newLevel = level;
|
||||
@@ -108,7 +108,7 @@ public class PlayerDeathEvent extends EntityDeathEvent {
|
||||
/**
|
||||
* Sets the Total EXP the Player should have at respawn.
|
||||
*
|
||||
* @get totalExp New Total EXP of the respawned player
|
||||
* @param totalExp New Total EXP of the respawned player
|
||||
*/
|
||||
public void setNewTotalExp(int totalExp) {
|
||||
newTotalExp = totalExp;
|
||||
|
Reference in New Issue
Block a user