13
0
geforkt von Mirrors/Paper

Rename EntityHuman -> HumanEntity

By: Dinnerbone <dinnerbone@dinnerbone.com>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2010-12-30 03:50:08 +00:00
Ursprung 9edbd3958d
Commit 2306dd52d7
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -4,7 +4,7 @@ package org.bukkit;
/**
* Represents a human entity, such as an NPC or a player
*/
public interface EntityHuman extends LivingEntity {
public interface HumanEntity extends LivingEntity {
/**
* Gets the item this entity has currently selected, which will be shown in
* their hand

Datei anzeigen

@ -5,7 +5,7 @@ package org.bukkit;
* Represents a player, connected or not
*
*/
public interface Player extends EntityHuman {
public interface Player extends HumanEntity {
/**
* Returns the name of this player
*