public interface BedrockOnlyBlockEntity
| Modifier and Type | Method and Description |
|---|---|
static com.nukkitx.nbt.NbtMap |
getTag(com.nukkitx.math.vector.Vector3i position,
int blockState)
Get the tag of the Bedrock-only block entity
|
void |
updateBlock(GeyserSession session,
int blockState,
com.nukkitx.math.vector.Vector3i position)
Update the block on Bedrock Edition.
|
void updateBlock(GeyserSession session, int blockState, com.nukkitx.math.vector.Vector3i position)
session - GeyserSession.blockState - The Java block state.position - The Bedrock block position.static com.nukkitx.nbt.NbtMap getTag(com.nukkitx.math.vector.Vector3i position,
int blockState)
position - Bedrock position of block.blockState - Java BlockState of block.Copyright © 2021 GeyserMC. All rights reserved.