@@ -8,7 +8,9 @@ public interface Endermite extends Monster {
|
||||
* An Endermite spawned by a player will be attacked by nearby Enderman.
|
||||
*
|
||||
* @return player spawned status
|
||||
* @deprecated this functionality no longer exists
|
||||
*/
|
||||
@Deprecated
|
||||
boolean isPlayerSpawned();
|
||||
|
||||
/**
|
||||
@@ -17,6 +19,8 @@ public interface Endermite extends Monster {
|
||||
* An Endermite spawned by a player will be attacked by nearby Enderman.
|
||||
*
|
||||
* @param playerSpawned player spawned status
|
||||
* @deprecated this functionality no longer exists
|
||||
*/
|
||||
@Deprecated
|
||||
void setPlayerSpawned(boolean playerSpawned);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user