mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-12 13:43:57 +01:00
Comment corrections
This commit is contained in:
parent
8a2704c2b0
commit
7c657f64a8
@ -3180,7 +3180,7 @@ public class Quests extends JavaPlugin implements ConversationAbandonedListener
|
||||
}
|
||||
|
||||
/**
|
||||
* Add possibilty to use fallbacks for customs maps<p>
|
||||
* Add possibility to use fallbacks for customs maps<p>
|
||||
*
|
||||
* Avoid null objects in datamap by initialize the entry value with empty string if no fallback present.
|
||||
*/
|
||||
@ -3196,7 +3196,7 @@ public class Quests extends JavaPlugin implements ConversationAbandonedListener
|
||||
}
|
||||
|
||||
/**
|
||||
* Add possibilty to use fallbacks for customs entries<p>
|
||||
* Add possibility to use fallbacks for customs entries<p>
|
||||
*
|
||||
* Avoid null objects in datamap by initialize the entry value with empty string if no fallback present.
|
||||
*/
|
||||
@ -3444,7 +3444,7 @@ public class Quests extends JavaPlugin implements ConversationAbandonedListener
|
||||
*
|
||||
* @param uuid the entity UUID to be checked
|
||||
* @return {@code true} if entity has no permission or is not a player
|
||||
* @deprecated Use #canUseQuests
|
||||
* @deprecated Use {@link #canUseQuests(UUID)}
|
||||
*/
|
||||
public boolean checkQuester(UUID uuid) {
|
||||
if (!(Bukkit.getPlayer(uuid) instanceof Player)) {
|
||||
|
Loading…
Reference in New Issue
Block a user