Make tags Keyed

This commit is contained in:
Matthew Miller 2019-02-17 13:12:04 +10:00 committed by md_5
parent ec037ed711
commit c64cc93f20

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.