Whitespace + general cleanup

By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
Bukkit/Spigot
2011-05-14 23:22:54 +02:00
parent 8217ff1836
commit 855f4133b6
216 changed files with 1649 additions and 1637 deletions

View File

@@ -1,4 +1,3 @@
package org.bukkit.entity;
import org.bukkit.inventory.ItemStack;
@@ -8,6 +7,7 @@ import org.bukkit.inventory.PlayerInventory;
* Represents a human entity, such as an NPC or a player
*/
public interface HumanEntity extends LivingEntity, AnimalTamer {
/**
* Returns the name of this player
*
@@ -43,19 +43,19 @@ public interface HumanEntity extends LivingEntity, AnimalTamer {
*
* @param index The new index to use, only valid ones are 0-8.
*
public void selectItemInHand( int index );
*/
public void selectItemInHand(int index);
*/
/**
* Returns whether this player is slumbering.
*
*
* @return slumber state
*/
public boolean isSleeping();
/**
* Get the sleep ticks of the player. This value may be capped.
*
*
* @return slumber ticks
*/
public int getSleepTicks();