| Package | Description |
|---|---|
| org.cloudburstmc.api.block | |
| org.cloudburstmc.api.block.behavior | |
| org.cloudburstmc.api.registry |
| Modifier and Type | Method and Description |
|---|---|
BlockBehavior |
BlockState.getBehavior() |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockState.setBehavior(BlockBehavior behavior) |
| Constructor and Description |
|---|
BlockState(BlockType type,
Map<BlockTrait<?>,Comparable<?>> traits,
BlockBehavior behavior) |
| Modifier and Type | Method and Description |
|---|---|
BlockBehavior |
BlockBehavior.clone() |
| Modifier and Type | Method and Description |
|---|---|
BlockBehavior |
BlockRegistry.getBehavior(BlockType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockRegistry.overwriteBehavior(BlockType type,
BlockBehavior behavior) |
void |
BlockRegistry.register(BlockType type,
BlockBehavior behavior) |
Copyright © 2021. All rights reserved.