Interface CategoryRegistry<T extends Keyed>
- All Known Subinterfaces:
BlockCategoryRegistry
,ItemCategoryRegistry
- All Known Implementing Classes:
NullBlockCategoryRegistry
,NullItemCategoryRegistry
public interface CategoryRegistry<T extends Keyed>
A registry of categories. Minecraft internally calls these 'Tags'.
-
Method Summary
-
Method Details
-
getCategorisedByName
Gets a set of values with a given category.- Parameters:
category
- The category- Returns:
- A set of values
-
getAll
-