standard javadoc

This commit is contained in:
Gabriele C
2015-11-21 01:31:18 +01:00
parent 118c79401a
commit bd1f868c6d
94 changed files with 1176 additions and 1174 deletions
@@ -34,24 +34,24 @@ public class ProtectInventoryEvent extends CustomEvent {
/**
* Method getStoredInventory.
* @return ItemStack[]
*/
* @return ItemStack[] */
public ItemStack[] getStoredInventory() {
return this.storedinventory;
}
/**
* Method getStoredArmor.
* @return ItemStack[]
*/
* @return ItemStack[] */
public ItemStack[] getStoredArmor() {
return this.storedarmor;
}
/**
* Method getPlayer.
* @return Player
*/
* @return Player */
public Player getPlayer() {
return this.player;
}
@@ -66,8 +66,8 @@ public class ProtectInventoryEvent extends CustomEvent {
/**
* Method getEmptyInventory.
* @return ItemStack[]
*/
* @return ItemStack[] */
public ItemStack[] getEmptyInventory() {
return this.emptyInventory;
}
@@ -82,8 +82,8 @@ public class ProtectInventoryEvent extends CustomEvent {
/**
* Method getEmptyArmor.
* @return ItemStack[]
*/
* @return ItemStack[] */
public ItemStack[] getEmptyArmor() {
return this.emptyArmor;
}