public class BlockCategories extends Object
| Constructor and Description |
|---|
BlockCategories() |
| Modifier and Type | Method and Description |
|---|---|
void |
categorize(BlockCategory category,
Identifier... types) |
void |
categorize(BlockCategory category,
Set<Identifier> types) |
boolean |
inCategories(Identifier type,
BlockCategory... categories) |
boolean |
inCategory(Identifier type,
BlockCategory category) |
void |
init() |
public void init()
public void categorize(BlockCategory category, Set<Identifier> types)
public void categorize(BlockCategory category, Identifier... types)
public boolean inCategory(Identifier type, BlockCategory category)
public boolean inCategories(Identifier type, BlockCategory... categories)
Copyright © 2020. All rights reserved.