Make tags Keyed

By: Matthew Miller <mnmiller1@me.com>
This commit is contained in:
Bukkit/Spigot 2019-02-17 13:12:04 +10:00
parent 15757b3892
commit 83ae50715d

View file

@ -11,7 +11,7 @@ import java.util.Set;
*
* @param <T> the type of things grouped by this tag
*/
public interface Tag<T extends Keyed> {
public interface Tag<T extends Keyed> extends Keyed {
/**
* Key for the built in block registry.