[#1219] Fix Title#reset javadoc link
This commit is contained in:
parent
ca2227bad4
commit
0a0146b68a
@ -284,9 +284,9 @@ public abstract class ProxyServer
|
|||||||
public abstract Collection<ProxiedPlayer> matchPlayer(String name);
|
public abstract Collection<ProxiedPlayer> matchPlayer(String name);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a new empty title configuration.
|
* Creates a new empty title configuration. In most cases you will want to
|
||||||
* In most cases you will want to {@link #reset()} the current title first so
|
* {@link Title#reset()} the current title first so your title won't be
|
||||||
* your title won't be affected by a previous one.
|
* affected by a previous one.
|
||||||
*
|
*
|
||||||
* @return A new empty title configuration.
|
* @return A new empty title configuration.
|
||||||
* @see Title
|
* @see Title
|
||||||
|
Loading…
Reference in New Issue
Block a user