BlockEntityStatePacketRegistry¶
Registers block entity state packets with ArchieNetworkChannel.
Handles both directions: applying incoming BlockEntityStatePackets to the client-side ComposeBlockEntityState registry, and applying incoming BlockEntityUpdatePackets (client edits) to the server-side BlockEntityStateManager-tracked NBTBlockEntity.
Functions¶
register¶
fun register()
Registers the clientbound and serverbound packet handlers described above.