mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-22 06:55:36 +01:00
Correct copied javadoc from previous commit
By: md_5 <git@md-5.net>
This commit is contained in:
parent
c4bdb24f2a
commit
a8f0ba31f2
1 changed files with 7 additions and 7 deletions
|
@ -773,8 +773,8 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
|
||||||
/**
|
/**
|
||||||
* Visually hides an entity from this player.
|
* Visually hides an entity from this player.
|
||||||
*
|
*
|
||||||
* @param plugin Plugin that wants to hide the player
|
* @param plugin Plugin that wants to hide the entity
|
||||||
* @param entity Player to hide
|
* @param entity Entity to hide
|
||||||
* @deprecated draft API
|
* @deprecated draft API
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
|
@ -782,11 +782,11 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allows this player to see an entity that was previously hidden. If
|
* Allows this player to see an entity that was previously hidden. If
|
||||||
* another another plugin had hidden the player too, then the player will
|
* another another plugin had hidden the entity too, then the entity will
|
||||||
* remain hidden until the other plugin calls this method too.
|
* remain hidden until the other plugin calls this method too.
|
||||||
*
|
*
|
||||||
* @param plugin Plugin that wants to show the player
|
* @param plugin Plugin that wants to show the entity
|
||||||
* @param entity Player to show
|
* @param entity Entity to show
|
||||||
* @deprecated draft API
|
* @deprecated draft API
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
|
@ -795,8 +795,8 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
|
||||||
/**
|
/**
|
||||||
* Checks to see if an entity has been visually hidden from this player.
|
* Checks to see if an entity has been visually hidden from this player.
|
||||||
*
|
*
|
||||||
* @param entity Player to check
|
* @param entity Entity to check
|
||||||
* @return True if the provided player is not being hidden from this
|
* @return True if the provided entity is not being hidden from this
|
||||||
* player
|
* player
|
||||||
* @deprecated draft API
|
* @deprecated draft API
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue