| Package | Description |
|---|---|
| org.cloudburstmc.server.block |
| Modifier and Type | Method and Description |
|---|---|
static BlockCategory |
BlockCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlockCategory[] |
BlockCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BlockCategories.categorize(BlockCategory category,
Identifier... types) |
void |
BlockCategories.categorize(BlockCategory category,
Set<Identifier> types) |
boolean |
BlockCategories.inCategories(Identifier type,
BlockCategory... categories) |
default boolean |
BlockState.inCategory(BlockCategory category) |
boolean |
BlockCategories.inCategory(Identifier type,
BlockCategory category) |
Copyright © 2020. All rights reserved.