mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 03:35:51 -07:00
@@ -11,7 +11,7 @@ import java.util.Set;
|
|||||||
*
|
*
|
||||||
* @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> extends Keyed {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Key for the built in block registry.
|
* Key for the built in block registry.
|
||||||
|
Reference in New Issue
Block a user