mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
Make tags Keyed
This commit is contained in:
parent
ec037ed711
commit
c64cc93f20
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue