| Modifier and Type | Method and Description |
|---|---|
BlockState |
BlockStorage.get(int x,
int y,
int z) |
| Modifier and Type | Method and Description |
|---|---|
List<BlockState> |
BlockStorage.getStates() |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockStorage.set(int x,
int y,
int z,
BlockState state) |
| Modifier and Type | Method and Description |
|---|---|
BlockState |
BlockChangeRecord.getBlock() |
| Constructor and Description |
|---|
BlockChangeRecord(Position position,
BlockState block) |
| Modifier and Type | Method and Description |
|---|---|
BlockState |
BreakBlockEffectData.getBlockState() |
| Constructor and Description |
|---|
BreakBlockEffectData(BlockState blockState) |
| Modifier and Type | Method and Description |
|---|---|
static BlockState |
NetUtil.readBlockState(com.github.steveice10.packetlib.io.NetInput in) |
| Modifier and Type | Method and Description |
|---|---|
static void |
NetUtil.writeBlockState(com.github.steveice10.packetlib.io.NetOutput out,
BlockState blockState) |
Copyright © 2020. All rights reserved.