mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 03:22:19 +01:00
Make tags Keyed
By: Matthew Miller <mnmiller1@me.com>
This commit is contained in:
parent
15757b3892
commit
83ae50715d
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…
Reference in a new issue