geforkt von Mirrors/Paper
Add clarifying documentation to Tag
By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Ursprung
f4424f852e
Commit
93510b0edf
@ -6,6 +6,9 @@ import java.util.Set;
|
|||||||
* Represents a tag that may be defined by the server or a resource pack to
|
* Represents a tag that may be defined by the server or a resource pack to
|
||||||
* group like things together.
|
* group like things together.
|
||||||
*
|
*
|
||||||
|
* Note that whilst all tags defined within this interface must be present in
|
||||||
|
* implementations, their existence is not guaranteed across future versions.
|
||||||
|
*
|
||||||
* @param <T> the type of things grouped by this tag
|
* @param <T> the type of things grouped by this tag
|
||||||
*/
|
*/
|
||||||
public interface Tag<T extends Keyed> {
|
public interface Tag<T extends Keyed> {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren